HomeSort by relevance Sort by last modified time
    Searched defs:zero_context (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc 450 zero_context = zero_context_;
461 if (hb_ot_layout_lookup_would_substitute_fast (face, lookups[i].index, glyphs, glyphs_count, zero_context))
469 bool zero_context; member in struct:would_substitute_feature_t
534 bool zero_context = !indic_plan->is_old_spec && plan->props.script != HB_SCRIPT_MALAYALAM; local
535 indic_plan->rphf.init (&plan->map, HB_TAG('r','p','h','f'), zero_context);
536 indic_plan->pref.init (&plan->map, HB_TAG('p','r','e','f'), zero_context);
537 indic_plan->blwf.init (&plan->map, HB_TAG('b','l','w','f'), zero_context);
538 indic_plan->pstf.init (&plan->map, HB_TAG('p','s','t','f'), zero_context);
    [all...]
hb-ot-layout-gsubgpos-private.hh 110 bool zero_context; member in struct:OT::hb_would_apply_context_t
120 zero_context (zero_context_),
    [all...]

Completed in 252 milliseconds