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.cpp204 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY() local
213 dest_scan[dest_col / 8] &= ~(1 << (7 - dest_col % 8)); in SwapXY()
225 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY() local
227 uint8_t* dest_scan = dest_buf + dest_col * nBytes; in SwapXY()
260 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY() local
262 uint8_t* dest_scan = dest_buf + dest_col; in SwapXY()
Dfx_dib_main.cpp1441 int dest_col = m_Width - col - 1; local
1442 dest_scan[dest_col / 8] |= (1 << (7 - dest_col % 8));