Home | History | Annotate | Download | only in dib

Lines Matching refs:dest_format

12 FX_BOOL ConvertBuffer(FXDIB_Format dest_format, FX_LPBYTE dest_buf, int dest_pitch, int width, int height,

397 FXDIB_Format dest_format = GetFormat();
399 if (dest_format == src_format && pIccTransform == NULL) {
425 dest_format = FXDIB_8bppMask;
429 if(!ConvertBuffer(dest_format, dest_buf, m_Pitch, width, height, pSrcBitmap, src_left, src_top, d_plt, pIccTransform)) {