Home
last modified time | relevance | path

Searched refs:m_bFlipX (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxge/dib/
Dcfx_imagestretcher.cpp54 m_bFlipX(false), in CFX_ImageStretcher()
151 m_bFlipX = true; in StartQuickStretch()
198 m_DestWidth, m_bFlipX, m_ClipRect.left, in ContinueQuickStretch()
202 src_y, m_pMaskScanline.get(), 1, m_DestWidth, m_bFlipX, in ContinueQuickStretch()
Dcfx_bitmapcomposer.cpp40 m_bFlipX = bFlipX; in Compose()
135 int dest_x = m_DestLeft + (m_bFlipX ? (m_DestWidth - line - 1) : line); in ComposeScanlineV()
Dcfx_imagestretcher.h49 bool m_bFlipX; variable
Dcfx_bitmapcomposer.h71 bool m_bFlipX; variable