Lines Matching defs:column2
312 int row2, column2; /* end of bounding box */
338 column2 = column;
343 if (Tcl_GetInt(interp, argv[5], &column2) != TCL_OK) {
368 column2 = endX;
371 if (column > column2) {
373 column = column2, column2 = temp;
392 if (column2 < 0) {
394 } else if (column2 >= endX) {
397 width = gridPtr->columnPtr[column2].offset - x;