Lines Matching refs:ditherX
157 int ditherX, ditherY; /* Location of first incorrectly
914 x = masterPtr->ditherX;
916 if (masterPtr->ditherX != 0) {
2100 masterPtr->ditherX = 0;
2104 masterPtr->ditherX = 0;
2109 || ((int) validBox.width < masterPtr->ditherX)) {
2110 masterPtr->ditherX = validBox.width;
3264 && (x < masterPtr->ditherX))) {
3268 masterPtr->ditherX = x;
3426 && (x < masterPtr->ditherX))) {
3431 masterPtr->ditherX = x;
3579 || ((y == masterPtr->ditherY) && (x <= masterPtr->ditherX)))
3594 masterPtr->ditherX = 0;
3603 if (x <= masterPtr->ditherX) {
3604 masterPtr->ditherX = x + width;
3605 if (masterPtr->ditherX >= masterPtr->width) {
3606 masterPtr->ditherX = 0;
3964 masterPtr->ditherX = masterPtr->ditherY = 0;