Searched refs:zero_context (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-indic.cc | 450 zero_context = zero_context_; in init() 461 …t_layout_lookup_would_substitute_fast (face, lookups[i].index, glyphs, glyphs_count, zero_context)) in would_substitute() 469 bool zero_context; member 534 bool zero_context = !indic_plan->is_old_spec && plan->props.script != HB_SCRIPT_MALAYALAM; in data_create_indic() local 535 indic_plan->rphf.init (&plan->map, HB_TAG('r','p','h','f'), zero_context); in data_create_indic() 536 indic_plan->pref.init (&plan->map, HB_TAG('p','r','e','f'), zero_context); in data_create_indic() 537 indic_plan->blwf.init (&plan->map, HB_TAG('b','l','w','f'), zero_context); in data_create_indic() 538 indic_plan->pstf.init (&plan->map, HB_TAG('p','s','t','f'), zero_context); in data_create_indic()
|
D | hb-ot-layout.cc | 868 hb_bool_t zero_context) in hb_ot_layout_lookup_would_substitute() argument 871 …b_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_context); in hb_ot_layout_lookup_would_substitute() 879 hb_bool_t zero_context) in hb_ot_layout_lookup_would_substitute_fast() argument 882 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 | 271 hb_bool_t zero_context);
|
D | hb-ot-layout-private.hh | 81 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() 1625 return (c->zero_context ? !backtrackCount && !lookaheadCount : true) in chain_context_would_apply_lookup()
|