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

/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c157 int ditherX, ditherY; /* Location of first incorrectly member in struct:PhotoMaster
915 y = masterPtr->ditherY;
919 if (masterPtr->ditherY < masterPtr->height) {
921 Dither(masterPtr, 0, masterPtr->ditherY, masterPtr->width,
922 masterPtr->height - masterPtr->ditherY);
2101 masterPtr->ditherY = 0;
2103 if ((int) validBox.height < masterPtr->ditherY) {
2105 masterPtr->ditherY = validBox.height;
2108 if ((masterPtr->ditherY > 0)
2111 masterPtr->ditherY
[all...]

Completed in 15 milliseconds