Home
last modified time | relevance | path

Searched refs: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
91 dest_scan[dest_col / 8] &= ~(1 << (7 - dest_col % 8)); in SwapXY()
103 … int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left; in SwapXY() local
104 FX_LPBYTE dest_scan = dest_buf + dest_col * nBytes; in SwapXY()
136 … int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left; in SwapXY() local
137 FX_LPBYTE dest_scan = dest_buf + dest_col; in SwapXY()
Dfx_dib_main.cpp1406 int dest_col = m_Width - col - 1; local
1407 dest_scan[dest_col / 8] |= (1 << (7 - dest_col % 8));