Lines Matching refs:width
129 gint width = 0;
137 gboolean worked = gtk_icon_size_lookup( sizes[i], &width, &height );
139 if ( width < smallest ) {
140 smallest = width;
142 if ( width > largest ) {
143 largest = width;
154 sizeThings[i].width = val;
163 gint width = 0;
179 width = sizeThings[priv->size].width;
183 width *= 3;
187 width = (width * priv->ratio) / 100;
188 if ( width < 0 ) {
189 width = 1;
193 req->width = width;
202 *minimal_width = *natural_width = requisition.width;
280 allocation.width, allocation.height);
285 allocation.width, allocation.height);
298 allocation.width, allocation.height);
306 cairo_rectangle(cr, 0, 0, allocation.width, allocation.height);
311 cairo_rectangle(cr, insetLeft, insetTop, allocation.width - (insetLeft + insetRight), allocation.height - (insetTop + insetBottom));
343 cairo_rectangle(cr, 0, 0, allocation.width, allocation.height);
357 (allocation.width - (insetLeft + insetRight)),
363 possible.width / 2,
367 if ( area.width > area.height )
368 area.width = area.height;
369 if ( area.height > area.width )
370 area.height = area.width;
373 if ( area.width < possible.width ) {
374 int diff = (possible.width - area.width) / 2;
385 min(area.width, area.height)
398 area.width, area.height
405 GdkRectangle otherArea = {area.x, area.y, area.width, area.height};
415 min(otherArea.width, otherArea.height)
428 otherArea.width, otherArea.height
435 GdkRectangle otherArea = {insetLeft, area.y, area.width, area.height};
445 min(otherArea.width, otherArea.height)
458 otherArea.width, otherArea.height
466 GdkRectangle otherArea = {possible.x + ((possible.width / 4) - (area.width / 2)),
468 area.width, area.height};
476 otherArea.width, otherArea.height );
486 otherArea.width, otherArea.height );
492 GdkRectangle otherArea = {possible.x + (((possible.width * 3) / 4) - (area.width / 2)),
494 area.width, area.height};
503 otherArea.width, otherArea.height );
513 otherArea.width, otherArea.height );
526 allocation.width - 2, allocation.height - 2 );
535 allocation.width - 2, allocation.height - 2 );