ForTextEmphasisOrNot 609 Source/platform/fonts/Font.cpp float Font::getGlyphsAndAdvancesForSimpleText(const TextRun& run, int from, int to, GlyphBuffer& glyphBuffer, ForTextEmphasisOrNot forTextEmphasis) const ForTextEmphasisOrNot 134 Source/platform/fonts/Font.h float getGlyphsAndAdvancesForSimpleText(const TextRun&, int from, int to, GlyphBuffer&, ForTextEmphasisOrNot = NotForTextEmphasis) const; ForTextEmphasisOrNot 147 Source/platform/fonts/Font.h float getGlyphsAndAdvancesForComplexText(const TextRun&, int from, int to, GlyphBuffer&, ForTextEmphasisOrNot = NotForTextEmphasis) const; ForTextEmphasisOrNot 207 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp float Font::getGlyphsAndAdvancesForComplexText(const TextRun& run, int from, int to, GlyphBuffer& glyphBuffer, ForTextEmphasisOrNot forTextEmphasis) const ForTextEmphasisOrNot 375 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp HarfBuzzShaper::HarfBuzzShaper(const Font* font, const TextRun& run, ForTextEmphasisOrNot forTextEmphasis) ForTextEmphasisOrNot 58 Source/platform/fonts/harfbuzz/HarfBuzzShaper.h HarfBuzzShaper(const Font*, const TextRun&, ForTextEmphasisOrNot = NotForTextEmphasis); ForTextEmphasisOrNot 162 Source/platform/fonts/harfbuzz/HarfBuzzShaper.h ForTextEmphasisOrNot m_forTextEmphasis; ForTextEmphasisOrNot 72 Source/platform/fonts/mac/FontComplexTextMac.cpp float Font::getGlyphsAndAdvancesForComplexText(const TextRun& run, int from, int to, GlyphBuffer& glyphBuffer, ForTextEmphasisOrNot forTextEmphasis) const