Searched refs:NotForTextEmphasis (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | Font.h | 142 enum ForTextEmphasisOrNot { NotForTextEmphasis, ForTextEmphasis }; enumerator 145 …SimpleText(const TextRunPaintInfo&, GlyphBuffer&, ForTextEmphasisOrNot = NotForTextEmphasis) const; 158 …omplexText(const TextRunPaintInfo&, GlyphBuffer&, ForTextEmphasisOrNot = NotForTextEmphasis) const;
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
D | HarfBuzzShaper.h | 55 NotForTextEmphasis, enumerator 59 …HarfBuzzShaper(const Font*, const TextRun&, ForTextEmphasisOrNot = NotForTextEmphasis, HashSet<con…
|
D | FontHarfBuzz.cpp | 265 HarfBuzzShaper shaper(this, run, HarfBuzzShaper::NotForTextEmphasis, fallbackFonts); in floatWidthForComplexText()
|