HomeSort by relevance Sort by last modified time
    Searched refs:glyphIterator (Results 26 - 35 of 35) sorted by null

12

  /external/icu4c/layout/
ExtensionSubtables.h 20 #include "GlyphIterator.h"
31 GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
LigatureSubstSubtables.h 19 #include "GlyphIterator.h"
41 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
MultipleSubstSubtables.h 19 #include "GlyphIterator.h"
34 le_uint32 process(GlyphIterator *glyphIterator, LEErrorCode& success, const LEGlyphFilter *filter = NULL) const;
SubstitutionLookups.h 19 #include "GlyphIterator.h"
36 GlyphIterator *glyphIterator,
GlyphPosnLookupProc.h 21 #include "GlyphIterator.h"
39 virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, GlyphIterator *glyphIterator,
LookupProcessor.h 26 class GlyphIterator;
39 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;
LookupProcessor.cpp 15 #include "GlyphIterator.h"
22 le_uint32 LookupProcessor::applyLookupTable(const LookupTable *lookupTable, GlyphIterator *glyphIterator,
31 le_int32 startPosition = glyphIterator->getCurrStreamPosition();
37 delta = applySubtable(lookupSubtable, lookupType, glyphIterator, fontInstance, success);
43 glyphIterator->setCurrStreamPosition(startPosition);
63 GlyphIterator glyphIterator(glyphStorage, glyphPositionAdjustments,
75 glyphIterator.reset(lookupFlags, selectMask);
77 while (glyphIterator.findFeatureTag())
    [all...]
GlyphSubstLookupProc.h 22 #include "GlyphIterator.h"
41 virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, GlyphIterator *glyphIterator,
ValueRecords.h 18 #include "GlyphIterator.h"
31 void adjustPosition(ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator,
33 void adjustPosition(le_int16 index, ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator,
ValueRecords.cpp 12 #include "GlyphIterator.h"
37 void ValueRecord::adjustPosition(ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator,
137 glyphIterator.adjustCurrGlyphPositionAdjustment(
141 void ValueRecord::adjustPosition(le_int16 index, ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator,
241 glyphIterator.adjustCurrGlyphPositionAdjustment(

Completed in 9248 milliseconds

12