Searched defs:SubtableUnicodesCache (Results 1 – 1 of 1) sorted by relevance
1669 struct SubtableUnicodesCache { struct1672 hb_blob_ptr_t<cmap> base_blob;1673 const char* base;1674 hb_hashmap_t<unsigned, hb::unique_ptr<hb_set_t>> cached_unicodes;1678 static SubtableUnicodesCache* create (hb_blob_ptr_t<cmap> source_table) in create()1686 static void destroy (void* value) { in destroy()1694 SubtableUnicodesCache(const void* cmap_base) in SubtableUnicodesCache() function1700 SubtableUnicodesCache(hb_blob_ptr_t<cmap> base_blob_) in SubtableUnicodesCache() function1706 ~SubtableUnicodesCache() in ~SubtableUnicodesCache()1711 bool same_base(const void* other) const in same_base()[all …]