HomeSort by relevance Sort by last modified time
    Searched defs:bFlipX (Results 1 - 4 of 4) 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/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 4548 milliseconds