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

  /external/pdfium/core/fxge/dib/
fx_dib_main.cpp 57 bool bFlipY) {
59 if (bFlipY) {
cfx_bitmapcomposer.h 33 bool bFlipY,
cfx_bitmapcomposer.cpp 24 bool bFlipY,
41 m_bFlipY = bFlipY;
  /external/pdfium/xfa/fxfa/
cxfa_ffpageview.cpp 37 bool bFlipY = (dwCoordinatesType & 0x02) != 0;
38 CFX_Matrix m((bFlipX ? -1.0f : 1.0f), 0, 0, (bFlipY ? -1.0f : 1.0f), 0, 0);
50 m.f = bFlipY ? (float)devicePageRect.bottom() : (float)devicePageRect.top;
53 m.e = bFlipY ? (float)devicePageRect.left : (float)devicePageRect.right();
58 m.f = bFlipY ? (float)devicePageRect.top : (float)devicePageRect.bottom();
61 m.e = bFlipY ? (float)devicePageRect.right() : (float)devicePageRect.left;
  /external/pdfium/core/fxge/
fx_dib.h 137 bool bFlipY);
  /external/pdfium/core/fxge/win32/
fx_win32_print.cpp 178 bool bFlipY = pMatrix->d > 0;
181 bFlipY ? full_rect.bottom : full_rect.top,
183 bFlipY ? -full_rect.Height() : full_rect.Height(),
fx_win32_gdipext.cpp 536 bool bFlipY = dest_height < 0;
537 if (bFlipY)
557 int src_y_start = bFlipY ? (dest_height - 1 - dest_y - pClipRect->top)
    [all...]

Completed in 314 milliseconds