Searched refs:computedFontSize (Results 1 – 6 of 6) sorted by relevance
114 float computedFontSize(Node*);
368 startingFontSizes.set(node, computedFontSize(node)); in applyRelativeFontStyleChange()394 float currentFontSize = computedFontSize(node); in applyRelativeFontStyleChange()399 currentFontSize = computedFontSize(node); in applyRelativeFontStyleChange()1504 float ApplyStyleCommand::computedFontSize(Node* node) in computedFontSize() function in WebCore::ApplyStyleCommand
1089 const float textDecorationThickness = std::max(1.f, styleToUse->computedFontSize() / 10.f); in paintDecoration()
1188 float RenderStyle::computedFontSize() const { return fontDescription().computedSize(); } in computedFontSize() function in WebCore::RenderStyle
549 float computedFontSize() const;
280 …lineHeight = Length((state.style()->computedFontSize() * primitiveValue->getIntValue()) / 100.0, F… in applyValueCSSPropertyLineHeight()