Home | History | Annotate | Download | only in rendering

Lines Matching refs:effectiveZoom

460     if (style->appearance() == MenulistPart && style->effectiveZoom() != 1.0f)
485 float zoomLevel = o->style()->effectiveZoom();
621 if (style->effectiveZoom() != 1.0f) {
623 return IntSize(result.width() * style->effectiveZoom(), result.height() * style->effectiveZoom());
630 if (style->effectiveZoom() != 1.0f) {
632 return IntSize(result.width() * style->effectiveZoom(), result.height() * style->effectiveZoom());
655 fontDescription.setComputedSize([font pointSize] * style->effectiveZoom());
656 fontDescription.setSpecifiedSize([font pointSize] * style->effectiveZoom());
742 float zoomLevel = o->style()->effectiveZoom();
908 float leftEdge = bounds.right() - arrowPaddingRight * o->style()->effectiveZoom() - arrowWidth;
911 if (bounds.width() < arrowWidth + arrowPaddingLeft * o->style()->effectiveZoom())
940 int leftEdgeOfSeparator = static_cast<int>(leftEdge - arrowPaddingLeft * o->style()->effectiveZoom()); // FIXME: Round?
994 return popupButtonPadding(controlSizeForFont(style))[leftPadding] * style->effectiveZoom();
996 return styledPopupPaddingLeft * style->effectiveZoom();
1003 return popupButtonPadding(controlSizeForFont(style))[rightPadding] * style->effectiveZoom();
1007 return static_cast<int>(ceilf(arrowWidth + (arrowPaddingLeft + arrowPaddingRight + paddingBeforeSeparator) * style->effectiveZoom()));
1015 return popupButtonPadding(controlSizeForFont(style))[topPadding] * style->effectiveZoom();
1017 return styledPopupPaddingTop * style->effectiveZoom();
1024 return popupButtonPadding(controlSizeForFont(style))[bottomPadding] * style->effectiveZoom();
1026 return styledPopupPaddingBottom * style->effectiveZoom();
1048 setControlSize(popupButton, popupButtonSizes(), r.size(), o->style()->effectiveZoom());
1079 float zoomLevel = o->style()->effectiveZoom();
1160 bounds.setHeight(bounds.height() + verticalSliderHeightPadding * o->style()->effectiveZoom());
1163 float zoomLevel = o->style()->effectiveZoom();
1191 float zoomLevel = o->style()->effectiveZoom();
1251 const short borderWidth = 2 * style->effectiveZoom();
1266 const int padding = 1 * style->effectiveZoom();
1292 float zoomLevel = o->style()->effectiveZoom();
1400 float zoomLevel = o->style()->effectiveZoom();
1460 float zoomLevel = o->style()->effectiveZoom();
1508 float zoomLevel = o->style()->effectiveZoom();