Home
last modified time | relevance | path

Searched defs:dest_col (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/dib/
Dfx_dib_transform.cpp83 … int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left; in SwapXY() local
103 … int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left; in SwapXY() local
136 … int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left; in SwapXY() local
Dfx_dib_main.cpp1406 int dest_col = m_Width - col - 1; local