Home
last modified time | relevance | path

Searched refs:bFlipY (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffpageview.cpp38 bool bFlipY = (dwCoordinatesType & 0x02) != 0; in GetPageMatrix() local
39 CFX_Matrix m((bFlipX ? -1.0f : 1.0f), 0, 0, (bFlipY ? -1.0f : 1.0f), 0, 0); in GetPageMatrix()
51 m.f = bFlipY ? devicePageRect.bottom : devicePageRect.top; in GetPageMatrix()
54 m.e = bFlipY ? devicePageRect.left : devicePageRect.right; in GetPageMatrix()
59 m.f = bFlipY ? devicePageRect.top : devicePageRect.bottom; in GetPageMatrix()
62 m.e = bFlipY ? devicePageRect.right : devicePageRect.left; in GetPageMatrix()
/external/pdfium/core/fxge/dib/
Dfx_dib_main.cpp69 bool bFlipY) { in FXDIB_SwapClipBox() argument
71 if (bFlipY) { in FXDIB_SwapClipBox()
Dcfx_bitmapcomposer.cpp23 bool bFlipY, in Compose() argument
39 m_bFlipY = bFlipY; in Compose()
Dcfx_bitmapcomposer.h34 bool bFlipY,
/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp181 bool bFlipY = matrix.d > 0; in StartDIBits() local
184 bFlipY ? full_rect.bottom : full_rect.top, in StartDIBits()
186 bFlipY ? -full_rect.Height() : full_rect.Height(), in StartDIBits()
/external/pdfium/core/fxge/
Dfx_dib.h186 bool bFlipY);