Home | History | Annotate | Download | only in dib

Lines Matching defs:row_start

75     int row_start = bXFlip ? m_Height - dest_clip.right : dest_clip.left;
81 for (int row = row_start; row < row_end; row ++) {
83 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left;
102 for (int row = row_start; row < row_end; row ++) {
103 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left;
135 for (int row = row_start; row < row_end; row ++) {
136 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left;