HomeSort by relevance Sort by last modified time
    Searched refs:no_dispatch_return_value (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 589 if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ());
925 if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ());
    [all...]
hb-ot-layout-gsub-table.hh 275 if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ());
475 if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ());
665 if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ());
1020 if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ());
    [all...]
hb-machinery.hh 141 static return_t no_dispatch_return_value () { return Context::default_return_value (); } function in struct:hb_dispatch_context_t
245 static return_t no_dispatch_return_value () { return false; } function in struct:hb_sanitize_context_t
hb-ot-layout-gsubgpos.hh     [all...]

Completed in 200 milliseconds