Searched defs:hb_accelerate_subtables_context_t (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-aat-layout-morx-table.hh | 929 struct hb_accelerate_subtables_context_t : struct 932 struct hb_applicable_t 961 return_t dispatch (const T &obj) in dispatch() 969 static return_t default_return_value () { return hb_empty_t (); } in default_return_value() 971 bool stop_sublookup_iteration (return_t r) const { return false; } in stop_sublookup_iteration() 973 hb_accelerate_subtables_context_t (hb_applicable_t *array_, unsigned num_glyphs_) : in hb_accelerate_subtables_context_t() function 977 hb_applicable_t *array; 978 unsigned num_glyphs; 979 unsigned i = 0;
|
H A D | hb-ot-layout-gsubgpos.hh | 903 struct hb_accelerate_subtables_context_t : struct 907 static inline bool apply_to (const void *obj, hb_ot_apply_context_t *c) in apply_to() 915 …_ (const T *obj, hb_ot_apply_context_t *c, hb_priority<1>) HB_RETURN (bool, obj->apply_cached (c) ) in apply_cached_() 926 …hb_ot_apply_context_t *c, bool enter, hb_priority<1>) HB_RETURN (bool, obj->cache_func (c, enter) ) in cache_func_() 930 static inline bool cache_func_to (const void *obj, hb_ot_apply_context_t *c, bool enter) in cache_func_to() 937 typedef bool (*hb_apply_func_t) (const void *obj, hb_ot_apply_context_t *c); 938 typedef bool (*hb_cache_func_t) (const void *obj, hb_ot_apply_context_t *c, bool enter); 940 struct hb_applicable_t 995 auto cache_cost (const T &obj, hb_priority<1>) HB_AUTO_RETURN ( obj.cache_cost () ) in cache_cost() 1033 static return_t default_return_value () { return hb_empty_t (); } in default_return_value() [all …]
|