Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp1468 int dest_pixel_format = PixelFormat24bppRGB; in LoadDIBitmap() local
1472 dest_pixel_format = PixelFormat1bppIndexed; in LoadDIBitmap()
1476 dest_pixel_format = PixelFormat8bppIndexed; in LoadDIBitmap()
1479 dest_pixel_format = PixelFormat32bppARGB; in LoadDIBitmap()
1491 dest_pixel_format, pBitmapData); in LoadDIBitmap()