Searched defs:hb_accelerate_subtables_context_t (Results 1 – 1 of 1) sorted by relevance
| /external/harfbuzz_ng/src/ |
| D | hb-ot-layout-gsubgpos.hh | 857 struct hb_accelerate_subtables_context_t : struct 861 static inline bool apply_to (const void *obj, hb_ot_apply_context_t *c) in apply_to() 869 …d_ (const T *obj, hb_ot_apply_context_t *c, hb_priority<1>) HB_RETURN (bool, obj->apply (c, true) ) in apply_cached_() 880 …hb_ot_apply_context_t *c, bool enter, hb_priority<1>) HB_RETURN (bool, obj->cache_func (c, enter) ) in cache_func_() 884 static inline bool cache_func_to (const void *obj, hb_ot_apply_context_t *c, bool enter) in cache_func_to() 891 typedef bool (*hb_apply_func_t) (const void *obj, hb_ot_apply_context_t *c); 892 typedef bool (*hb_cache_func_t) (const void *obj, hb_ot_apply_context_t *c, bool enter); 894 struct hb_applicable_t 947 typedef hb_vector_t<hb_applicable_t> array_t; 951 auto cache_cost (const T &obj, hb_priority<1>) HB_AUTO_RETURN ( obj.cache_cost () ) in cache_cost() [all …]
|