zoomAdjustedPixelValue  556 Source/core/css/CSSComputedStyleDeclaration.cpp         return zoomAdjustedPixelValue(length.value(), style);
zoomAdjustedPixelValue  569 Source/core/css/CSSComputedStyleDeclaration.cpp         offset = zoomAdjustedPixelValue(reflection->offset().value(), style);
zoomAdjustedPixelValue  630 Source/core/css/CSSComputedStyleDeclaration.cpp         return zoomAdjustedPixelValue(valueForLength(l, containingBlockSize), style);
zoomAdjustedPixelValue  831 Source/core/css/CSSComputedStyleDeclaration.cpp             filterValue->append(zoomAdjustedPixelValue(toBlurFilterOperation(filterOperation)->stdDeviation().value(), style));
zoomAdjustedPixelValue  909 Source/core/css/CSSComputedStyleDeclaration.cpp             list->append(zoomAdjustedPixelValue(trackPositions[i + 1] - trackPositions[i], style));
zoomAdjustedPixelValue 1182 Source/core/css/CSSComputedStyleDeclaration.cpp     return zoomAdjustedPixelValue(style->fontDescription().computedPixelSize(), *style);
zoomAdjustedPixelValue 1199 Source/core/css/CSSComputedStyleDeclaration.cpp     RefPtrWillBeRawPtr<CSSPrimitiveValue> x = zoomAdjustedPixelValue(shadow.x(), style);
zoomAdjustedPixelValue 1200 Source/core/css/CSSComputedStyleDeclaration.cpp     RefPtrWillBeRawPtr<CSSPrimitiveValue> y = zoomAdjustedPixelValue(shadow.y(), style);
zoomAdjustedPixelValue 1201 Source/core/css/CSSComputedStyleDeclaration.cpp     RefPtrWillBeRawPtr<CSSPrimitiveValue> blur = zoomAdjustedPixelValue(shadow.blur(), style);
zoomAdjustedPixelValue 1202 Source/core/css/CSSComputedStyleDeclaration.cpp     RefPtrWillBeRawPtr<CSSPrimitiveValue> spread = useSpread ? zoomAdjustedPixelValue(shadow.spread(), style) : PassRefPtrWillBeRawPtr<CSSPrimitiveValue>(nullptr);
zoomAdjustedPixelValue 1389 Source/core/css/CSSComputedStyleDeclaration.cpp     return zoomAdjustedPixelValue(floatValueForLength(length, style.fontDescription().specifiedSize()), style);
zoomAdjustedPixelValue 1394 Source/core/css/CSSComputedStyleDeclaration.cpp     return zoomAdjustedPixelValue(style.fontDescription().computedPixelSize(), style);
zoomAdjustedPixelValue 1753 Source/core/css/CSSComputedStyleDeclaration.cpp             list->append(zoomAdjustedPixelValue(style->horizontalBorderSpacing(), *style));
zoomAdjustedPixelValue 1754 Source/core/css/CSSComputedStyleDeclaration.cpp             list->append(zoomAdjustedPixelValue(style->verticalBorderSpacing(), *style));
zoomAdjustedPixelValue 1758 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->horizontalBorderSpacing(), *style);
zoomAdjustedPixelValue 1760 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->verticalBorderSpacing(), *style);
zoomAdjustedPixelValue 1782 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->borderTopWidth(), *style);
zoomAdjustedPixelValue 1784 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->borderRightWidth(), *style);
zoomAdjustedPixelValue 1786 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->borderBottomWidth(), *style);
zoomAdjustedPixelValue 1788 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->borderLeftWidth(), *style);
zoomAdjustedPixelValue 1835 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->columnGap(), *style);
zoomAdjustedPixelValue 1841 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->columnRuleWidth(), *style);
zoomAdjustedPixelValue 1853 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->columnWidth(), *style);
zoomAdjustedPixelValue 2001 Source/core/css/CSSComputedStyleDeclaration.cpp                 return zoomAdjustedPixelValue(sizingBox(renderer).height(), *style);
zoomAdjustedPixelValue 2027 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->letterSpacing(), *style);
zoomAdjustedPixelValue 2050 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(toRenderBox(renderer)->marginTop(), *style);
zoomAdjustedPixelValue 2065 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(value, *style);
zoomAdjustedPixelValue 2071 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(toRenderBox(renderer)->marginBottom(), *style);
zoomAdjustedPixelValue 2077 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(toRenderBox(renderer)->marginLeft(), *style);
zoomAdjustedPixelValue 2096 Source/core/css/CSSComputedStyleDeclaration.cpp                 return zoomAdjustedPixelValue(0, *style);
zoomAdjustedPixelValue 2101 Source/core/css/CSSComputedStyleDeclaration.cpp                 return zoomAdjustedPixelValue(0, *style);
zoomAdjustedPixelValue 2120 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->outlineOffset(), *style);
zoomAdjustedPixelValue 2126 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->outlineWidth(), *style);
zoomAdjustedPixelValue 2139 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(toRenderBox(renderer)->computedCSSPaddingTop(), *style);
zoomAdjustedPixelValue 2145 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(toRenderBox(renderer)->computedCSSPaddingRight(), *style);
zoomAdjustedPixelValue 2151 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(toRenderBox(renderer)->computedCSSPaddingBottom(), *style);
zoomAdjustedPixelValue 2157 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(toRenderBox(renderer)->computedCSSPaddingLeft(), *style);
zoomAdjustedPixelValue 2247 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->textStrokeWidth(), *style);
zoomAdjustedPixelValue 2297 Source/core/css/CSSComputedStyleDeclaration.cpp                 return zoomAdjustedPixelValue(sizingBox(renderer).width(), *style);
zoomAdjustedPixelValue 2305 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->wordSpacing(), *style);
zoomAdjustedPixelValue 2516 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValue(style->perspective(), *style);
zoomAdjustedPixelValue 2525 Source/core/css/CSSComputedStyleDeclaration.cpp                 list->append(zoomAdjustedPixelValue(minimumValueForLength(style->perspectiveOriginX(), box.width()), *style));
zoomAdjustedPixelValue 2526 Source/core/css/CSSComputedStyleDeclaration.cpp                 list->append(zoomAdjustedPixelValue(minimumValueForLength(style->perspectiveOriginY(), box.height()), *style));
zoomAdjustedPixelValue 2555 Source/core/css/CSSComputedStyleDeclaration.cpp             rect->setTop(zoomAdjustedPixelValue(style->clip().top().value(), *style));
zoomAdjustedPixelValue 2556 Source/core/css/CSSComputedStyleDeclaration.cpp             rect->setRight(zoomAdjustedPixelValue(style->clip().right().value(), *style));
zoomAdjustedPixelValue 2557 Source/core/css/CSSComputedStyleDeclaration.cpp             rect->setBottom(zoomAdjustedPixelValue(style->clip().bottom().value(), *style));
zoomAdjustedPixelValue 2558 Source/core/css/CSSComputedStyleDeclaration.cpp             rect->setLeft(zoomAdjustedPixelValue(style->clip().left().value(), *style));
zoomAdjustedPixelValue 2574 Source/core/css/CSSComputedStyleDeclaration.cpp                 list->append(zoomAdjustedPixelValue(minimumValueForLength(style->transformOriginX(), box.width()), *style));
zoomAdjustedPixelValue 2575 Source/core/css/CSSComputedStyleDeclaration.cpp                 list->append(zoomAdjustedPixelValue(minimumValueForLength(style->transformOriginY(), box.height()), *style));
zoomAdjustedPixelValue 2577 Source/core/css/CSSComputedStyleDeclaration.cpp                     list->append(zoomAdjustedPixelValue(style->transformOriginZ(), *style));
zoomAdjustedPixelValue 2582 Source/core/css/CSSComputedStyleDeclaration.cpp                     list->append(zoomAdjustedPixelValue(style->transformOriginZ(), *style));