Searched refs:deltaGlyphID (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/layout/
H A DSingleSubstitutionSubtables.h30 le_int16 deltaGlyphID; member in struct:SingleSubstitutionFormat1Subtable
H A DSingleSubstitutionSubtables.cpp49 TTGlyphID substitute = ((TTGlyphID) LE_GET_GLYPH(glyph)) + SWAPW(deltaGlyphID);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsub-table.hh47 c->glyphs->add ((glyph_id + deltaGlyphID) & 0xFFFFu);
58 c->output->add ((glyph_id + deltaGlyphID) & 0xFFFFu);
82 glyph_id = (glyph_id + deltaGlyphID) & 0xFFFFu;
96 deltaGlyphID.set (delta); /* TODO(serilaize) overflow? */
102 return TRACE_RETURN (coverage.sanitize (c, this) && deltaGlyphID.sanitize (c));
110 SHORT deltaGlyphID; /* Add to original GlyphID to get member in struct:OT::SingleSubstFormat1
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh47 c->glyphs->add ((glyph_id + deltaGlyphID) & 0xFFFFu);
58 c->output->add ((glyph_id + deltaGlyphID) & 0xFFFFu);
82 glyph_id = (glyph_id + deltaGlyphID) & 0xFFFFu;
96 deltaGlyphID.set (delta); /* TODO(serilaize) overflow? */
102 return TRACE_RETURN (coverage.sanitize (c, this) && deltaGlyphID.sanitize (c));
110 SHORT deltaGlyphID; /* Add to original GlyphID to get member in struct:OT::SingleSubstFormat1

Completed in 159 milliseconds