Searched refs:computedFontSize (Results 1 – 6 of 6) sorted by relevance
115 float computedFontSize(Node*);
383 startingFontSizes.set(node, computedFontSize(node)); in applyRelativeFontStyleChange()411 float currentFontSize = computedFontSize(node); in applyRelativeFontStyleChange()416 currentFontSize = computedFontSize(node); in applyRelativeFontStyleChange()1520 float ApplyStyleCommand::computedFontSize(Node* node) in computedFontSize() function in blink::ApplyStyleCommand
308 …lineHeight = Length((state.style()->computedFontSize() * primitiveValue->getIntValue()) / 100.0, F… in applyValueCSSPropertyLineHeight()
912 textDecorationThickness = std::max(1.f, styleToUse->computedFontSize() / 10.f); in paintDecoration()
1114 float RenderStyle::computedFontSize() const { return fontDescription().computedSize(); } in computedFontSize() function in blink::RenderStyle
555 float computedFontSize() const;