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 131 enum ForTextEmphasisOrNot { NotForTextEmphasis, ForTextEmphasis };
134 float getGlyphsAndAdvancesForSimpleText(const TextRunPaintInfo&, GlyphBuffer&, ForTextEmphasisOrNot = NotForTextEmphasis) const;
147 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);
161 ForTextEmphasisOrNot m_forTextEmphasis;

Completed in 42 milliseconds