Home | History | Annotate | Download | only in rendering

Lines Matching refs:effectiveZoom

511     if (style->appearance() == MenulistPart && style->effectiveZoom() != 1.0f)
514 if (style->appearance() == SearchFieldPart && style->effectiveZoom() != 1)
540 float zoomLevel = o->style()->effectiveZoom();
657 if (style->effectiveZoom() != 1.0f) {
659 return IntSize(result.width() * style->effectiveZoom(), result.height() * style->effectiveZoom());
666 if (style->effectiveZoom() != 1.0f) {
668 return IntSize(result.width() * style->effectiveZoom(), result.height() * style->effectiveZoom());
692 fontDescription.setComputedSize([font pointSize] * style->effectiveZoom());
693 fontDescription.setSpecifiedSize([font pointSize] * style->effectiveZoom());
705 float zoomLevel = style->effectiveZoom();
849 float zoomLevel = o->style()->effectiveZoom();
1022 float zoomLevel = renderObject->style()->effectiveZoom();
1095 float leftEdge = bounds.maxX() - arrowPaddingRight * o->style()->effectiveZoom() - arrowWidth;
1098 if (bounds.width() < arrowWidth + arrowPaddingLeft * o->style()->effectiveZoom())
1172 return popupButtonPadding(controlSizeForFont(style))[ThemeMac::LeftMargin] * style->effectiveZoom();
1174 return styledPopupPaddingLeft * style->effectiveZoom();
1184 return popupButtonPadding(controlSizeForFont(style))[ThemeMac::RightMargin] * style->effectiveZoom();
1188 return static_cast<int>(ceilf(arrowWidth + (arrowPaddingLeft + arrowPaddingRight + paddingBeforeSeparator) * style->effectiveZoom()));
1196 return popupButtonPadding(controlSizeForFont(style))[ThemeMac::TopMargin] * style->effectiveZoom();
1198 return styledPopupPaddingTop * style->effectiveZoom();
1205 return popupButtonPadding(controlSizeForFont(style))[ThemeMac::BottomMargin] * style->effectiveZoom();
1207 return styledPopupPaddingBottom * style->effectiveZoom();
1229 setControlSize(popupButton, popupButtonSizes(), r.size(), o->style()->effectiveZoom());
1259 float zoomLevel = o->style()->effectiveZoom();
1338 float zoomLevel = o->style()->effectiveZoom();
1420 float zoomLevel = o->style()->effectiveZoom();
1481 const short borderWidth = searchFieldBorderWidth * style->effectiveZoom();
1498 const int verticalPadding = 1 * style->effectiveZoom();
1499 const int horizontalPadding = searchFieldHorizontalPaddings()[controlSize] * style->effectiveZoom();
1523 float zoomLevel = o->style()->effectiveZoom();
1622 float zoomLevel = o->style()->effectiveZoom();
1659 float zoomLevel = style->effectiveZoom();
1879 return style->effectiveZoom() != 1;