Searched refs:zero_context (Results 1 - 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-indic.cc462 bool zero_context,
466 if (hb_ot_layout_lookup_would_substitute_fast (face, lookups[i].index, glyphs, glyphs_count, zero_context))
562 bool zero_context = indic_plan->is_old_spec ? false : true; local
564 if (indic_plan->pref.would_substitute (glyphs , 2, zero_context, face) ||
565 indic_plan->pref.would_substitute (glyphs_r, 2, zero_context, face))
567 if (indic_plan->blwf.would_substitute (glyphs , 2, zero_context, face) ||
568 indic_plan->blwf.would_substitute (glyphs_r, 2, zero_context, face))
570 if (indic_plan->pstf.would_substitute (glyphs , 2, zero_context, face) ||
571 indic_plan->pstf.would_substitute (glyphs_r, 2, zero_context, face))
460 would_substitute(const hb_codepoint_t *glyphs, unsigned int glyphs_count, bool zero_context, hb_face_t *face) const argument
H A Dhb-ot-layout-private.hh197 hb_bool_t zero_context);
H A Dhb-ot-layout.cc638 hb_bool_t zero_context)
641 return hb_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_context);
649 hb_bool_t zero_context)
652 OT::hb_would_apply_context_t c (face, glyphs, glyphs_length, zero_context);
634 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
645 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-layout.h243 hb_bool_t zero_context);
H A Dhb-ot-layout-gsubgpos-private.hh119 bool zero_context; member in struct:OT::hb_would_apply_context_t
129 zero_context (zero_context_),
1599 return (c->zero_context ? !backtrackCount && !lookaheadCount : true)

Completed in 244 milliseconds