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

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dmatrix1.tcl34 # - rowh cache of rowheights
86 variable rowh
93 array set rowh {}
600 variable ${name}::rowh
625 catch {unset rowh($r)}
879 variable ${name}::rowh
895 catch {unset rowh($r)}
920 variable ${name}::rowh
930 if {[info exists rowh($rn)]} {
931 set rowh(
[all...]
H A Dmatrix.tcl34 # - rowh cache of row heights
117 variable rowh
124 array set rowh {}
679 variable ${name}::rowh
704 catch {unset rowh($r)}
966 variable ${name}::rowh
982 catch {unset rowh($r)}
1036 variable ${name}::rowh
1046 if {[info exists rowh($rn)]} {
1047 set rowh(
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dwindow.c355 int rtop, rbot, rowh, vpos, fully_p = 1;
380 && pos_visible_p (w, posint, &x, &y, &rtop, &rbot, &rowh, &vpos)
389 make_number (rowh), make_number (vpos));
4970 int x, y, rtop, rbot, rowh, vpos;
4979 if (!pos_visible_p (w, PT, &x, &y, &rtop, &rbot, &rowh, &vpos))
354 int rtop, rbot, rowh, vpos, fully_p = 1; variable
4957 int x, y, rtop, rbot, rowh, vpos; local
H A Dxdisp.c1290 pos_visible_p (w, charpos, x, y, rtop, rbot, rowh, vpos)
1292 int charpos, *x, *y, *rtop, *rbot, *rowh, *vpos;
1343 *rowh = max (0, (min (bottom_y, it.last_visible_y)
1365 *rowh = max (0, (min (it2.current_y + it2.max_ascent + it2.max_descent,
1385 charpos, w->vscroll, *x, *y, *rtop, *rbot, *rowh, *vpos);

Completed in 227 milliseconds