Lines Matching defs:pixelWidth
29 int pixelWidth; /* Total width of element in pixels (including
501 sprintf(interp->result, "%d %d %d %d", x, y, elPtr->pixelWidth,
1159 (unsigned) elPtr->pixelWidth, 1);
1226 int dummy, fontHeight, width, height, pixelWidth, pixelHeight;
1237 elPtr->pixelWidth = bbox.rbearing - bbox.lbearing;
1239 if (elPtr->pixelWidth > listPtr->maxWidth) {
1240 listPtr->maxWidth = elPtr->pixelWidth;
1255 pixelWidth = width*listPtr->xScrollUnit + 2*listPtr->inset
1265 Tk_GeometryRequest(listPtr->tkwin, pixelWidth, pixelHeight);
1342 newPtr->pixelWidth = bbox.rbearing - bbox.lbearing;
1343 if (newPtr->pixelWidth > listPtr->maxWidth) {
1344 listPtr->maxWidth = newPtr->pixelWidth;
1461 if (elPtr->pixelWidth == listPtr->maxWidth) {