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

  /external/icu/icu4c/source/layout/
CoverageTables.h 30 TTGlyphID glyphArray[ANY_NUMBER];
34 LE_VAR_ARRAY(CoverageFormat1Table, glyphArray)
SegmentArrayProcessor2.cpp 50 TTGlyphID *glyphArray = (TTGlyphID *) ((char *) subtableHeader.getAliasRAW() + offset);
51 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh 635 int i = glyphArray.bsearch (glyph_id);
646 glyphArray.len.set (num_glyphs);
647 if (unlikely (!c->extend (glyphArray))) return TRACE_RETURN (false);
649 glyphArray[i] = glyphs[i];
656 return TRACE_RETURN (glyphArray.sanitize (c));
660 return glyphs->has (glyphArray[index]);
665 unsigned int count = glyphArray.len;
667 glyphs->add (glyphArray[i]);
674 inline bool more (void) { return i < c->glyphArray.len; }
676 inline uint16_t get_glyph (void) { return c->glyphArray[i];
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 635 int i = glyphArray.bsearch (glyph_id);
646 glyphArray.len.set (num_glyphs);
647 if (unlikely (!c->extend (glyphArray))) return TRACE_RETURN (false);
649 glyphArray[i] = glyphs[i];
656 return TRACE_RETURN (glyphArray.sanitize (c));
660 return glyphs->has (glyphArray[index]);
665 unsigned int count = glyphArray.len;
667 glyphs->add (glyphArray[i]);
674 inline bool more (void) { return i < c->glyphArray.len; }
676 inline uint16_t get_glyph (void) { return c->glyphArray[i];
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 119 OpenType::GlyphID glyphArray[1];
178 if (!isValidEnd(buffer, &coverage1->glyphArray[countFrom]) || countTo != countFrom)
181 map->set(coverage1->glyphArray[i], singleSubstitution2->substitute[i]);

Completed in 323 milliseconds