Home
last modified time | relevance | path

Searched refs:bFlipX (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/include/fxge/
Dfx_dib.h187 … 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/
Dfx_win32_print.cpp204 FX_BOOL bFlipX = pMatrix->a < 0; in StartDIBits() local
206 …return StretchDIBits(pSource, color, bFlipX ? full_rect.right : full_rect.left, bFlipY ? full_rect… in StartDIBits()
207bFlipX ? -full_rect.Width() : full_rect.Width(), bFlipY ? -full_rect.Height() : full_rect.Height()… in StartDIBits()
Dfx_win32_gdipext.cpp294 FX_BOOL bFlipX = dest_width < 0; in _StretchMonoToGray() local
295 if (bFlipX) { in _StretchMonoToGray()
328 …int src_x_start = bFlipX ? (dest_width - 1 - dest_x - pClipRect->left) : (dest_x + pClipRect->left… in _StretchMonoToGray()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp1131 … int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const argument
1142 if (bFlipX) {
1152 if (bFlipX) {
1179 …FX_DWORD src_x = bFlipX ? (m_Width - dest_x * m_Width / dest_width - 1) * src_Bpp : (dest_x * m_Wi…
1510 int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const argument
1512 … m_pSrc->DownSampleScanline(line, dest_scan, dest_bpp, dest_width, bFlipX, clip_left, clip_width);
1528 extern FX_RECT _FXDIB_SwapClipBox(FX_RECT& clip, int width, int height, FX_BOOL bFlipX, FX_BOOL bFl…
Dfx_dib_transform.cpp151 FX_RECT _FXDIB_SwapClipBox(FX_RECT& clip, int width, int height, FX_BOOL bFlipX, FX_BOOL bFlipY) in _FXDIB_SwapClipBox() argument
161 if (bFlipX) { in _FXDIB_SwapClipBox()
Dfx_dib_composite.cpp4409 FX_BOOL bFlipX, FX_BOOL bFlipY, FX_BOOL bRgbByteOrder, in Compose() argument
4425 m_bFlipX = bFlipX; in Compose()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp1168 … int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const in DownSampleScanline() argument
1233 if (bFlipX) { in DownSampleScanline()
1253 if (bFlipX) { in DownSampleScanline()
1298 if (bFlipX) { in DownSampleScanline()
1319 if (bFlipX) { in DownSampleScanline()
1342 … FX_DWORD src_x = (bFlipX ? (dest_width - dest_x - 1) : dest_x) * (FX_INT64)src_width / dest_width; in DownSampleScanline()
Drender_int.h395 … int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const;