Searched refs:fx_format (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/
H A Dfpdfview.cpp1184 FXDIB_Format fx_format; local
1187 fx_format = FXDIB_8bppRgb;
1190 fx_format = FXDIB_Rgb;
1193 fx_format = FXDIB_Rgb32;
1196 fx_format = FXDIB_Argb;
1202 pBitmap->Create(width, height, fx_format, static_cast<uint8_t*>(first_scan),

Completed in 239 milliseconds