Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_transform.cpp57 CFX_DIBitmap* CFX_DIBSource::SwapXY(FX_BOOL bXFlip, FX_BOOL bYFlip, const FX_RECT* pDestClip) const in SwapXY() argument
75 int row_start = bXFlip ? m_Height - dest_clip.right : dest_clip.left; in SwapXY()
76 int row_end = bXFlip ? m_Height - dest_clip.left : dest_clip.right; in SwapXY()
83 … int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left; in SwapXY()
103 … int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left; in SwapXY()
136 … int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left; in SwapXY()
Dfx_dib_main.cpp1385 CFX_DIBitmap* CFX_DIBSource::FlipImage(FX_BOOL bXFlip, FX_BOOL bYFlip) const argument
1398 if (!bXFlip) {
1441 if (!bXFlip) {
/external/pdfium/core/include/fxge/
Dfx_dib.h252 CFX_DIBitmap* SwapXY(FX_BOOL bXFlip, FX_BOOL bYFlip, const FX_RECT* pClip = NULL) const;
254 CFX_DIBitmap* FlipImage(FX_BOOL bXFlip, FX_BOOL bYFlip) const;