HomeSort by relevance Sort by last modified time
    Searched defs:bFlipX (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fxfa/app/
xfa_ffpageview.cpp 34 bool bFlipX = (dwCoordinatesType & 0x01) != 0;
36 CFX_Matrix m((bFlipX ? -1.0f : 1.0f), 0, 0, (bFlipY ? -1.0f : 1.0f), 0, 0);
47 m.e = bFlipX ? (FX_FLOAT)devicePageRect.right()
55 m.f = bFlipX ? (FX_FLOAT)devicePageRect.bottom()
59 m.e = bFlipX ? (FX_FLOAT)devicePageRect.left
67 m.f = bFlipX ? (FX_FLOAT)devicePageRect.top
  /external/pdfium/core/fxge/win32/
fx_win32_print.cpp 176 bool bFlipX = pMatrix->a < 0;
179 bFlipX ? full_rect.right : full_rect.left,
181 bFlipX ? -full_rect.Width() : full_rect.Width(),
fx_win32_gdipext.cpp 469 bool bFlipX = dest_width < 0;
470 if (bFlipX)
500 int src_x_start = bFlipX ? (dest_width - 1 - dest_x - pClipRect->left)
    [all...]

Completed in 77 milliseconds