Lines Matching defs:height
60 int x, int y, int width, int height, int imgWidth,
81 int x, int y, int width, int height));
359 int width, height;
375 Tk_SizeOfImage(imgPtr->image, &width, &height);
385 y -= height/2;
389 y -= height;
393 y -= height;
396 y -= height;
399 y -= height/2;
405 y -= height/2;
416 imgPtr->header.y2 = y + height;
439 DisplayImage(canvas, itemPtr, display, drawable, x, y, width, height)
445 int x, y, width, height; /* Describes region of canvas that
462 width, height, drawable, drawableX, drawableY);
657 ImageChangedProc(clientData, x, y, width, height, imgWidth, imgHeight)
661 int width, height; /* Dimensions of area to redisplay
678 height = imgHeight;
685 (int) (imgPtr->header.y1 + y + height));