Home
last modified time | relevance | path

Searched refs:deltaGlyphID (Results 1 – 3 of 3) sorted by relevance

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