Searched refs:curRow (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkCanvBmap.c726 int curRow;
793 for (curRow = 0; curRow < height; curRow += rowsAtOnce) {
795 if (rowsThisTime > (height - curRow)) {
796 rowsThisTime = height - curRow;
802 0, curRow, width, rowsThisTime) != TCL_OK) {
715 int curRow; local

Completed in 17 milliseconds