Searched refs:may_dispatch (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 565 … if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ()); in dispatch() 858 … if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ()); in dispatch() 1038 … if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ()); in dispatch() 1134 … if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ()); in dispatch() 1252 … if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ()); in dispatch() 1367 … if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ()); in dispatch() 1418 …if (unlikely (!c->may_dispatch (this, &u.sub_format))) return_trace (c->no_dispatch_return_value (… in dispatch()
|
D | hb-ot-layout-gsub-table.hh | 242 … if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ()); in dispatch() 436 … if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ()); in dispatch() 588 … if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ()); in dispatch() 912 … if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ()); in dispatch() 1073 … if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ()); in dispatch() 1112 …if (unlikely (!c->may_dispatch (this, &u.sub_format))) return_trace (c->no_dispatch_return_value (… in dispatch()
|
D | hb-open-type-private.hh | 166 inline bool may_dispatch (const T *obj, const F *format) { return true; } in may_dispatch() function 201 inline bool may_dispatch (const T *obj, const F *format) in may_dispatch() function
|
D | hb-ot-layout-gsubgpos-private.hh | 1527 … if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ()); in dispatch() 2142 … if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ()); in dispatch() 2178 if (unlikely (!c->may_dispatch (this, this))) return_trace (c->no_dispatch_return_value ()); in dispatch() 2223 … if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ()); in dispatch()
|