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

/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_print.cpp210 FX_BOOL bFlipX = pMatrix->a < 0; local
212 return StretchDIBits(pSource, color, bFlipX ? full_rect.right : full_rect.left, bFlipY ? full_rect.bottom : full_rect.top,
213 bFlipX ? -full_rect.Width() : full_rect.Width(), bFlipY ? -full_rect.Height() : full_rect.Height(), NULL, 0,
H A Dfx_win32_gdipext.cpp289 FX_BOOL bFlipX = dest_width < 0; local
290 if (bFlipX) {
326 int src_x_start = bFlipX ? (dest_width - 1 - dest_x - pClipRect->left) : (dest_x + pClipRect->left);
/external/pdfium/core/include/fxge/
H A 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;
465 FX_BOOL bFlipX, FX_BOOL bFlipY, FX_BOOL bRgbByteOrder = FALSE,
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_main.cpp1167 int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const
1178 if (bFlipX) {
1190 if (bFlipX) {
1219 FX_DWORD src_x = bFlipX ? (m_Width - dest_x * m_Width / dest_width - 1) * src_Bpp : (dest_x * m_Width / dest_width) * src_Bpp;
1557 int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const
1559 m_pSrc->DownSampleScanline(line, dest_scan, dest_bpp, dest_width, bFlipX, clip_left, clip_width);
1575 extern FX_RECT _FXDIB_SwapClipBox(FX_RECT& clip, int width, int height, FX_BOOL bFlipX, FX_BOOL bFlipY);
1166 DownSampleScanline(int line, FX_LPBYTE dest_scan, int dest_bpp, int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const argument
1556 DownSampleScanline(int line, FX_LPBYTE dest_scan, int dest_bpp, int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const argument
H A Dfx_dib_transform.cpp156 FX_RECT _FXDIB_SwapClipBox(FX_RECT& clip, int width, int height, FX_BOOL bFlipX, FX_BOOL bFlipY) argument
166 if (bFlipX) {
H A Dfx_dib_composite.cpp4443 FX_BOOL bFlipX, FX_BOOL bFlipY, FX_BOOL bRgbByteOrder,
4459 m_bFlipX = bFlipX;
4441 Compose(CFX_DIBitmap* pDest, const CFX_ClipRgn* pClipRgn, int bitmap_alpha, FX_DWORD mask_color, FX_RECT& dest_rect, FX_BOOL bVertical, FX_BOOL bFlipX, FX_BOOL bFlipY, FX_BOOL bRgbByteOrder, int alpha_flag, void* pIccTransform, int blend_type) argument
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_loadimage.cpp1193 int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const
1234 if (bFlipX) {
1254 if (bFlipX) {
1299 if (bFlipX) {
1320 if (bFlipX) {
1343 FX_DWORD src_x = (bFlipX ? (dest_width - dest_x - 1) : dest_x) * (FX_INT64)src_width / dest_width;
1192 DownSampleScanline(int line, FX_LPBYTE dest_scan, int dest_bpp, int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const argument
H A Drender_int.h390 int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const;

Completed in 181 milliseconds