getGlyphsAndAdvancesForSimpleText 645 Source/platform/fonts/Font.cpp float startX = point.x() + getGlyphsAndAdvancesForSimpleText(runInfo.run, runInfo.from, runInfo.to, glyphBuffer); getGlyphsAndAdvancesForSimpleText 657 Source/platform/fonts/Font.cpp float initialAdvance = getGlyphsAndAdvancesForSimpleText(runInfo.run, runInfo.from, runInfo.to, glyphBuffer, ForTextEmphasis); getGlyphsAndAdvancesForSimpleText 134 Source/platform/fonts/Font.h float getGlyphsAndAdvancesForSimpleText(const TextRun&, int from, int to, GlyphBuffer&, ForTextEmphasisOrNot = NotForTextEmphasis) const;