Home | History | Annotate | Download | only in rendering

Lines Matching defs:zoomFactor

1333     float zoomFactor = box().style()->effectiveZoom();
1336 newOffset.setWidth(newOffset.width() / zoomFactor);
1337 newOffset.setHeight(newOffset.height() / zoomFactor);
1339 LayoutSize currentSize = LayoutSize(box().width() / zoomFactor, box().height() / zoomFactor);
1343 LayoutSize adjustedOldOffset = LayoutSize(oldOffset.width() / zoomFactor, oldOffset.height() / zoomFactor);
1357 element->setInlineStyleProperty(CSSPropertyMarginLeft, box().marginLeft() / zoomFactor, CSSPrimitiveValue::CSS_PX);
1358 element->setInlineStyleProperty(CSSPropertyMarginRight, box().marginRight() / zoomFactor, CSSPrimitiveValue::CSS_PX);
1361 baseWidth = baseWidth / zoomFactor;
1368 element->setInlineStyleProperty(CSSPropertyMarginTop, box().marginTop() / zoomFactor, CSSPrimitiveValue::CSS_PX);
1369 element->setInlineStyleProperty(CSSPropertyMarginBottom, box().marginBottom() / zoomFactor, CSSPrimitiveValue::CSS_PX);
1372 baseHeight = baseHeight / zoomFactor;