HomeSort by relevance Sort by last modified time
    Searched refs:FlipImage (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 63 CFX_DIBitmap* pFlipped = pSource->FlipImage(dest_width < 0, dest_height < 0);
89 CFX_DIBitmap* pFlipped = pSource->FlipImage(dest_width < 0, dest_height < 0);
fx_win32_device.cpp 481 CFX_DIBitmap* pBitmap = pBitmap1->FlipImage(FALSE, TRUE);
    [all...]
  /external/pdfium/core/include/fxge/
fx_dib.h 254 CFX_DIBitmap* FlipImage(FX_BOOL bXFlip, FX_BOOL bYFlip) const;
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp     [all...]

Completed in 200 milliseconds