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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-khmer.cc 156 zero_context = zero_context_;
167 if (hb_ot_layout_lookup_would_substitute_fast (face, lookups[i].index, glyphs, glyphs_count, zero_context))
175 bool zero_context; member in struct:would_substitute_feature_t
hb-ot-shape-complex-indic.cc 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; member in struct:would_substitute_feature_t
315 bool zero_context = !indic_plan->is_old_spec && plan->props.script != HB_SCRIPT_MALAYALAM; local
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);
    [all...]
hb-ot-layout.h 321 hb_bool_t zero_context);
hb-ot-layout.cc 959 hb_bool_t zero_context)
964 zero_context);
972 bool zero_context)
975 OT::hb_would_apply_context_t c (face, glyphs, glyphs_length, (bool) zero_context);
    [all...]
hb-ot-layout.hh 104 bool zero_context);
hb-ot-layout-gsubgpos.hh 138 bool zero_context; member in struct:OT::hb_would_apply_context_t
148 zero_context (zero_context_),
    [all...]

Completed in 503 milliseconds