Home
last modified time | relevance | path

Searched refs:bXFlip (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxge/dib/
Dfx_dib_transform.cpp183 bool bXFlip, in SwapXY() argument
201 int row_start = bXFlip ? m_Height - dest_clip.right : dest_clip.left; in SwapXY()
202 int row_end = bXFlip ? m_Height - dest_clip.left : dest_clip.right; in SwapXY()
209 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY()
230 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY()
265 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY()
Dfx_dib_main.cpp1345 std::unique_ptr<CFX_DIBitmap> CFX_DIBSource::FlipImage(bool bXFlip, in FlipImage() argument
1358 if (!bXFlip) { in FlipImage()
1402 if (!bXFlip) { in FlipImage()
/external/pdfium/core/fxge/
Dfx_dib.h231 std::unique_ptr<CFX_DIBitmap> SwapXY(bool bXFlip,
234 std::unique_ptr<CFX_DIBitmap> FlipImage(bool bXFlip, bool bYFlip) const;