Lines Matching defs:MultiItemVariationStore
3438 struct MultiItemVariationStore struct
3440 using cache_t = SparseVarRegionList::cache_t;
3442 cache_t *create_cache () const in create_cache()
3459 static void destroy_cache (cache_t *cache) { hb_free (cache); } in destroy_cache()
3462 void get_delta (unsigned int outer, unsigned int inner, in get_delta()
3482 void get_delta (unsigned int index, in get_delta()
3491 void get_delta (unsigned int index, in get_delta()
3502 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
3517 HBUINT16 format; // 1
3518 Offset32To<SparseVarRegionList> regions;
3519 Array16OfOffset32To<MultiVarData> dataSets;