Searched defs:lastGlyph (Results 1 - 10 of 10) sorted by relevance

/external/icu/icu4c/source/layout/
H A DTrimmedArrayProcessor.h53 TTGlyphID lastGlyph; member in class:TrimmedArrayProcessor
H A DIndicRearrangementProcessor.h55 le_int32 lastGlyph; member in class:IndicRearrangementProcessor
H A DIndicRearrangementProcessor2.h55 le_int32 lastGlyph; member in class:IndicRearrangementProcessor2
H A DTrimmedArrayProcessor2.h53 TTGlyphID lastGlyph; member in class:TrimmedArrayProcessor2
H A DClassDefinitionTables.cpp75 TTGlyphID lastGlyph = firstGlyph + count; local
77 if (LE_SUCCESS(success) && ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) {
H A DStateTableProcessor.h48 TTGlyphID lastGlyph; member in class:StateTableProcessor
H A DStateTableProcessor2.cpp184 TTGlyphID lastGlyph = firstGlyph + SWAPW(lookupTable8->glyphCount); local
200 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
H A DOpenTypeTables.h40 TTGlyphID lastGlyph; member in struct:GlyphRangeRecord
H A DContextualGlyphSubstProc2.cpp128 TTGlyphID lastGlyph = firstGlyph + glyphCount; local
130 if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
H A DLookupTables.h39 TTGlyphID lastGlyph; member in struct:LookupSegment

Completed in 117 milliseconds