Home | History | Annotate | Download | only in dib

Lines Matching defs:row_start

79     int row_start = bXFlip ? m_Height - dest_clip.right : dest_clip.left;

85 for (int row = row_start; row < row_end; row ++) {
87 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left;
106 for (int row = row_start; row < row_end; row ++) {
107 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left;
140 for (int row = row_start; row < row_end; row ++) {
141 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left;