Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-color-colr-table.hh1265 struct BaseGlyphList : SortedArray32Of<BaseGlyphPaintRecord> struct
1267 bool subset (hb_subset_context_t *c) const in subset()
1286 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1262 class BaseGlyphList(BaseTable): class