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

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

Completed in 14 milliseconds