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

/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c3237 int wLeft, hLeft;
3305 for (wLeft = width; wLeft > 0;) {
3306 wCopy = MIN(wLeft, blockPtr->width);
3307 wLeft -= wCopy;
3384 int wLeft, hLeft;
3487 for (wLeft = width; wLeft > 0;) {
3488 wCopy = MIN(wLeft, blockWid);
3489 wLeft
3212 int wLeft, hLeft; local
3358 int wLeft, hLeft; local
[all...]

Completed in 20 milliseconds