Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcfx_dibbase.h83 RetainPtr<CFX_DIBitmap> SwapXY(bool bXFlip, bool bYFlip) const;
Dcfx_imagetransformer.cpp411 m_Storer.GetBitmap()->SwapXY(m_matrix.c > 0, m_matrix.b < 0)); in ContinueRotate()
Dcfx_dibbase.cpp1114 RetainPtr<CFX_DIBitmap> CFX_DIBBase::SwapXY(bool bXFlip, bool bYFlip) const { in SwapXY() function in CFX_DIBBase
/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp193 pSource->SwapXY(matrix.c > 0, matrix.b < 0); in StartDIBits()