Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/OT/Color/COLR/
DCOLR.hh1884 struct BaseGlyphList : SortedArray32Of<BaseGlyphPaintRecord> struct
1886 bool subset (hb_subset_context_t *c, in subset()
1906 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1341 class BaseGlyphList(BaseTable): class