Searched defs:zero_context (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout.cc684 hb_bool_t zero_context)
687 return hb_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_context);
695 hb_bool_t zero_context)
698 OT::hb_would_apply_context_t c (face, glyphs, glyphs_length, zero_context);
680 hb_ot_layout_lookup_would_substitute(hb_face_t *face, unsigned int lookup_index, const hb_codepoint_t *glyphs, unsigned int glyphs_length, hb_bool_t zero_context) argument
691 hb_ot_layout_lookup_would_substitute_fast(hb_face_t *face, unsigned int lookup_index, const hb_codepoint_t *glyphs, unsigned int glyphs_length, hb_bool_t zero_context) argument
H A Dhb-ot-shape-complex-indic.cc484 zero_context = zero_context_;
495 if (hb_ot_layout_lookup_would_substitute_fast (face, lookups[i].index, glyphs, glyphs_count, zero_context))
503 bool zero_context; member in struct:would_substitute_feature_t
561 bool zero_context = !indic_plan->is_old_spec; local
562 indic_plan->rphf.init (&plan->map, HB_TAG('r','p','h','f'), zero_context);
563 indic_plan->pref.init (&plan->map, HB_TAG('p','r','e','f'), zero_context);
564 indic_plan->blwf.init (&plan->map, HB_TAG('b','l','w','f'), zero_context);
565 indic_plan->pstf.init (&plan->map, HB_TAG('p','s','t','f'), zero_context);
H A Dhb-ot-layout-gsubgpos-private.hh118 bool zero_context; member in struct:OT::hb_would_apply_context_t
128 zero_context (zero_context_),
1617 return (c->zero_context ? !backtrackCount && !lookaheadCount : true)
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc684 hb_bool_t zero_context)
687 return hb_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_context);
695 hb_bool_t zero_context)
698 OT::hb_would_apply_context_t c (face, glyphs, glyphs_length, zero_context);
680 hb_ot_layout_lookup_would_substitute(hb_face_t *face, unsigned int lookup_index, const hb_codepoint_t *glyphs, unsigned int glyphs_length, hb_bool_t zero_context) argument
691 hb_ot_layout_lookup_would_substitute_fast(hb_face_t *face, unsigned int lookup_index, const hb_codepoint_t *glyphs, unsigned int glyphs_length, hb_bool_t zero_context) argument
H A Dhb-ot-shape-complex-indic.cc484 zero_context = zero_context_;
495 if (hb_ot_layout_lookup_would_substitute_fast (face, lookups[i].index, glyphs, glyphs_count, zero_context))
503 bool zero_context; member in struct:would_substitute_feature_t
561 bool zero_context = !indic_plan->is_old_spec; local
562 indic_plan->rphf.init (&plan->map, HB_TAG('r','p','h','f'), zero_context);
563 indic_plan->pref.init (&plan->map, HB_TAG('p','r','e','f'), zero_context);
564 indic_plan->blwf.init (&plan->map, HB_TAG('b','l','w','f'), zero_context);
565 indic_plan->pstf.init (&plan->map, HB_TAG('p','s','t','f'), zero_context);
H A Dhb-ot-layout-gsubgpos-private.hh118 bool zero_context; member in struct:OT::hb_would_apply_context_t
128 zero_context (zero_context_),
1618 return (c->zero_context ? !backtrackCount && !lookaheadCount : true)

Completed in 1393 milliseconds