Lines Matching defs:height
31 int x, y, width, height; /* Area to print, in canvas pixel
33 int x2, y2; /* x+width and y+height. */
41 char *pageHeightString; /* Printed height of output. */
85 {TK_CONFIG_PIXELS, "-height", (char *) NULL, (char *) NULL,
86 "", Tk_Offset(TkPostscriptInfo, height), 0},
179 psInfo.height = -1;
207 if (psInfo.height == -1) {
208 psInfo.height = Tk_Height(canvasPtr->tkwin);
211 psInfo.y2 = psInfo.y + psInfo.height;
236 psInfo.scale /= psInfo.height;
262 deltaY = - psInfo.height;
267 deltaY = -psInfo.height/2;
368 (int) (psInfo.pageY + psInfo.scale*(deltaY + psInfo.height)
372 (int) (psInfo.pageX - psInfo.scale*(deltaY + psInfo.height)),
835 Tk_CanvasPsBitmap(interp, canvas, bitmap, startX, startY, width, height)
843 int width, height; /* Height of rectangular region. */
877 lastY = startY + height - 1;
943 int width, height;
963 (unsigned *) &height, &dummyBorderwidth, &dummyDepth);
964 sprintf(string, "%d %d ", width, height);
967 width, height) != TCL_OK) {