Searched refs:firstGlyph (Results 1 - 15 of 15) sorted by relevance

/external/icu4c/layout/
H A DIndicRearrangementProcessor.cpp34 firstGlyph = 0;
45 firstGlyph = currGlyph;
78 a = glyphStorage[firstGlyph];
79 ia = glyphStorage.getCharIndex(firstGlyph, success);
80 x = firstGlyph + 1;
98 while (x >= firstGlyph) {
105 glyphStorage[firstGlyph] = d;
106 glyphStorage.setCharIndex(firstGlyph, id, success);
110 a = glyphStorage[firstGlyph];
111 ia = glyphStorage.getCharIndex(firstGlyph, succes
[all...]
H A DTrimmedArrayProcessor.cpp30 firstGlyph = SWAPW(trimmedArrayLookupTable->firstGlyph);
31 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount);
47 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) {
48 TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]);
H A DStateTableProcessor.cpp33 firstGlyph = SWAPW(classTable->firstGlyph);
34 lastGlyph = firstGlyph + SWAPW(classTable->nGlyphs);
63 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
64 classCode = classTable->classArray[glyphCode - firstGlyph];
H A DSegmentArrayProcessor.cpp47 TTGlyphID firstGlyph = SWAPW(lookupSegment->firstGlyph); local
52 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]);
H A DLookupTables.h39 TTGlyphID firstGlyph; member in struct:LookupSegment
84 TTGlyphID firstGlyph; member in struct:TrimmedArrayLookupTable
H A DClassDefinitionTables.cpp68 TTGlyphID firstGlyph = SWAPW(startGlyph); local
69 TTGlyphID lastGlyph = firstGlyph + SWAPW(glyphCount);
71 if (ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) {
72 return SWAPW(classValueArray[ttGlyphID - firstGlyph]);
H A DOpenTypeTables.h38 TTGlyphID firstGlyph; member in struct:GlyphRangeRecord
H A DTrimmedArrayProcessor.h52 TTGlyphID firstGlyph; member in class:TrimmedArrayProcessor
H A DIndicRearrangementProcessor.h54 le_int32 firstGlyph; member in class:IndicRearrangementProcessor
H A DStateTables.h42 TTGlyphID firstGlyph; member in struct:ClassTable
H A DPairPositioningSubtables.cpp47 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID(); local
48 le_int32 coverageIndex = getGlyphCoverage(firstGlyph);
90 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID(); local
91 le_int32 coverageIndex = getGlyphCoverage(firstGlyph);
98 le_int32 class1 = classDef1->getGlyphClass(firstGlyph);
H A DStateTableProcessor.h47 TTGlyphID firstGlyph; member in class:StateTableProcessor
H A DOpenTypeUtilities.cpp93 if (SWAPW(records[extra].firstGlyph) <= glyphID) {
100 if (SWAPW(records[range + probe].firstGlyph) <= glyphID) {
105 if (SWAPW(records[range].firstGlyph) <= glyphID && SWAPW(records[range].lastGlyph) >= glyphID) {
H A DCoverageTables.cpp85 TTGlyphID firstInRange = SWAPW(rangeRecordArray[rangeIndex].firstGlyph);
H A DLookupTables.cpp49 if (SWAPW(entry->firstGlyph) <= ttGlyph) {

Completed in 102 milliseconds