Home | History | Annotate | Download | only in src

Lines Matching refs:zero_context

231     zero_context = zero_context_;
242 if (hb_ot_layout_lookup_would_substitute_fast (face, lookups[i].index, glyphs, glyphs_count, zero_context))
250 bool zero_context;
315 bool zero_context = !indic_plan->is_old_spec && plan->props.script != HB_SCRIPT_MALAYALAM;
316 indic_plan->rphf.init (&plan->map, HB_TAG('r','p','h','f'), zero_context);
317 indic_plan->pref.init (&plan->map, HB_TAG('p','r','e','f'), zero_context);
318 indic_plan->blwf.init (&plan->map, HB_TAG('b','l','w','f'), zero_context);
319 indic_plan->pstf.init (&plan->map, HB_TAG('p','s','t','f'), zero_context);