Searched defs:scaledWidth (Results 1 – 3 of 3) sorted by relevance
13 int scaledWidth() const { return fScaledWidth; } in scaledWidth() function
102 int scaledWidth = static_cast<int>(cDefaultWidth * style()->effectiveZoom()); in intrinsicSizeChanged() local
922 IntSize RenderBox::calculateBackgroundSize(const FillLayer* bgLayer, int scaledWidth, int scaledHei… in calculateBackgroundSize()