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

  /external/icu/icu4c/source/layout/
IndicRearrangementProcessor.cpp 38 lastGlyph = 0;
53 lastGlyph = currGlyph;
86 while (x <= lastGlyph) {
93 glyphStorage[lastGlyph] = a;
94 glyphStorage.setCharIndex(lastGlyph, ia, success);
98 d = glyphStorage[lastGlyph];
99 id = glyphStorage.getCharIndex(lastGlyph, success);
100 x = lastGlyph - 1;
116 id = glyphStorage.getCharIndex(lastGlyph, success);
118 glyphStorage[firstGlyph] = glyphStorage[lastGlyph];
    [all...]
IndicRearrangementProcessor2.cpp 35 lastGlyph = 0;
51 lastGlyph = currGlyph;
83 while (x <= lastGlyph) {
90 glyphStorage[lastGlyph] = a;
91 glyphStorage.setCharIndex(lastGlyph, ia, success);
95 d = glyphStorage[lastGlyph];
96 id = glyphStorage.getCharIndex(lastGlyph, success);
97 x = lastGlyph - 1;
113 id = glyphStorage.getCharIndex(lastGlyph, success);
115 glyphStorage[firstGlyph] = glyphStorage[lastGlyph];
    [all...]
TrimmedArrayProcessor.h 53 TTGlyphID lastGlyph;
OpenTypeTables.h 40 TTGlyphID lastGlyph;
TrimmedArrayProcessor2.h 53 TTGlyphID lastGlyph;
TrimmedArrayProcessor.cpp 25 : NonContextualGlyphSubstitutionProcessor(morphSubtableHeader, success), firstGlyph(0), lastGlyph(0)
36 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount);
53 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) {
IndicRearrangementProcessor.h 55 le_int32 lastGlyph;
IndicRearrangementProcessor2.h 55 le_int32 lastGlyph;
TrimmedArrayProcessor2.cpp 31 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount);
49 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) {
StateTableProcessor.h 48 TTGlyphID lastGlyph;
LookupTables.cpp 39 if (SWAPW(trial->lastGlyph) <= ttGlyph) {
48 if (SWAPW(trial->lastGlyph) <= ttGlyph) {
StateTableProcessor.cpp 35 lastGlyph = firstGlyph + SWAPW(classTable->nGlyphs);
68 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
LookupTables.h 39 TTGlyphID lastGlyph;
ClassDefinitionTables.cpp 75 TTGlyphID lastGlyph = firstGlyph + count;
77 if (LE_SUCCESS(success) && ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) {
ContextualGlyphSubstProc2.cpp 128 TTGlyphID lastGlyph = firstGlyph + glyphCount;
130 if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
StateTableProcessor2.cpp 184 TTGlyphID lastGlyph = firstGlyph + SWAPW(lookupTable8->glyphCount);
200 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
OpenTypeUtilities.cpp 122 if (SWAPW(records(range,success).firstGlyph) <= glyphID && SWAPW(records(range,success).lastGlyph) >= glyphID) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphMap.h 80 SVGGlyph& lastGlyph = node->glyphs.last();
81 lastGlyph.priority = m_currentPriority++;
82 lastGlyph.unicodeStringLength = length;
85 appendToGlyphTable(lastGlyph);
86 if (!lastGlyph.glyphName.isEmpty())
87 m_namedGlyphs.add(lastGlyph.glyphName, lastGlyph.tableEntry);
89 m_idGlyphs.add(glyphIdentifier, lastGlyph.tableEntry);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp 547 bool lastGlyph = lastRun && i + 1 == glyphCount;
549 if (lastGlyph)
603 if (!lastGlyph || m_run.allowsTrailingExpansion()) {
627 if ((m_run.applyWordRounding() && !lastGlyph && Character::isRoundingHackCharacter(nextCh)) || (m_run.applyRunRounding() && lastGlyph)) {

Completed in 332 milliseconds