Searched defs:BaseGlyphList (Results 1 – 2 of 2) sorted by relevance
1884 struct BaseGlyphList : SortedArray32Of<BaseGlyphPaintRecord> struct1886 bool subset (hb_subset_context_t *c, in subset()1906 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
1341 class BaseGlyphList(BaseTable): class