Searched defs:BaseGlyphList (Results 1 – 2 of 2) sorted by relevance
1265 struct BaseGlyphList : SortedArray32Of<BaseGlyphPaintRecord> struct1267 bool subset (hb_subset_context_t *c) const in subset()1286 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
1262 class BaseGlyphList(BaseTable): class