Home
last modified time | relevance | path

Searched refs:zero_context (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic.cc465 zero_context = zero_context_; in init()
476 …t_layout_lookup_would_substitute_fast (face, lookups[i].index, glyphs, glyphs_count, zero_context)) in would_substitute()
484 bool zero_context; member
549 bool zero_context = !indic_plan->is_old_spec && plan->props.script != HB_SCRIPT_MALAYALAM; in data_create_indic() local
550 indic_plan->rphf.init (&plan->map, HB_TAG('r','p','h','f'), zero_context); in data_create_indic()
551 indic_plan->pref.init (&plan->map, HB_TAG('p','r','e','f'), zero_context); in data_create_indic()
552 indic_plan->blwf.init (&plan->map, HB_TAG('b','l','w','f'), zero_context); in data_create_indic()
553 indic_plan->pstf.init (&plan->map, HB_TAG('p','s','t','f'), zero_context); in data_create_indic()
Dhb-ot-layout.cc776 hb_bool_t zero_context) in hb_ot_layout_lookup_would_substitute() argument
779 …b_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_context); in hb_ot_layout_lookup_would_substitute()
787 hb_bool_t zero_context) in hb_ot_layout_lookup_would_substitute_fast() argument
790 OT::hb_would_apply_context_t c (face, glyphs, glyphs_length, (bool) zero_context); in hb_ot_layout_lookup_would_substitute_fast()
Dhb-ot-layout.h252 hb_bool_t zero_context);
Dhb-ot-layout-private.hh80 hb_bool_t zero_context);
Dhb-ot-layout-gsubgpos-private.hh110 bool zero_context; member
120 zero_context (zero_context_), in hb_would_apply_context_t()
1616 return (c->zero_context ? !backtrackCount && !lookaheadCount : true) in chain_context_would_apply_lookup()