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

1 2 3

  /external/icu/icu4c/source/layout/
TrimmedArrayProcessor.h 52 TTGlyphID firstGlyph;
53 TTGlyphID lastGlyph;
OpenTypeTables.h 39 TTGlyphID firstGlyph;
40 TTGlyphID lastGlyph;
TrimmedArrayProcessor2.h 52 TTGlyphID firstGlyph;
53 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...]
LookupTables.h 39 TTGlyphID lastGlyph;
40 TTGlyphID firstGlyph;
46 TTGlyphID glyph;
89 TTGlyphID firstGlyph;
90 TTGlyphID glyphCount;
LigatureSubstSubtables.h 32 TTGlyphID ligGlyph;
34 TTGlyphID componentArray[ANY_NUMBER];
ContextualGlyphSubstProc2.cpp 54 TTGlyphID newGlyph = lookup(offset, mGlyph, success);
61 TTGlyphID newGlyph = lookup(offset, thisGlyph, success);
76 TTGlyphID ContextualGlyphSubstitutionProcessor2::lookup(le_uint32 offset, LEGlyphID gid, LEErrorCode &success)
78 TTGlyphID newGlyph = 0xFFFF;
91 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid);
126 TTGlyphID firstGlyph = SWAPW(lookupTable8->firstGlyph);
127 TTGlyphID glyphCount = SWAPW(lookupTable8->glyphCount);
128 TTGlyphID lastGlyph = firstGlyph + glyphCount;
129 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid)
    [all...]
SegmentArrayProcessor2.cpp 46 TTGlyphID firstGlyph = SWAPW(lookupSegment->firstGlyph);
50 TTGlyphID *glyphArray = (TTGlyphID *) ((char *) subtableHeader.getAliasRAW() + offset);
51 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]);
OpenTypeUtilities.h 24 static le_int32 getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 recordCount) {
30 static le_int32 getGlyphRangeIndex(TTGlyphID glyphID, const LEReferenceToArrayOf<GlyphRangeRecord> &records, LEErrorCode &success);
SegmentSingleProcessor2.cpp 47 TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value);
StateTableProcessor.h 47 TTGlyphID firstGlyph;
48 TTGlyphID lastGlyph;
AlternateSubstSubtables.h 26 TTGlyphID alternateArray[ANY_NUMBER];
CoverageTables.h 30 TTGlyphID glyphArray[ANY_NUMBER];
LookupTables.cpp 33 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph);
65 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph);
MultipleSubstSubtables.h 26 TTGlyphID substituteArray[ANY_NUMBER];
ClassDefinitionTables.h 42 TTGlyphID startGlyph;
54 TTGlyphID start;
55 TTGlyphID end;
MultipleSubstSubtables.cpp 48 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[0]);
61 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]);
82 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]);
SegmentArrayProcessor.cpp 46 TTGlyphID firstGlyph = SWAPW(lookupSegment->firstGlyph);
50 LEReferenceToArrayOf<TTGlyphID> glyphArray(subtableHeader, success, offset, LE_UNBOUNDED_ARRAY);
51 TTGlyphID newGlyph = SWAPW(glyphArray(LE_GET_GLYPH(thisGlyph) - firstGlyph, success));
SingleSubstitutionSubtables.cpp 49 TTGlyphID substitute = ((TTGlyphID) LE_GET_GLYPH(glyph)) + SWAPW(deltaGlyphID);
67 TTGlyphID substitute = SWAPW(substituteArray[coverageIndex]);
TrimmedArrayProcessor.cpp 51 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph);
54 TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]);
TrimmedArrayProcessor2.cpp 47 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph);
50 TTGlyphID newGlyph = SWAPW(valueArray(ttGlyph - firstGlyph, success));
StateTableProcessor2.cpp 90 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid);
121 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid);
162 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid);
183 TTGlyphID firstGlyph = SWAPW(lookupTable8->firstGlyph);
184 TTGlyphID lastGlyph = firstGlyph + SWAPW(lookupTable8->glyphCount);
197 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(glyphStorage[currGlyph])
    [all...]
ClassDefinitionTables.cpp 73 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID);
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) );
103 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphID)
    [all...]
ContextualGlyphSubstProc2.h 53 TTGlyphID lookup(le_uint32 offset, LEGlyphID gid, LEErrorCode &success);
SingleSubstitutionSubtables.h 38 TTGlyphID substituteArray[ANY_NUMBER];

Completed in 191 milliseconds

1 2 3