HomeSort by relevance Sort by last modified time
    Searched refs:WidthIterator (Results 1 - 6 of 6) 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)
FontFastPath.cpp 33 #include "WidthIterator.h"
329 WidthIterator it(this, run, 0, false, forTextEmphasis);
451 WidthIterator it(this, run, fallbackFonts, glyphOverflow);
466 WidthIterator it(this, run);
486 WidthIterator it(this, run);
Font.h 202 friend struct WidthIterator;
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontWinCE.cpp 42 #include "WidthIterator.h"
95 WidthIterator it(&font, m_textRun);
313 WidthIterator it(font, comp.m_textRun);
  /external/webkit/Source/WebCore/
Android.mk 634 platform/graphics/WidthIterator.cpp \
    [all...]

Completed in 238 milliseconds