Home
last modified time | relevance | path

Searched refs:dest_pixel_format (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp1171 int dest_pixel_format = PixelFormat24bppRGB; in LoadDIBitmap() local
1175 dest_pixel_format = PixelFormat1bppIndexed; in LoadDIBitmap()
1179 dest_pixel_format = PixelFormat8bppIndexed; in LoadDIBitmap()
1182 dest_pixel_format = PixelFormat32bppARGB; in LoadDIBitmap()
1194 dest_pixel_format, pBitmapData); in LoadDIBitmap()