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

  /external/icu4c/layout/
TrimmedArrayProcessor.h 52 TTGlyphID firstGlyph;
IndicRearrangementProcessor.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]);
OpenTypeTables.h 38 TTGlyphID 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);
StateTables.h 42 TTGlyphID firstGlyph;
LookupTables.h 39 TTGlyphID firstGlyph;
84 TTGlyphID firstGlyph;

Completed in 280 milliseconds