Home | History | Annotate | Download | only in dib

Lines Matching defs:row_end

197   int row_end = bXFlip ? m_Height - dest_clip.left : dest_clip.right;
202 for (int row = row_start; row < row_end; row++) {
224 for (int row = row_start; row < row_end; row++) {
259 for (int row = row_start; row < row_end; row++) {