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

  /external/webkit/Source/WebCore/platform/graphics/
WidthIterator.h 35 struct WidthIterator {
36 WidthIterator(const Font*, const TextRun&, HashSet<const SimpleFontData*>* fallbackFonts = 0, bool accountForGlyphBounds = false, bool forTextEmphasis = false);
WidthIterator.cpp 23 #include "WidthIterator.h"
44 WidthIterator::WidthIterator(const Font* font, const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, bool accountForGlyphBounds, bool forTextEmphasis)
77 void WidthIterator::advance(int offset, GlyphBuffer* glyphBuffer)
224 bool WidthIterator::advanceOneCharacter(float& width, GlyphBuffer* glyphBuffer)
235 UChar32 WidthIterator::normalizeVoicingMarks(int currentCharacter)

Completed in 830 milliseconds