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

  /external/icu/icu4c/source/layout/
TrimmedArrayProcessor.h 53 TTGlyphID lastGlyph;
IndicRearrangementProcessor.h 55 le_int32 lastGlyph;
IndicRearrangementProcessor2.h 55 le_int32 lastGlyph;
TrimmedArrayProcessor2.h 53 TTGlyphID lastGlyph;
ClassDefinitionTables.cpp 75 TTGlyphID lastGlyph = firstGlyph + count;
77 if (LE_SUCCESS(success) && ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) {
StateTableProcessor.h 48 TTGlyphID lastGlyph;
StateTableProcessor2.cpp 184 TTGlyphID lastGlyph = firstGlyph + SWAPW(lookupTable8->glyphCount);
200 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
OpenTypeTables.h 40 TTGlyphID lastGlyph;
ContextualGlyphSubstProc2.cpp 128 TTGlyphID lastGlyph = firstGlyph + glyphCount;
130 if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
LookupTables.h 39 TTGlyphID lastGlyph;
  /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);

Completed in 425 milliseconds