HomeSort by relevance Sort by last modified time
    Searched defs:firstGlyph (Results 1 - 14 of 14) sorted by null

  /external/icu4c/layout/
TrimmedArrayProcessor.h 52 TTGlyphID firstGlyph;
TrimmedArrayProcessor2.h 52 TTGlyphID firstGlyph;
IndicRearrangementProcessor.h 54 le_int32 firstGlyph;
IndicRearrangementProcessor2.h 54 le_int32 firstGlyph;
StateTableProcessor.h 47 TTGlyphID firstGlyph;
ClassDefinitionTables.cpp 68 TTGlyphID firstGlyph = SWAPW(startGlyph);
69 TTGlyphID lastGlyph = firstGlyph + SWAPW(glyphCount);
71 if (ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) {
72 return SWAPW(classValueArray[ttGlyphID - firstGlyph]);
SegmentArrayProcessor.cpp 47 TTGlyphID firstGlyph = SWAPW(lookupSegment->firstGlyph);
52 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]);
SegmentArrayProcessor2.cpp 47 TTGlyphID firstGlyph = SWAPW(lookupSegment->firstGlyph);
52 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]);
OpenTypeTables.h 38 TTGlyphID firstGlyph;
StateTableProcessor2.cpp 140 TTGlyphID firstGlyph = SWAPW(lookupTable8->firstGlyph);
141 TTGlyphID lastGlyph = firstGlyph + SWAPW(lookupTable8->glyphCount);
152 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
153 classCode = SWAPW(lookupTable8->valueArray[glyphCode - firstGlyph]);
ContextualGlyphSubstProc2.cpp 118 TTGlyphID firstGlyph = SWAPW(lookupTable8->firstGlyph);
119 TTGlyphID lastGlyph = firstGlyph + SWAPW(lookupTable8->glyphCount);
121 if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
122 newGlyph = SWAPW(lookupTable8->valueArray[glyphCode - firstGlyph]);
PairPositioningSubtables.cpp 47 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID();
48 le_int32 coverageIndex = getGlyphCoverage(firstGlyph);
90 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID();
91 le_int32 coverageIndex = getGlyphCoverage(firstGlyph);
98 le_int32 class1 = classDef1->getGlyphClass(firstGlyph);
LookupTables.h 39 TTGlyphID firstGlyph;
84 TTGlyphID firstGlyph;
StateTables.h 50 TTGlyphID firstGlyph;

Completed in 223 milliseconds