/external/icu4c/layout/ |
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;
|
GlyphSubstLookupProc.cpp | 52 GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const 69 delta = subtable->process(glyphIterator, fFilter); 77 delta = subtable->process(glyphIterator, success, fFilter); 85 delta = subtable->process(glyphIterator, fFilter); 93 delta = subtable->process(glyphIterator, fFilter); 101 delta = subtable->process(this, glyphIterator, fontInstance, success); 109 delta = subtable->process(this, glyphIterator, fontInstance, success); 117 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success);
|
MarkToBasePosnSubtables.cpp | 15 #include "GlyphIterator.h" 20 LEGlyphID MarkToBasePositioningSubtable::findBaseGlyph(GlyphIterator *glyphIterator) const 22 if (glyphIterator->prev()) { 23 return glyphIterator->getCurrGlyphID(); 29 le_int32 MarkToBasePositioningSubtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const 31 LEGlyphID markGlyph = glyphIterator->getCurrGlyphID(); 51 GlyphIterator baseIterator(*glyphIterator, (le_uint16) (lfIgnoreMarks /*| lfIgnoreLigatures*/)) [all...] |
GlyphPosnLookupProc.cpp | 63 GlyphIterator *glyphIterator, 82 delta = subtable->process(glyphIterator, fontInstance); 90 delta = subtable->process(glyphIterator, fontInstance); 98 delta = subtable->process(glyphIterator, fontInstance); 106 delta = subtable->process(glyphIterator, fontInstance); 114 delta = subtable->process(glyphIterator, fontInstance); 122 delta = subtable->process(glyphIterator, fontInstance); 130 delta = subtable->process(this, glyphIterator, fontInstance, success); 138 delta = subtable->process(this, glyphIterator, fontInstance, success) [all...] |
MultipleSubstSubtables.cpp | 12 #include "GlyphIterator.h" 17 le_uint32 MultipleSubstitutionSubtable::process(GlyphIterator *glyphIterator, LEErrorCode& success, const LEGlyphFilter *filter) const 23 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); 45 glyphIterator->setCurrGlyphID(0xFFFF); 54 glyphIterator->setCurrGlyphID(substitute); 69 LEGlyphID *newGlyphs = glyphIterator->insertGlyphs(glyphCount, success); 76 if (glyphIterator->isRightToLeft()) {
|
SubstitutionLookups.cpp | 11 #include "GlyphIterator.h" 29 GlyphIterator *glyphIterator, 38 GlyphIterator tempIterator(*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,
|
GlyphPosnLookupProc.h | 21 #include "GlyphIterator.h" 39 virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, GlyphIterator *glyphIterator,
|
GlyphSubstLookupProc.h | 22 #include "GlyphIterator.h" 41 virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, GlyphIterator *glyphIterator,
|
ExtensionSubtables.cpp | 13 #include "GlyphIterator.h" 27 GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const 39 return lookupProcessor->applySubtable(subtable, elt, glyphIterator, fontInstance, success);
|
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, 78 glyphIterator.reset(lookupFlags, selectMask); 80 while (glyphIterator.findFeatureTag()) [all...] |
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(
|
LEGlyphStorage.cpp | 598 // FIXME: this is left over from GlyphIterator, but there's no easy 599 // way to implement this here... it seems that GlyphIterator doesn't 602 // probably better to just document that for LEGlyphStorage and GlyphIterator... 621 // FIXME: this is left over from GlyphIterator, but there's no easy 622 // way to implement this here... it seems that GlyphIterator doesn't 625 // probably better to just document that for LEGlyphStorage and GlyphIterator...
|
layout.vcxproj.filters | 72 <ClCompile Include="GlyphIterator.cpp">
347 <ClInclude Include="GlyphIterator.h">
|
Makefile.in | 97 GlyphIterator.o \
|
layout.vcxproj | 265 <ClCompile Include="GlyphIterator.cpp" />
358 <ClInclude Include="GlyphIterator.h" />
[all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
urename.h | [all...] |