HomeSort by relevance Sort by last modified time
    Searched refs:NotForTextEmphasis (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.h 55 NotForTextEmphasis,
59 HarfBuzzShaper(const Font*, const TextRun&, ForTextEmphasisOrNot = NotForTextEmphasis, HashSet<const SimpleFontData*>* fallbackFonts = 0);
FontHarfBuzz.cpp 265 HarfBuzzShaper shaper(this, run, HarfBuzzShaper::NotForTextEmphasis, fallbackFonts);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.h 142 enum ForTextEmphasisOrNot { NotForTextEmphasis, ForTextEmphasis };
145 float getGlyphsAndAdvancesForSimpleText(const TextRunPaintInfo&, GlyphBuffer&, ForTextEmphasisOrNot = NotForTextEmphasis) const;
158 float getGlyphsAndAdvancesForComplexText(const TextRunPaintInfo&, GlyphBuffer&, ForTextEmphasisOrNot = NotForTextEmphasis) const;

Completed in 706 milliseconds