Searched refs:zero_context (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-indic.hh | 412 zero_context = zero_context_; in init() 423 …(hb_ot_layout_lookup_would_substitute (face, lookups[i].index, glyphs, glyphs_count, zero_context)) in would_substitute() 431 bool zero_context; member
|
D | hb-ot-shape-complex-indic.cc | 284 bool zero_context = !indic_plan->is_old_spec && plan->props.script != HB_SCRIPT_MALAYALAM; in data_create_indic() local 285 indic_plan->rphf.init (&plan->map, HB_TAG('r','p','h','f'), zero_context); in data_create_indic() 286 indic_plan->pref.init (&plan->map, HB_TAG('p','r','e','f'), zero_context); in data_create_indic() 287 indic_plan->blwf.init (&plan->map, HB_TAG('b','l','w','f'), zero_context); in data_create_indic() 288 indic_plan->pstf.init (&plan->map, HB_TAG('p','s','t','f'), zero_context); in data_create_indic()
|
D | hb-ot-layout.h | 332 hb_bool_t zero_context);
|
D | hb-ot-layout.cc | 1371 hb_bool_t zero_context) in hb_ot_layout_lookup_would_substitute() argument 1374 OT::hb_would_apply_context_t c (face, glyphs, glyphs_length, (bool) zero_context); in hb_ot_layout_lookup_would_substitute()
|
D | hb-ot-layout-gsubgpos.hh | 138 bool zero_context; member 148 zero_context (zero_context_), in hb_would_apply_context_t() 1898 return (c->zero_context ? !backtrackCount && !lookaheadCount : true) in chain_context_would_apply_lookup()
|