Searched refs:bFlipY (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_print.cpp | 205 FX_BOOL bFlipY = pMatrix->d > 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 | 298 FX_BOOL bFlipY = dest_height < 0; in _StretchMonoToGray() local 299 if (bFlipY) { in _StretchMonoToGray() 323 …int src_y_start = bFlipY ? (dest_height - 1 - dest_y - pClipRect->top) : (dest_y + pClipRect->top); in _StretchMonoToGray()
|
/external/pdfium/core/src/fxge/dib/ |
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 154 if (bFlipY) { in _FXDIB_SwapClipBox()
|
D | fx_dib_main.cpp | 1528 …n FX_RECT _FXDIB_SwapClipBox(FX_RECT& clip, int width, int height, FX_BOOL bFlipX, FX_BOOL bFlipY);
|
D | fx_dib_composite.cpp | 4409 FX_BOOL bFlipX, FX_BOOL bFlipY, FX_BOOL bRgbByteOrder, in Compose() argument 4426 m_bFlipY = bFlipY; in Compose()
|
/external/pdfium/core/include/fxge/ |
D | fx_dib.h | 464 FX_BOOL bFlipX, FX_BOOL bFlipY, FX_BOOL bRgbByteOrder = FALSE,
|