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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.h 41 struct PLATFORM_EXPORT WidthIterator {
44 WidthIterator(const Font*, const TextRun&, HashSet<const SimpleFontData*>* fallbackFonts = 0, bool accountForGlyphBounds = false, bool forTextEmphasis = false);
WidthIterator.cpp 23 #include "platform/fonts/WidthIterator.h"
39 WidthIterator::WidthIterator(const Font* font, const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, bool accountForGlyphBounds, bool forTextEmphasis)
73 GlyphData WidthIterator::glyphDataForCharacter(UChar32 character, bool mirror, int currentCharacter, unsigned& advanceLength)
134 inline unsigned WidthIterator::advanceInternal(TextIterator& textIterator, GlyphBuffer* glyphBuffer)
311 unsigned WidthIterator::advance(int offset, GlyphBuffer* glyphBuffer)
330 bool WidthIterator::advanceOneCharacter(float& width, GlyphBuffer& glyphBuffer)

Completed in 76 milliseconds