Searched defs:SubtableUnicodesCache (Results 1 – 1 of 1) sorted by relevance
1521 struct SubtableUnicodesCache { struct1524 hb_blob_ptr_t<cmap> base_blob;1525 const char* base;1526 hb_hashmap_t<unsigned, hb::unique_ptr<hb_set_t>> cached_unicodes;1530 static SubtableUnicodesCache* create (hb_blob_ptr_t<cmap> source_table) in create()1538 static void destroy (void* value) { in destroy()1546 SubtableUnicodesCache(const void* cmap_base) in SubtableUnicodesCache() function1552 SubtableUnicodesCache(hb_blob_ptr_t<cmap> base_blob_) in SubtableUnicodesCache() argument1558 ~SubtableUnicodesCache() in ~SubtableUnicodesCache()1563 bool same_base(const void* other) const in same_base()[all …]