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

  /external/pdfium/core/include/fxge/
fx_dib.h 187 int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const = 0;
309 int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const;
394 int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const;
464 FX_BOOL bFlipX, FX_BOOL bFlipY, FX_BOOL bRgbByteOrder = FALSE,
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 204 FX_BOOL bFlipX = pMatrix->a < 0;
206 return StretchDIBits(pSource, color, bFlipX ? full_rect.right : full_rect.left, bFlipY ? full_rect.bottom : full_rect.top,
207 bFlipX ? -full_rect.Width() : full_rect.Width(), bFlipY ? -full_rect.Height() : full_rect.Height(), NULL, 0,
fx_win32_gdipext.cpp 294 FX_BOOL bFlipX = dest_width < 0;
295 if (bFlipX) {
328 int src_x_start = bFlipX ? (dest_width - 1 - dest_x - pClipRect->left) : (dest_x + pClipRect->left);
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp     [all...]
fx_dib_transform.cpp 151 FX_RECT _FXDIB_SwapClipBox(FX_RECT& clip, int width, int height, FX_BOOL bFlipX, FX_BOOL bFlipY)
161 if (bFlipX) {
    [all...]
fx_dib_composite.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp     [all...]
render_int.h 395 int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const;

Completed in 6088 milliseconds