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

  /external/pdfium/xfa/fxfa/app/
xfa_ffpageview.cpp 35 bool bFlipY = (dwCoordinatesType & 0x02) != 0;
36 CFX_Matrix m((bFlipX ? -1.0f : 1.0f), 0, 0, (bFlipY ? -1.0f : 1.0f), 0, 0);
49 m.f = bFlipY ? (FX_FLOAT)devicePageRect.bottom()
53 m.e = bFlipY ? (FX_FLOAT)devicePageRect.left
61 m.f = bFlipY ? (FX_FLOAT)devicePageRect.top
65 m.e = bFlipY ? (FX_FLOAT)devicePageRect.right()
  /external/pdfium/core/fxge/dib/
dib_int.h 114 bool bFlipY);
fx_dib_transform.cpp 286 bool bFlipY) {
288 if (bFlipY) {
    [all...]
fx_dib_composite.cpp     [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_print.cpp 177 bool bFlipY = pMatrix->d > 0;
180 bFlipY ? full_rect.bottom : full_rect.top,
182 bFlipY ? -full_rect.Height() : full_rect.Height(),
fx_win32_gdipext.cpp 473 bool bFlipY = dest_height < 0;
474 if (bFlipY)
494 int src_y_start = bFlipY ? (dest_height - 1 - dest_y - pClipRect->top)
    [all...]
  /external/pdfium/core/fxge/
fx_dib.h 530 bool bFlipY,

Completed in 199 milliseconds