Home | History | Annotate | Download | only in rendering

Lines Matching refs:effectiveZoom

512     if (style->appearance() == MenulistPart && style->effectiveZoom() != 1.0f)
537 float zoomLevel = o->style()->effectiveZoom();
692 if (style->effectiveZoom() != 1.0f) {
694 return IntSize(result.width() * style->effectiveZoom(), result.height() * style->effectiveZoom());
701 if (style->effectiveZoom() != 1.0f) {
703 return IntSize(result.width() * style->effectiveZoom(), result.height() * style->effectiveZoom());
726 fontDescription.setComputedSize([font pointSize] * style->effectiveZoom());
727 fontDescription.setSpecifiedSize([font pointSize] * style->effectiveZoom());
813 float zoomLevel = o->style()->effectiveZoom();
979 float leftEdge = bounds.right() - arrowPaddingRight * o->style()->effectiveZoom() - arrowWidth;
982 if (bounds.width() < arrowWidth + arrowPaddingLeft * o->style()->effectiveZoom())
1011 int leftEdgeOfSeparator = static_cast<int>(leftEdge - arrowPaddingLeft * o->style()->effectiveZoom()); // FIXME: Round?
1065 return popupButtonPadding(controlSizeForFont(style))[leftPadding] * style->effectiveZoom();
1067 return styledPopupPaddingLeft * style->effectiveZoom();
1074 return popupButtonPadding(controlSizeForFont(style))[rightPadding] * style->effectiveZoom();
1078 return static_cast<int>(ceilf(arrowWidth + (arrowPaddingLeft + arrowPaddingRight + paddingBeforeSeparator) * style->effectiveZoom()));
1086 return popupButtonPadding(controlSizeForFont(style))[topPadding] * style->effectiveZoom();
1088 return styledPopupPaddingTop * style->effectiveZoom();
1095 return popupButtonPadding(controlSizeForFont(style))[bottomPadding] * style->effectiveZoom();
1097 return styledPopupPaddingBottom * style->effectiveZoom();
1119 setControlSize(popupButton, popupButtonSizes(), r.size(), o->style()->effectiveZoom());
1151 float zoomLevel = o->style()->effectiveZoom();
1233 bounds.setHeight(bounds.height() + verticalSliderHeightPadding * o->style()->effectiveZoom());
1236 float zoomLevel = o->style()->effectiveZoom();
1264 float zoomLevel = o->style()->effectiveZoom();
1325 const short borderWidth = 2 * style->effectiveZoom();
1340 const int padding = 1 * style->effectiveZoom();
1367 float zoomLevel = o->style()->effectiveZoom();
1479 float zoomLevel = o->style()->effectiveZoom();
1506 float zoomLevel = o->style()->effectiveZoom();