Home
last modified time | relevance | path

Searched defs:ClipList (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/OT/Color/COLR/
DCOLR.hh1642 struct ClipList struct
1644 unsigned serialize_clip_records (hb_subset_context_t *c, in serialize_clip_records()
1697 bool subset (hb_subset_context_t *c, in subset()
1728 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
1736 get_extents (hb_codepoint_t gid, in get_extents()
1749 HBUINT8 format; // Set to 1.
1750 SortedArray32Of<ClipRecord> clips; // Clip records, sorted by startGlyphID
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1370 class ClipList(getFormatSwitchingBaseTableClass("uint8")): class