HomeSort by relevance Sort by last modified time
    Searched refs:TTGlyphID (Results 1 - 25 of 39) sorted by null

1 2

  /external/icu4c/layout/
LigatureSubstSubtables.h 31 TTGlyphID ligGlyph;
33 TTGlyphID componentArray[ANY_NUMBER];
TrimmedArrayProcessor.h 52 TTGlyphID firstGlyph;
53 TTGlyphID lastGlyph;
LookupTables.h 38 TTGlyphID lastGlyph;
39 TTGlyphID firstGlyph;
45 TTGlyphID glyph;
84 TTGlyphID firstGlyph;
85 TTGlyphID glyphCount;
ClassDefinitionTables.h 30 TTGlyphID startGlyph;
40 TTGlyphID start;
41 TTGlyphID end;
SegmentArrayProcessor.cpp 47 TTGlyphID firstGlyph = SWAPW(lookupSegment->firstGlyph);
51 TTGlyphID *glyphArray = (TTGlyphID *) ((char *) subtableHeader + offset);
52 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]);
OpenTypeTables.h 38 TTGlyphID firstGlyph;
39 TTGlyphID lastGlyph;
CoverageTables.cpp 43 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID);
55 if (SWAPW(glyphArray[extra]) <= ttGlyphID) {
62 if (SWAPW(glyphArray[index + probe]) <= ttGlyphID) {
67 if (SWAPW(glyphArray[index]) == ttGlyphID) {
76 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID);
79 OpenTypeUtilities::getGlyphRangeIndex(ttGlyphID, rangeRecordArray, count)
    [all...]
TrimmedArrayProcessor.cpp 45 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph);
48 TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]);
ClassDefinitionTables.cpp 67 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID);
68 TTGlyphID firstGlyph = SWAPW(startGlyph);
69 TTGlyphID lastGlyph = firstGlyph + SWAPW(glyphCount);
71 if (ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) {
72 return SWAPW(classValueArray[ttGlyphID - firstGlyph]);
94 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphID)
    [all...]
StateTableProcessor.h 47 TTGlyphID firstGlyph;
48 TTGlyphID lastGlyph;
AlternateSubstSubtables.h 26 TTGlyphID alternateArray[ANY_NUMBER];
LookupTables.cpp 32 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph);
61 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph);
MultipleSubstSubtables.h 26 TTGlyphID substituteArray[ANY_NUMBER];
PairPositioningSubtables.h 27 TTGlyphID secondGlyph;
54 const PairValueRecord *findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records,
SegmentSingleProcessor.cpp 47 TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value);
CoverageTables.h 30 TTGlyphID glyphArray[ANY_NUMBER];
SingleSubstitutionSubtables.h 38 TTGlyphID substituteArray[ANY_NUMBER];
MultipleSubstSubtables.cpp 48 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[0]);
61 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]);
82 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]);
SingleSubstitutionSubtables.cpp 49 TTGlyphID substitute = ((TTGlyphID) LE_GET_GLYPH(glyph)) + SWAPW(deltaGlyphID);
67 TTGlyphID substitute = SWAPW(substituteArray[coverageIndex]);
AlternateSubstSubtables.cpp 30 TTGlyphID alternate = SWAPW(alternateSetTable->alternateArray[0]);
OpenTypeUtilities.h 24 static le_int32 getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 recordCount);
SimpleArrayProcessor.cpp 44 TTGlyphID newGlyph = SWAPW(simpleArrayLookupTable->valueArray[LE_GET_GLYPH(thisGlyph)]);
StateTables.h 42 TTGlyphID firstGlyph;
ContextualGlyphSubstProc.cpp 50 TTGlyphID newGlyph = SWAPW(table[LE_GET_GLYPH(mGlyph)]);
58 TTGlyphID newGlyph = SWAPW(table[LE_GET_GLYPH(thisGlyph)]);
LigatureSubstSubtables.cpp 31 TTGlyphID ligGlyph = SWAPW(ligTable->ligGlyph);
46 TTGlyphID deletedGlyph = tempIterator.ignoresMarks()? 0xFFFE : 0xFFFF;

Completed in 432 milliseconds

1 2