Searched refs:dest_col (Results 1 – 2 of 2) sorted by relevance
204 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY() local213 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() local227 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() local262 uint8_t* dest_scan = dest_buf + dest_col; in SwapXY()
1441 int dest_col = m_Width - col - 1; local1442 dest_scan[dest_col / 8] |= (1 << (7 - dest_col % 8));