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

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkCanvBmap.c870 int curRow;
968 for (curRow = 0; curRow < height; curRow += rowsAtOnce) {
970 if (rowsThisTime > (height - curRow)) {
971 rowsThisTime = height - curRow;
977 0, curRow, width, rowsThisTime) != TCL_OK) {
859 int curRow; local
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkCanvBmap.c887 int curRow;
986 for (curRow = 0; curRow < height; curRow += rowsAtOnce) {
988 if (rowsThisTime > (height - curRow)) {
989 rowsThisTime = height - curRow;
995 0, curRow, width, rowsThisTime) != TCL_OK) {
876 int curRow; local
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/
H A Ddemo.tcl87 set curRow 1
198 grid .img.l_$format -row $::curRow -column $::curCol -sticky w
199 grid .img.$format -row $::curRow -column [expr $::curCol+1] -sticky ew
203 incr ::curRow

Completed in 99 milliseconds