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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.h 56 ForTextEmphasis
FontHarfBuzz.cpp 194 float initialAdvance = getGlyphsAndAdvancesForComplexText(runInfo, glyphBuffer, ForTextEmphasis);
202 float Font::getGlyphsAndAdvancesForComplexText(const TextRunPaintInfo& runInfo, GlyphBuffer& glyphBuffer, ForTextEmphasisOrNot forTextEmphasis) const
204 HarfBuzzShaper shaper(this, runInfo.run, HarfBuzzShaper::ForTextEmphasis);
HarfBuzzShaper.cpp 378 HarfBuzzShaper::HarfBuzzShaper(const Font* font, const TextRun& run, ForTextEmphasisOrNot forTextEmphasis)
389 , m_forTextEmphasis(forTextEmphasis)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.h 131 enum ForTextEmphasisOrNot { NotForTextEmphasis, ForTextEmphasis };
Font.cpp 630 float Font::getGlyphsAndAdvancesForSimpleText(const TextRunPaintInfo& runInfo, GlyphBuffer& glyphBuffer, ForTextEmphasisOrNot forTextEmphasis) const
634 WidthIterator it(this, runInfo.run, 0, false, forTextEmphasis);
676 float initialAdvance = getGlyphsAndAdvancesForSimpleText(runInfo, glyphBuffer, ForTextEmphasis);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontComplexTextMac.cpp 72 float Font::getGlyphsAndAdvancesForComplexText(const TextRunPaintInfo& runInfo, GlyphBuffer& glyphBuffer, ForTextEmphasisOrNot forTextEmphasis) const
76 ComplexTextController controller(this, runInfo.run, false, 0, forTextEmphasis);
123 float initialAdvance = getGlyphsAndAdvancesForComplexText(runInfo, glyphBuffer, ForTextEmphasis);

Completed in 773 milliseconds