Home | History | Annotate | Download | only in gtk

Lines Matching refs:arrowSize

381     int arrowSize = comboBoxArrowSize(style);
384 IntRect arrowRect(0, (rect.height() - arrowSize) / 2, arrowSize, arrowSize);
388 arrowRect.setX(rect.width() - rightBorder - buttonStyle->xthickness - arrowSize);
630 int arrowSize = (expandedRect.width() - 3) / 2;
631 arrowSize -= (arrowSize % 2) - 1; // Force odd.
632 arrowRect.setWidth(arrowSize);
633 arrowRect.setHeight(arrowSize);