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

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkCanvBmap.c869 int width, height, rowsAtOnce, rowsThisTime;
969 rowsThisTime = rowsAtOnce;
970 if (rowsThisTime > (height - curRow)) {
971 rowsThisTime = height - curRow;
974 (double) rowsThisTime, width, rowsThisTime);
977 0, curRow, width, rowsThisTime) != TCL_OK) {
858 int width, height, rowsAtOnce, rowsThisTime; local
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkCanvBmap.c886 int width, height, rowsAtOnce, rowsThisTime;
987 rowsThisTime = rowsAtOnce;
988 if (rowsThisTime > (height - curRow)) {
989 rowsThisTime = height - curRow;
992 (double) rowsThisTime, width, rowsThisTime);
995 0, curRow, width, rowsThisTime) != TCL_OK) {
875 int width, height, rowsAtOnce, rowsThisTime; local

Completed in 149 milliseconds