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.cpp681 int dest_pixel_format = PixelFormat24bppRGB; in LoadDIBitmap() local
685 dest_pixel_format = PixelFormat1bppIndexed; in LoadDIBitmap()
689 dest_pixel_format = PixelFormat8bppIndexed; in LoadDIBitmap()
692 dest_pixel_format = PixelFormat32bppARGB; in LoadDIBitmap()
704 dest_pixel_format, pBitmapData); in LoadDIBitmap()