/external/icu/icu4c/source/layout/ |
D | IndicRearrangementProcessor2.cpp | 34 firstGlyph = 0; in beginStateTable() 47 firstGlyph = currGlyph; in processStateEntry() 79 a = glyphStorage[firstGlyph]; in doRearrangementAction() 80 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction() 81 x = firstGlyph + 1; in doRearrangementAction() 99 while (x >= firstGlyph) { in doRearrangementAction() 106 glyphStorage[firstGlyph] = d; in doRearrangementAction() 107 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction() 111 a = glyphStorage[firstGlyph]; in doRearrangementAction() 112 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction() [all …]
|
D | IndicRearrangementProcessor.cpp | 37 firstGlyph = 0; in beginStateTable() 49 firstGlyph = currGlyph; in processStateEntry() 82 a = glyphStorage[firstGlyph]; in doRearrangementAction() 83 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction() 84 x = firstGlyph + 1; in doRearrangementAction() 102 while (x >= firstGlyph) { in doRearrangementAction() 109 glyphStorage[firstGlyph] = d; in doRearrangementAction() 110 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction() 114 a = glyphStorage[firstGlyph]; in doRearrangementAction() 115 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction() [all …]
|
D | TrimmedArrayProcessor.cpp | 25 …: NonContextualGlyphSubstitutionProcessor(morphSubtableHeader, success), firstGlyph(0), lastGlyph(… in TrimmedArrayProcessor() 35 firstGlyph = SWAPW(trimmedArrayLookupTable->firstGlyph); in TrimmedArrayProcessor() 36 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount); in TrimmedArrayProcessor() 53 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) { in process() 54 TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]); in process()
|
D | TrimmedArrayProcessor2.cpp | 30 firstGlyph = SWAPW(trimmedArrayLookupTable->firstGlyph); in TrimmedArrayProcessor2() 31 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount); in TrimmedArrayProcessor2() 49 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) { in process() 50 TTGlyphID newGlyph = SWAPW(valueArray(ttGlyph - firstGlyph, success)); in process()
|
D | StateTableProcessor.cpp | 34 firstGlyph = SWAPW(classTable->firstGlyph); in StateTableProcessor() 35 lastGlyph = firstGlyph + SWAPW(classTable->nGlyphs); in StateTableProcessor() 68 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) { in process() 69 classCode = classTable->classArray[glyphCode - firstGlyph]; in process()
|
D | ContextualGlyphSubstProc2.cpp | 126 TTGlyphID firstGlyph = SWAPW(lookupTable8->firstGlyph); in lookup() local 128 TTGlyphID lastGlyph = firstGlyph + glyphCount; in lookup() 130 if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) { in lookup() 132 newGlyph = SWAPW(valueArray(glyphCode - firstGlyph, success)); in lookup()
|
D | SegmentArrayProcessor2.cpp | 46 TTGlyphID firstGlyph = SWAPW(lookupSegment->firstGlyph); in process() local 51 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]); in process()
|
D | PairPositioningSubtables.cpp | 52 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID(); in process() local 53 le_int32 coverageIndex = getGlyphCoverage(base, firstGlyph, success); in process() 95 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID(); in process() local 96 le_int32 coverageIndex = getGlyphCoverage(base, firstGlyph, success); in process() 103 le_int32 class1 = classDef1->getGlyphClass(firstGlyph); in process()
|
D | SegmentArrayProcessor.cpp | 46 TTGlyphID firstGlyph = SWAPW(lookupSegment->firstGlyph); in process() local 51 … TTGlyphID newGlyph = SWAPW(glyphArray(LE_GET_GLYPH(thisGlyph) - firstGlyph, success)); in process()
|
D | ClassDefinitionTables.cpp | 74 TTGlyphID firstGlyph = SWAPW(startGlyph); in getGlyphClass() local 75 TTGlyphID lastGlyph = firstGlyph + count; in getGlyphClass() 77 if (LE_SUCCESS(success) && ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) { in getGlyphClass() 78 return SWAPW( classValueArrayRef(ttGlyphID - firstGlyph, success) ); in getGlyphClass()
|
D | StateTableProcessor2.cpp | 183 TTGlyphID firstGlyph = SWAPW(lookupTable8->firstGlyph); in process() local 184 TTGlyphID lastGlyph = firstGlyph + SWAPW(lookupTable8->glyphCount); in process() 200 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) { in process() 201 classCode = SWAPW(lookupTable8->valueArray[glyphCode - firstGlyph]); in process()
|
D | LookupTables.h | 40 TTGlyphID firstGlyph; member 89 TTGlyphID firstGlyph; member
|
D | OpenTypeUtilities.cpp | 110 if (SWAPW(records(extra,success).firstGlyph) <= glyphID) { in getGlyphRangeIndex() 117 if (SWAPW(records(range + probe,success).firstGlyph) <= glyphID) { in getGlyphRangeIndex() 122 …if (SWAPW(records(range,success).firstGlyph) <= glyphID && SWAPW(records(range,success).lastGlyph)… in getGlyphRangeIndex()
|
D | OpenTypeTables.h | 39 TTGlyphID firstGlyph; member
|
D | TrimmedArrayProcessor.h | 52 TTGlyphID firstGlyph;
|
D | TrimmedArrayProcessor2.h | 52 TTGlyphID firstGlyph;
|
D | IndicRearrangementProcessor2.h | 54 le_int32 firstGlyph;
|
D | IndicRearrangementProcessor.h | 54 le_int32 firstGlyph;
|
D | StateTableProcessor.h | 47 TTGlyphID firstGlyph; variable
|
D | StateTables.h | 85 TTGlyphID firstGlyph; member
|
D | CoverageTables.cpp | 85 TTGlyphID firstInRange = SWAPW(rangeRecordArray[rangeIndex].firstGlyph); in getGlyphCoverage()
|
D | LookupTables.cpp | 53 if (SWAPW(entry->firstGlyph) <= ttGlyph) { in lookupSegment()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/ |
D | gxvcommn.c | 505 FT_UShort firstGlyph; in gxv_LookupTable_fmt2_validate() local 521 firstGlyph = FT_NEXT_USHORT( p ); in gxv_LookupTable_fmt2_validate() 524 gxv_glyphid_validate( firstGlyph, gxvalid ); in gxv_LookupTable_fmt2_validate() 535 if ( lastGlyph < firstGlyph ) in gxv_LookupTable_fmt2_validate() 539 unit, lastGlyph, firstGlyph )); in gxv_LookupTable_fmt2_validate() 546 gid = firstGlyph; in gxv_LookupTable_fmt2_validate() 547 firstGlyph = lastGlyph; in gxv_LookupTable_fmt2_validate() 551 for ( gid = firstGlyph; gid <= lastGlyph; gid++ ) in gxv_LookupTable_fmt2_validate() 576 FT_UShort firstGlyph; in gxv_LookupTable_fmt4_validate() local 593 firstGlyph = FT_NEXT_USHORT( p ); in gxv_LookupTable_fmt4_validate() [all …]
|
D | gxvkern.c | 382 FT_UShort firstGlyph; in gxv_kern_subtable_fmt2_clstbl_validate() local 389 firstGlyph = FT_NEXT_USHORT( p ); in gxv_kern_subtable_fmt2_clstbl_validate() 392 tag, firstGlyph, nGlyphs )); in gxv_kern_subtable_fmt2_clstbl_validate() 394 gxv_glyphid_validate( firstGlyph, gxvalid ); in gxv_kern_subtable_fmt2_clstbl_validate() 395 gxv_glyphid_validate( (FT_UShort)( firstGlyph + nGlyphs - 1 ), gxvalid ); in gxv_kern_subtable_fmt2_clstbl_validate()
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/ |
D | Kerning.java | 203 int firstGlyph = coverage[i]; in readPairPositioningAdjustmentFormat1() local 211 storeKerningOffset(firstGlyph, secondGlyph, xAdvance1); in readPairPositioningAdjustmentFormat1()
|