scaleEmToUnits 55 Source/core/rendering/RenderTextControl.h float scaleEmToUnits(int x) const; scaleEmToUnits 57 Source/core/rendering/RenderTextControlMultiLine.cpp return scaleEmToUnits(1229); scaleEmToUnits 305 Source/core/rendering/RenderTextControlSingleLine.cpp return scaleEmToUnits(901); scaleEmToUnits 326 Source/core/rendering/RenderTextControlSingleLine.cpp maxCharWidth = scaleEmToUnits(4027); scaleEmToUnits 115 Source/core/rendering/svg/SVGTextRunRenderingContext.cpp float scale = scaleEmToUnits(fontData->platformData().size(), fontFaceElement->unitsPerEm()); scaleEmToUnits 78 Source/core/svg/SVGFontData.cpp float scale = scaleEmToUnits(fontSize, unitsPerEm); scaleEmToUnits 132 Source/core/svg/SVGFontData.cpp return m_horizontalAdvanceX * scaleEmToUnits(fontSize, svgFontFaceElement->unitsPerEm()); scaleEmToUnits 139 Source/core/svg/SVGFontData.cpp return svgGlyph.horizontalAdvanceX * scaleEmToUnits(fontSize, svgFontFaceElement->unitsPerEm()); scaleEmToUnits 156 Source/platform/fonts/FontMetrics.h inline float scaleEmToUnits(float x, unsigned unitsPerEm)