Searched refs:zero_context (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-indic.cc | 465 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()
|
D | hb-ot-layout.cc | 776 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()
|
D | hb-ot-layout.h | 252 hb_bool_t zero_context);
|
D | hb-ot-layout-private.hh | 80 hb_bool_t zero_context);
|
D | hb-ot-layout-gsubgpos-private.hh | 110 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()
|