Searched refs:bFlipY (Results 1 – 7 of 7) sorted by relevance
37 bool bFlipY = (dwCoordinatesType & 0x02) != 0; in GetPageMatrix() local38 CFX_Matrix m((bFlipX ? -1.0f : 1.0f), 0, 0, (bFlipY ? -1.0f : 1.0f), 0, 0); in GetPageMatrix()50 m.f = bFlipY ? (float)devicePageRect.bottom() : (float)devicePageRect.top; in GetPageMatrix()53 m.e = bFlipY ? (float)devicePageRect.left : (float)devicePageRect.right(); in GetPageMatrix()58 m.f = bFlipY ? (float)devicePageRect.top : (float)devicePageRect.bottom(); in GetPageMatrix()61 m.e = bFlipY ? (float)devicePageRect.right() : (float)devicePageRect.left; in GetPageMatrix()
57 bool bFlipY) { in FXDIB_SwapClipBox() argument59 if (bFlipY) { in FXDIB_SwapClipBox()
24 bool bFlipY, in Compose() argument41 m_bFlipY = bFlipY; in Compose()
33 bool bFlipY,
178 bool bFlipY = pMatrix->d > 0; in StartDIBits() local181 bFlipY ? full_rect.bottom : full_rect.top, in StartDIBits()183 bFlipY ? -full_rect.Height() : full_rect.Height(), in StartDIBits()
536 bool bFlipY = dest_height < 0; in StretchMonoToGray() local537 if (bFlipY) in StretchMonoToGray()557 int src_y_start = bFlipY ? (dest_height - 1 - dest_y - pClipRect->top) in StretchMonoToGray()
137 bool bFlipY);