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

  /external/webkit/Source/WebCore/platform/graphics/mac/
FontComplexTextMac.cpp 59 float Font::getGlyphsAndAdvancesForComplexText(const TextRun& run, int from, int to, GlyphBuffer& glyphBuffer, ForTextEmphasisOrNot forTextEmphasis) const
63 ComplexTextController controller(this, run, false, 0, forTextEmphasis);
102 float initialAdvance = getGlyphsAndAdvancesForComplexText(run, from, to, glyphBuffer, ForTextEmphasis);
  /external/webkit/Source/WebCore/platform/graphics/win/
FontWin.cpp 72 float Font::getGlyphsAndAdvancesForComplexText(const TextRun& run, int from, int to, GlyphBuffer& glyphBuffer, ForTextEmphasisOrNot forTextEmphasis) const
74 if (forTextEmphasis) {
75 // FIXME: Add forTextEmphasis paremeter to UniscribeController and use it.
117 float initialAdvance = getGlyphsAndAdvancesForComplexText(run, from, to, glyphBuffer, ForTextEmphasis);
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontWx.cpp 111 float Font::getGlyphsAndAdvancesForComplexText(const TextRun& /* run */, int /* from */, int /* to */, GlyphBuffer& /* glyphBuffer */, ForTextEmphasisOrNot /* forTextEmphasis */) const
114 // ComplexTextController according to forTextEmphasis.
160 float initialAdvance = getGlyphsAndAdvancesForComplexText(run, from, to, glyphBuffer, ForTextEmphasis);
  /external/webkit/Source/WebCore/platform/graphics/
Font.h 168 enum ForTextEmphasisOrNot { NotForTextEmphasis, ForTextEmphasis };
FontFastPath.cpp 325 float Font::getGlyphsAndAdvancesForSimpleText(const TextRun& run, int from, int to, GlyphBuffer& glyphBuffer, ForTextEmphasisOrNot forTextEmphasis) const
329 WidthIterator it(this, run, 0, false, forTextEmphasis);
370 float initialAdvance = getGlyphsAndAdvancesForSimpleText(run, from, to, glyphBuffer, ForTextEmphasis);

Completed in 455 milliseconds