Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-color-colr-table.hh1026 struct ClipList struct
1028 unsigned serialize_clip_records (hb_serialize_context_t *c, in serialize_clip_records()
1080 bool subset (hb_subset_context_t *c) const in subset()
1110 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
1118 get_extents (hb_codepoint_t gid, in get_extents()
1131 HBUINT8 format; // Set to 1.
1132 SortedArray32Of<ClipRecord> clips; // Clip records, sorted by startGlyphID
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1293 class ClipList(getFormatSwitchingBaseTableClass("uint8")): class