Searched refs:dest_col (Results 1 – 2 of 2) sorted by relevance
83 … int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left; in SwapXY() local91 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() local104 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() local137 FX_LPBYTE dest_scan = dest_buf + dest_col; in SwapXY()
1406 int dest_col = m_Width - col - 1; local1407 dest_scan[dest_col / 8] |= (1 << (7 - dest_col % 8));