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

  /external/pdfium/xfa/src/fdp/src/fde/
fde_render.cpp 15 FX_BOOL bFlipX = (dwCoordinatesType & 0x01) != 0;
18 m.Set((bFlipX ? -1.0f : 1.0f), 0, 0, (bFlipY ? -1.0f : 1.0f), 0, 0);
29 m.e = bFlipX ? (FX_FLOAT)devicePageRect.right()
37 m.f = bFlipX ? (FX_FLOAT)devicePageRect.bottom()
41 m.e = bFlipX ? (FX_FLOAT)devicePageRect.left
49 m.f = bFlipX ? (FX_FLOAT)devicePageRect.top
fde_gedevice.cpp 495 FX_BOOL bFlipX = iWrapMode == FDE_WRAPMODE_TileFlipXY ||
501 pFlip[0][1] = bFlipX ? pBitmap->FlipImage(TRUE, FALSE) : pBitmap;
504 (bFlipX || bFlipY) ? pBitmap->FlipImage(bFlipX, bFlipY) : pBitmap;
  /external/pdfium/core/src/fxge/dib/
dib_int.h 104 FX_BOOL bFlipX,
fx_dib_main.cpp     [all...]
fx_dib_transform.cpp 279 FX_BOOL bFlipX,
289 if (bFlipX) {
    [all...]
fx_dib_composite.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp     [all...]
render_int.h 500 FX_BOOL bFlipX,
551 FX_BOOL bFlipX,
560 FX_BOOL bFlipX,
569 FX_BOOL bFlipX,
  /external/pdfium/core/include/fxge/
fx_dib.h 191 FX_BOOL bFlipX,
310 FX_BOOL bFlipX,
440 FX_BOOL bFlipX,
533 FX_BOOL bFlipX,
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 241 FX_BOOL bFlipX = pMatrix->a < 0;
244 bFlipX ? full_rect.right : full_rect.left,
246 bFlipX ? -full_rect.Width() : full_rect.Width(),
fx_win32_gdipext.cpp 466 FX_BOOL bFlipX = dest_width < 0;
467 if (bFlipX) {
498 int src_x_start = bFlipX ? (dest_width - 1 - dest_x - pClipRect->left)
    [all...]

Completed in 559 milliseconds