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

  /external/icu4c/layout/
CoverageTables.h 30 TTGlyphID glyphArray[ANY_NUMBER];
SegmentArrayProcessor.cpp 51 TTGlyphID *glyphArray = (TTGlyphID *) ((char *) subtableHeader + offset);
52 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]);
SegmentArrayProcessor2.cpp 51 TTGlyphID *glyphArray = (TTGlyphID *) ((char *) subtableHeader + offset);
52 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh 632 int i = glyphArray.search (glyph_id);
643 glyphArray.len.set (num_glyphs);
644 if (unlikely (!c->extend (glyphArray))) return TRACE_RETURN (false);
646 glyphArray[i] = glyphs[i];
653 return TRACE_RETURN (glyphArray.sanitize (c));
657 return glyphs->has (glyphArray[index]);
662 unsigned int count = glyphArray.len;
664 glyphs->add (glyphArray[i]);
671 inline bool more (void) { return i < c->glyphArray.len; }
673 inline uint16_t get_glyph (void) { return c->glyphArray[i];
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 633 int i = glyphArray.search (glyph_id);
644 glyphArray.len.set (num_glyphs);
645 if (unlikely (!c->extend (glyphArray))) return TRACE_RETURN (false);
647 glyphArray[i] = glyphs[i];
654 return TRACE_RETURN (glyphArray.sanitize (c));
658 return glyphs->has (glyphArray[index]);
663 unsigned int count = glyphArray.len;
665 glyphs->add (glyphArray[i]);
672 inline bool more (void) { return i < c->glyphArray.len; }
674 inline uint16_t get_glyph (void) { return c->glyphArray[i];
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeVerticalData.cpp 121 OpenType::GlyphID glyphArray[1];
180 if (!isValidEnd(buffer, &coverage1->glyphArray[countFrom]) || countTo != countFrom)
183 map->set(coverage1->glyphArray[i], singleSubstitution2->substitute[i]);

Completed in 513 milliseconds