Searched defs:WidthIterator (Results 1 - 2 of 2) sorted by relevance

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

Completed in 463 milliseconds