HomeSort by relevance Sort by last modified time
    Searched defs:ForTextEmphasisOrNot (Results 1 - 2 of 2) sorted by null

  /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;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.h 54 enum ForTextEmphasisOrNot {
59 HarfBuzzShaper(const Font*, const TextRun&, ForTextEmphasisOrNot = NotForTextEmphasis, HashSet<const SimpleFontData*>* fallbackFonts = 0);
157 ForTextEmphasisOrNot m_forTextEmphasis;

Completed in 48 milliseconds