Searched refs:bFlipX (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/include/fxge/ |
D | 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/ |
D | fx_win32_print.cpp | 204 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() 207 …bFlipX ? -full_rect.Width() : full_rect.Width(), bFlipY ? -full_rect.Height() : full_rect.Height()… in StartDIBits()
|
D | fx_win32_gdipext.cpp | 294 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/ |
D | fx_dib_main.cpp | 1131 … 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…
|
D | fx_dib_transform.cpp | 151 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()
|
D | fx_dib_composite.cpp | 4409 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/ |
D | fpdf_render_loadimage.cpp | 1168 … 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()
|
D | render_int.h | 395 … int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const;
|