HomeSort by relevance Sort by last modified time
    Searched refs:firstGlyph (Results 1 - 16 of 16) sorted by null

  /external/icu4c/layout/
IndicRearrangementProcessor.cpp 34 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, success)
    [all...]
TrimmedArrayProcessor.cpp 30 firstGlyph = SWAPW(trimmedArrayLookupTable->firstGlyph);
31 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount);
47 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) {
48 TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]);
StateTableProcessor.cpp 33 firstGlyph = SWAPW(classTable->firstGlyph);
34 lastGlyph = firstGlyph + SWAPW(classTable->nGlyphs);
63 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
64 classCode = classTable->classArray[glyphCode - firstGlyph];
SegmentArrayProcessor.cpp 47 TTGlyphID firstGlyph = SWAPW(lookupSegment->firstGlyph);
52 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]);
TrimmedArrayProcessor.h 52 TTGlyphID firstGlyph;
LookupTables.h 39 TTGlyphID firstGlyph;
84 TTGlyphID firstGlyph;
ClassDefinitionTables.cpp 68 TTGlyphID firstGlyph = SWAPW(startGlyph);
69 TTGlyphID lastGlyph = firstGlyph + SWAPW(glyphCount);
71 if (ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) {
72 return SWAPW(classValueArray[ttGlyphID - firstGlyph]);
IndicRearrangementProcessor.h 54 le_int32 firstGlyph;
OpenTypeTables.h 38 TTGlyphID firstGlyph;
StateTableProcessor.h 47 TTGlyphID firstGlyph;
StateTables.h 42 TTGlyphID firstGlyph;
PairPositioningSubtables.cpp 47 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID();
48 le_int32 coverageIndex = getGlyphCoverage(firstGlyph);
90 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID();
91 le_int32 coverageIndex = getGlyphCoverage(firstGlyph);
98 le_int32 class1 = classDef1->getGlyphClass(firstGlyph);
OpenTypeUtilities.cpp 93 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) {
CoverageTables.cpp 85 TTGlyphID firstInRange = SWAPW(rangeRecordArray[rangeIndex].firstGlyph);
LookupTables.cpp 49 if (SWAPW(entry->firstGlyph) <= ttGlyph) {
  /external/webkit/Source/WebKit/android/nav/
SelectText.cpp 267 uint16_t firstGlyph = first.fGlyphID;
268 SkScalar firstWidth = mLastPaint.measureText(&firstGlyph, sizeof(firstGlyph));
    [all...]

Completed in 214 milliseconds