Home
last modified time | relevance | path

Searched refs:TTGlyphID (Results 1 – 25 of 41) sorted by relevance

12

/external/icu4c/layout/
DClassDefinitionTables.cpp67 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphClass()
68 TTGlyphID firstGlyph = SWAPW(startGlyph); in getGlyphClass()
69 TTGlyphID lastGlyph = firstGlyph + SWAPW(glyphCount); in getGlyphClass()
94 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphClass()
DLookupTables.h38 TTGlyphID lastGlyph;
39 TTGlyphID firstGlyph;
45 TTGlyphID glyph;
84 TTGlyphID firstGlyph;
85 TTGlyphID glyphCount;
DCoverageTables.cpp43 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphCoverage()
76 TTGlyphID ttGlyphID = (TTGlyphID) LE_GET_GLYPH(glyphID); in getGlyphCoverage()
85 TTGlyphID firstInRange = SWAPW(rangeRecordArray[rangeIndex].firstGlyph); in getGlyphCoverage()
DSegmentArrayProcessor.cpp47 TTGlyphID firstGlyph = SWAPW(lookupSegment->firstGlyph); in process()
51 TTGlyphID *glyphArray = (TTGlyphID *) ((char *) subtableHeader + offset); in process()
52 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]); in process()
DLookupTables.cpp32 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); in lookupSegment()
61 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph); in lookupSingle()
DClassDefinitionTables.h30 TTGlyphID startGlyph;
40 TTGlyphID start;
41 TTGlyphID end;
DTrimmedArrayProcessor.cpp45 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph); in process()
48 TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]); in process()
DSingleSubstitutionSubtables.cpp49 TTGlyphID substitute = ((TTGlyphID) LE_GET_GLYPH(glyph)) + SWAPW(deltaGlyphID); in process()
67 TTGlyphID substitute = SWAPW(substituteArray[coverageIndex]); in process()
DMultipleSubstSubtables.cpp48 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[0]); in process()
61 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); in process()
82 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); in process()
DLigatureSubstProc.cpp84 …const TTGlyphID *ligatureOffset = (const TTGlyphID *) ((char *) &ligatureSubstitutionHeader->stHea… in processStateEntry()
85 TTGlyphID ligatureGlyph = SWAPW(*ligatureOffset); in processStateEntry()
DLigatureSubstSubtables.h31 TTGlyphID ligGlyph;
33 TTGlyphID componentArray[ANY_NUMBER];
DTrimmedArrayProcessor.h52 TTGlyphID firstGlyph;
53 TTGlyphID lastGlyph;
DOpenTypeTables.h38 TTGlyphID firstGlyph;
39 TTGlyphID lastGlyph;
DStateTableProcessor.h47 TTGlyphID firstGlyph;
48 TTGlyphID lastGlyph;
DContextualSubstSubtables.h33 const TTGlyphID *glyphArray, le_uint16 glyphCount, GlyphIterator *glyphIterator,
79 TTGlyphID inputGlyphArray[ANY_NUMBER];
146 TTGlyphID backtrackGlyphArray[ANY_NUMBER];
DSegmentSingleProcessor.cpp47TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); in process()
DPairPositioningSubtables.h27 TTGlyphID secondGlyph;
54 const PairValueRecord *findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records,
DStateTableProcessor.cpp59 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(glyphStorage[currGlyph]); in process()
DLigatureSubstSubtables.cpp31 TTGlyphID ligGlyph = SWAPW(ligTable->ligGlyph); in process()
46 TTGlyphID deletedGlyph = tempIterator.ignoresMarks()? 0xFFFE : 0xFFFF; in process()
DContextualGlyphSubstProc.cpp50 TTGlyphID newGlyph = SWAPW(table[LE_GET_GLYPH(mGlyph)]); in processStateEntry()
58 TTGlyphID newGlyph = SWAPW(table[LE_GET_GLYPH(thisGlyph)]); in processStateEntry()
DContextualSubstSubtables.cpp50 le_bool ContextualSubstitutionBase::matchGlyphIDs(const TTGlyphID *glyphArray, le_uint16 glyphCount, in matchGlyphIDs()
66 TTGlyphID glyph = (TTGlyphID) glyphIterator->getCurrGlyphID(); in matchGlyphIDs()
392 …const TTGlyphID *inputGlyphArray = &chainSubRuleTable->backtrackGlyphArray[backtrackGlyphCount + 1… in process()
394 const TTGlyphID *lookaheadGlyphArray = &inputGlyphArray[inputGlyphCount + 1]; in process()
DPairPositioningSubtables.cpp62 …pairValueRecord = findPairValueRecord((TTGlyphID) LE_GET_GLYPH(secondGlyph), pairSetTable->pairVal… in process()
127 const PairValueRecord *PairPositioningFormat1Subtable::findPairValueRecord(TTGlyphID glyphID, const… in findPairValueRecord()
/external/icu4c/samples/layout/
DGDIFontInstance.cpp56 TTGlyphID *ttGlyphs = LE_NEW_ARRAY(TTGlyphID, count); in drawGlyphs()
68 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphs[g]); in drawGlyphs()
/external/icu4c/test/letest/
Dcmaps.cpp126 TTGlyphID result = 0; in unicodeToGlyph()
142 result = (TTGlyphID) unicode; in unicodeToGlyph()
/external/chromium/third_party/icu/source/test/letest/
Dcmaps.cpp126 TTGlyphID result = 0; in unicodeToGlyph()
142 result = (TTGlyphID) unicode; in unicodeToGlyph()

12