Searched refs:dest_col (Results 1 – 1 of 1) sorted by relevance
873 int dest_col = m_Width - col - 1; in FlipImage() local874 dest_scan[dest_col / 8] |= (1 << (7 - dest_col % 8)); in FlipImage()988 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY() local996 dest_scan[dest_col / 8] &= ~(1 << (7 - dest_col % 8)); in SwapXY()1006 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY() local1008 uint8_t* dest_scan = dest_buf + dest_col * nBytes; in SwapXY()1040 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY() local1042 uint8_t* dest_scan = dest_buf + dest_col; in SwapXY()