Home
last modified time | relevance | path

Searched refs:NotForTextEmphasis (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFont.h142 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/
DHarfBuzzShaper.h55 NotForTextEmphasis, enumerator
59 …HarfBuzzShaper(const Font*, const TextRun&, ForTextEmphasisOrNot = NotForTextEmphasis, HashSet<con…
DFontHarfBuzz.cpp265 HarfBuzzShaper shaper(this, run, HarfBuzzShaper::NotForTextEmphasis, fallbackFonts); in floatWidthForComplexText()