Searched refs:bFlipY (Results 1 – 6 of 6) sorted by relevance
38 bool bFlipY = (dwCoordinatesType & 0x02) != 0; in GetPageMatrix() local39 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()
69 bool bFlipY) { in FXDIB_SwapClipBox() argument71 if (bFlipY) { in FXDIB_SwapClipBox()
23 bool bFlipY, in Compose() argument39 m_bFlipY = bFlipY; in Compose()
34 bool bFlipY,
181 bool bFlipY = matrix.d > 0; in StartDIBits() local184 bFlipY ? full_rect.bottom : full_rect.top, in StartDIBits()186 bFlipY ? -full_rect.Height() : full_rect.Height(), in StartDIBits()
186 bool bFlipY);