Lines Matching defs:height
31 int width, height; /* Dimensions of image. */
87 int imageX, int imageY, int width, int height,
200 masterPtr->width = masterPtr->height = 0;
269 &masterPtr->width, &masterPtr->height, &dummy1, &dummy2);
291 || (maskHeight != masterPtr->height)) {
310 masterPtr->height, masterPtr->width, masterPtr->height);
383 (unsigned) masterPtr->height);
395 (unsigned) masterPtr->height);
478 int width, height, numBytes, hotX, hotY;
519 height = 0;
540 height = strtol(pi.word, &end, 0);
585 if ((width <= 0) || (height <= 0)) {
588 numBytes = ((width+7)/8) * height;
608 *heightPtr = height;
830 masterPtr->height);
855 height, drawableX, drawableY)
862 int width, height; /* Dimensions of region within image to draw. */
891 imageX, imageY, (unsigned) width, (unsigned) height,