Searched refs:lastGlyph (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DIndicRearrangementProcessor.cpp38 lastGlyph = 0;
53 lastGlyph = currGlyph;
86 while (x <= lastGlyph) {
93 glyphStorage[lastGlyph] = a;
94 glyphStorage.setCharIndex(lastGlyph, ia, success);
98 d = glyphStorage[lastGlyph];
99 id = glyphStorage.getCharIndex(lastGlyph, success);
100 x = lastGlyph - 1;
116 id = glyphStorage.getCharIndex(lastGlyph, success);
118 glyphStorage[firstGlyph] = glyphStorage[lastGlyph];
[all...]
H A DIndicRearrangementProcessor2.cpp35 lastGlyph = 0;
51 lastGlyph = currGlyph;
83 while (x <= lastGlyph) {
90 glyphStorage[lastGlyph] = a;
91 glyphStorage.setCharIndex(lastGlyph, ia, success);
95 d = glyphStorage[lastGlyph];
96 id = glyphStorage.getCharIndex(lastGlyph, success);
97 x = lastGlyph - 1;
113 id = glyphStorage.getCharIndex(lastGlyph, success);
115 glyphStorage[firstGlyph] = glyphStorage[lastGlyph];
[all...]
H A DOpenTypeTables.h40 TTGlyphID lastGlyph; member in struct:GlyphRangeRecord
H A DTrimmedArrayProcessor.h53 TTGlyphID lastGlyph; member in class:TrimmedArrayProcessor
H A DTrimmedArrayProcessor.cpp25 : NonContextualGlyphSubstitutionProcessor(morphSubtableHeader, success), firstGlyph(0), lastGlyph(0)
36 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount);
53 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) {
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 DTrimmedArrayProcessor2.cpp31 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount);
49 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) {
H A DStateTableProcessor.h48 TTGlyphID lastGlyph; member in class:StateTableProcessor
H A DLookupTables.cpp39 if (SWAPW(trial->lastGlyph) <= ttGlyph) {
48 if (SWAPW(trial->lastGlyph) <= ttGlyph) {
H A DStateTableProcessor.cpp35 lastGlyph = firstGlyph + SWAPW(classTable->nGlyphs);
68 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
H A DLookupTables.h39 TTGlyphID lastGlyph; member in struct:LookupSegment
H A DClassDefinitionTables.cpp75 TTGlyphID lastGlyph = firstGlyph + count; local
77 if (LE_SUCCESS(success) && ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) {
H A DContextualGlyphSubstProc2.cpp128 TTGlyphID lastGlyph = firstGlyph + glyphCount; local
130 if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
H A DStateTableProcessor2.cpp184 TTGlyphID lastGlyph = firstGlyph + SWAPW(lookupTable8->glyphCount); local
200 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
H A DOpenTypeUtilities.cpp122 if (SWAPW(records(range,success).firstGlyph) <= glyphID && SWAPW(records(range,success).lastGlyph) >= glyphID) {

Completed in 192 milliseconds