Searched refs:userWidth (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
318 DEF_PHOTO_WIDTH, Tk_Offset(PhotoMaster, userWidth), 0},
1994 if (masterPtr->userWidth > 0) {
1995 width = masterPtr->userWidth;
3246 if ((masterPtr->userWidth != 0) && ((x + width) > masterPtr->userWidth)) {
3247 width = masterPtr->userWidth - x;
3404 if ((masterPtr->userWidth != 0) && ((x + width) > masterPtr->userWidth)) {
3405 width = masterPtr->userWidth
[all...]

Completed in 23 milliseconds