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

/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c148 int userWidth, userHeight; /* User-declared image dimensions. */ member in struct:PhotoMaster
314 DEF_PHOTO_HEIGHT, Tk_Offset(PhotoMaster, userHeight), 0},
1997 if (masterPtr->userHeight > 0) {
1998 height = masterPtr->userHeight;
3249 if ((masterPtr->userHeight != 0)
3250 && ((y + height) > masterPtr->userHeight)) {
3251 height = masterPtr->userHeight - y;
3407 if ((masterPtr->userHeight != 0)
3408 && ((y + height) > masterPtr->userHeight)) {
3409 height = masterPtr->userHeight
[all...]

Completed in 18 milliseconds