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

  /external/icu4c/layout/
SinglePositioningSubtables.cpp 13 #include "GlyphIterator.h"
18 le_uint32 SinglePositioningSubtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const
29 return subtable->process(glyphIterator, fontInstance);
36 return subtable->process(glyphIterator, fontInstance);
44 le_uint32 SinglePositioningFormat1Subtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const
46 LEGlyphID glyph = glyphIterator->getCurrGlyphID();
50 valueRecord.adjustPosition(SWAPW(valueFormat), (const char *) this, *glyphIterator, fontInstance);
58 le_uint32 SinglePositioningFormat2Subtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) cons
    [all...]
PairPositioningSubtables.cpp 13 #include "GlyphIterator.h"
19 le_uint32 PairPositioningSubtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const
30 return subtable->process(glyphIterator, fontInstance);
37 return subtable->process(glyphIterator, fontInstance);
45 le_uint32 PairPositioningFormat1Subtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const
47 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID();
49 GlyphIterator tempIterator(*glyphIterator);
    [all...]

Completed in 68 milliseconds