Searched refs:glyphArray (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/layout/
H A DSegmentArrayProcessor.cpp51 TTGlyphID *glyphArray = (TTGlyphID *) ((char *) subtableHeader + offset); local
52 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]);
H A DSegmentArrayProcessor2.cpp51 TTGlyphID *glyphArray = (TTGlyphID *) ((char *) subtableHeader + offset); local
52 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]);
H A DCoverageTables.h30 TTGlyphID glyphArray[ANY_NUMBER]; member in struct:CoverageFormat1Table
H A DCoverageTables.cpp55 if (SWAPW(glyphArray[extra]) <= ttGlyphID) {
62 if (SWAPW(glyphArray[index + probe]) <= ttGlyphID) {
67 if (SWAPW(glyphArray[index]) == ttGlyphID) {
H A DContextualSubstSubtables.h33 const TTGlyphID *glyphArray, le_uint16 glyphCount, GlyphIterator *glyphIterator,
H A DContextualSubstSubtables.cpp50 le_bool ContextualSubstitutionBase::matchGlyphIDs(const TTGlyphID *glyphArray, le_uint16 glyphCount, argument
68 if (glyph != SWAPW(glyphArray[match])) {
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-common-private.hh633 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[
686 glyphArray; /* Array of GlyphIDs--in numerical order */ member in struct:OT::CoverageFormat1
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh633 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[
686 glyphArray; /* Array of GlyphIDs--in numerical order */ member in struct:OT::CoverageFormat1
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp121 OpenType::GlyphID glyphArray[1]; member in struct:WebCore::OpenType::Coverage1Table
180 if (!isValidEnd(buffer, &coverage1->glyphArray[countFrom]) || countTo != countFrom)
183 map->set(coverage1->glyphArray[i], singleSubstitution2->substitute[i]);

Completed in 315 milliseconds