Searched refs:specifiedFontSize (Results 1 – 6 of 6) sorted by relevance
240 float fontSize = style->specifiedFontSize(); in convertValueFromUserUnitsToEMS()257 return value * style->specifiedFontSize(); in convertValueFromEMSToUserUnits()
144 return a.specifiedFontSize() == b.specifiedFontSize(); in propertiesEqual()
353 return createFromDouble(style.specifiedFontSize()); in create()
203 matchingFontSize = renderer->style()->specifiedFontSize(); in blockIsRowOfLinks()204 else if (matchingFontSize != renderer->style()->specifiedFontSize()) in blockIsRowOfLinks()634 …nderText(descendant)->text().stripWhiteSpace().length() * descendant->style()->specifiedFontSize(); in clusterHasEnoughTextToAutosize()
1113 float RenderStyle::specifiedFontSize() const { return fontDescription().specifiedSize(); } in specifiedFontSize() function in blink::RenderStyle
554 float specifiedFontSize() const;