Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common.hh3438 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;
[all …]