Lines Matching refs:width
84 int x, int y, int width, int height));
372 int width, height;
389 &width, &height);
392 x -= width/2;
395 x -= width;
398 x -= width;
402 x -= width;
406 x -= width/2;
418 x -= width/2;
429 bmapPtr->header.x2 = x + width;
453 DisplayBitmap(canvas, itemPtr, display, drawable, x, y, width, height)
459 int x, y, width, height; /* Describes region of canvas that
478 if ((x+width) < bmapPtr->header.x2) {
479 bmapWidth = x + width - bmapPtr->header.x1;
725 int width, height, rowsAtOnce, rowsThisTime;
741 &width, &height);
744 case TK_ANCHOR_N: x -= width/2.0; y -= height; break;
745 case TK_ANCHOR_NE: x -= width; y -= height; break;
746 case TK_ANCHOR_E: x -= width; y -= height/2.0; break;
747 case TK_ANCHOR_SE: x -= width; break;
748 case TK_ANCHOR_S: x -= width/2.0; break;
751 case TK_ANCHOR_CENTER: x -= width/2.0; y -= height/2.0; break;
761 x, y, width, height, -width,"0 rlineto closepath");
780 if (width > 60000) {
787 rowsAtOnce = 60000/width;
799 (double) rowsThisTime, width, rowsThisTime);
802 0, curRow, width, rowsThisTime) != TCL_OK) {