Home | History | Annotate | Download | only in src

Lines Matching defs:col2

912     int col1 = std::max(ofs.x - dleft, 0), col2 = std::min(ofs.x + cols + dright, wholeSize.width);
914 rows = row2 - row1; cols = col2 - col1;