Searched refs:glyphIterator (Results 26 - 35 of 35) sorted by relevance

12

/external/icu4c/layout/
H A DExtensionSubtables.h31 GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
H A DLigatureSubstSubtables.h41 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
H A DMultipleSubstSubtables.h34 le_uint32 process(GlyphIterator *glyphIterator, LEErrorCode& success, const LEGlyphFilter *filter = NULL) const;
H A DSubstitutionLookups.h36 GlyphIterator *glyphIterator,
H A DLookupProcessor.h39 le_uint32 applyLookupTable(const LookupTable *lookupTable, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
41 le_uint32 applySingleLookup(le_uint16 lookupTableIndex, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
44 GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const = 0;
H A DLookupProcessor.cpp22 le_uint32 LookupProcessor::applyLookupTable(const LookupTable *lookupTable, GlyphIterator *glyphIterator, argument
31 le_int32 startPosition = glyphIterator->getCurrStreamPosition();
37 delta = applySubtable(lookupSubtable, lookupType, glyphIterator, fontInstance, success);
43 glyphIterator->setCurrStreamPosition(startPosition);
63 GlyphIterator glyphIterator(glyphStorage, glyphPositionAdjustments,
78 glyphIterator.reset(lookupFlags, selectMask);
80 while (glyphIterator.findFeatureTag()) {
81 applyLookupTable(lookupTable, &glyphIterator, fontInstance, success);
87 newGlyphCount = glyphIterator.applyInsertions();
94 le_uint32 LookupProcessor::applySingleLookup(le_uint16 lookupTableIndex, GlyphIterator *glyphIterator, argument
[all...]
H A DGlyphPosnLookupProc.h39 virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, GlyphIterator *glyphIterator,
H A DGlyphSubstLookupProc.h41 virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, GlyphIterator *glyphIterator,
H A DValueRecords.h31 void adjustPosition(ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator,
33 void adjustPosition(le_int16 index, ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator,
H A DValueRecords.cpp37 void ValueRecord::adjustPosition(ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator, argument
137 glyphIterator.adjustCurrGlyphPositionAdjustment(
141 void ValueRecord::adjustPosition(le_int16 index, ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator, argument
241 glyphIterator.adjustCurrGlyphPositionAdjustment(

Completed in 70 milliseconds

12