Home | History | Annotate | Download | only in dib

Lines Matching defs:row_start

196   int row_start = bXFlip ? m_Height - dest_clip.right : dest_clip.left;
202 for (int row = row_start; row < row_end; row++) {
204 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) -
224 for (int row = row_start; row < row_end; row++) {
225 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) -
259 for (int row = row_start; row < row_end; row++) {
260 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) -