Searched defs:bottom (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tk3d.c | 314 * forms the bottom side. */ 322 int bottom, halfway, x1, x2, x1Delta, x2Delta; 333 * bottom half (they're the same in many cases). 376 bottom = y + height; 382 for ( ; y < bottom; y++) { 319 int bottom, halfway, x1, x2, x1Delta, x2Delta; local
|
H A D | tkCanvas.c | 3660 int left, right, top, bottom, delta; 3708 bottom = canvasPtr->scrollY2 3723 if ((top < 0) && (bottom > 0)) { 3724 delta = (bottom > -top) ? -top : bottom; 3729 } else if ((bottom < 0) && (top > 0)) { 3730 delta = (top > -bottom) ? -bottom : top; 3630 int left, right, top, bottom, delta; local
|
Completed in 20 milliseconds