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

  /external/icu/icu4c/source/layout/
TrimmedArrayProcessor.h 52 TTGlyphID firstGlyph;
IndicRearrangementProcessor.h 54 le_int32 firstGlyph;
IndicRearrangementProcessor2.h 54 le_int32 firstGlyph;
TrimmedArrayProcessor2.h 52 TTGlyphID firstGlyph;
ClassDefinitionTables.cpp 74 TTGlyphID firstGlyph = SWAPW(startGlyph);
75 TTGlyphID lastGlyph = firstGlyph + count;
77 if (LE_SUCCESS(success) && ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) {
78 return SWAPW( classValueArrayRef(ttGlyphID - firstGlyph, success) );
SegmentArrayProcessor.cpp 46 TTGlyphID firstGlyph = SWAPW(lookupSegment->firstGlyph);
51 TTGlyphID newGlyph = SWAPW(glyphArray(LE_GET_GLYPH(thisGlyph) - firstGlyph, success));
SegmentArrayProcessor2.cpp 46 TTGlyphID firstGlyph = SWAPW(lookupSegment->firstGlyph);
51 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]);
StateTableProcessor.h 47 TTGlyphID firstGlyph;
StateTableProcessor2.cpp 183 TTGlyphID firstGlyph = SWAPW(lookupTable8->firstGlyph);
184 TTGlyphID lastGlyph = firstGlyph + SWAPW(lookupTable8->glyphCount);
200 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
201 classCode = SWAPW(lookupTable8->valueArray[glyphCode - firstGlyph]);
OpenTypeTables.h 39 TTGlyphID firstGlyph;
PairPositioningSubtables.cpp 52 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID();
53 le_int32 coverageIndex = getGlyphCoverage(base, firstGlyph, success);
95 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID();
96 le_int32 coverageIndex = getGlyphCoverage(base, firstGlyph, success);
103 le_int32 class1 = classDef1->getGlyphClass(firstGlyph);
LookupTables.h 40 TTGlyphID firstGlyph;
89 TTGlyphID firstGlyph;
StateTables.h 85 TTGlyphID firstGlyph;

Completed in 125 milliseconds