Searched refs:computingFontSize (Results 1 – 2 of 2) sorted by relevance
43 …const RenderStyle* style, const RenderStyle* rootStyle, float zoom, bool computingFontSize = false)48 , m_computingFontSize(computingFontSize) in m_style()52 …versionData(const RenderStyle* style, const RenderStyle* rootStyle, bool computingFontSize = false)56 , m_computingFontSize(computingFontSize) in m_style()62 bool computingFontSize() const { return m_computingFontSize; } in computingFontSize() function
562 bool computingFontSize = conversionData.computingFontSize(); in computeLengthDouble() local568 …factor = computingFontSize ? style.fontDescription().specifiedSize() : style.fontDescription().com… in computeLengthDouble()577 …factor = (computingFontSize ? style.fontDescription().specifiedSize() : style.fontDescription().co… in computeLengthDouble()580 …factor = computingFontSize ? rootStyle.fontDescription().specifiedSize() : rootStyle.fontDescripti… in computeLengthDouble()616 if (computingFontSize || isFontRelativeLength()) in computeLengthDouble()