getGlyphsAndAdvancesForComplexText  147 Source/platform/fonts/Font.h     float getGlyphsAndAdvancesForComplexText(const TextRun&, int from, int to, GlyphBuffer&, ForTextEmphasisOrNot = NotForTextEmphasis) const;
getGlyphsAndAdvancesForComplexText  199 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp     float initialAdvance = getGlyphsAndAdvancesForComplexText(runInfo.run, runInfo.from, runInfo.to, glyphBuffer, ForTextEmphasis);
getGlyphsAndAdvancesForComplexText  109 Source/platform/fonts/mac/FontComplexTextMac.cpp     float startX = point.x() + getGlyphsAndAdvancesForComplexText(runInfo.run, runInfo.from, runInfo.to, glyphBuffer);
getGlyphsAndAdvancesForComplexText  123 Source/platform/fonts/mac/FontComplexTextMac.cpp     float initialAdvance = getGlyphsAndAdvancesForComplexText(runInfo.run, runInfo.from, runInfo.to, glyphBuffer, ForTextEmphasis);