Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_print.cpp63 CFX_DIBitmap* pFlipped = pSource->FlipImage(dest_width < 0, dest_height < 0); in StretchDIBits()
89 CFX_DIBitmap* pFlipped = pSource->FlipImage(dest_width < 0, dest_height < 0); in StretchDIBits()
Dfx_win32_device.cpp471 CFX_DIBitmap* pBitmap = pBitmap1->FlipImage(FALSE, TRUE); in GDI_SetDIBits()
/external/pdfium/core/include/fxge/
Dfx_dib.h254 CFX_DIBitmap* FlipImage(FX_BOOL bXFlip, FX_BOOL bYFlip) const;
/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp1385 CFX_DIBitmap* CFX_DIBSource::FlipImage(FX_BOOL bXFlip, FX_BOOL bYFlip) const function in CFX_DIBSource