Searched defs:hLeft (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c3237 int wLeft, hLeft;
3299 for (hLeft = height; hLeft > 0;) {
3301 hCopy = MIN(hLeft, blockPtr->height);
3302 hLeft -= hCopy;
3384 int wLeft, hLeft;
3480 for (hLeft = height; hLeft > 0; ) {
3481 hCopy = MIN(hLeft, blockHt);
3482 hLeft
3212 int wLeft, hLeft; local
3358 int wLeft, hLeft; local
[all...]

Completed in 19 milliseconds