Searched refs:hb_would_apply_context_t (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsubgpos.hh | 126 struct hb_would_apply_context_t : struct 127 hb_dispatch_context_t<hb_would_apply_context_t, bool, HB_DEBUG_WOULD_APPLY> 141 hb_would_apply_context_t (hb_face_t *face_, in hb_would_apply_context_t() argument 757 static inline bool would_match_input (hb_would_apply_context_t *c, in would_match_input() 1257 static inline bool context_would_apply_lookup (hb_would_apply_context_t *c, in context_would_apply_lookup() 1320 bool would_apply (hb_would_apply_context_t *c, in would_apply() 1394 bool would_apply (hb_would_apply_context_t *c, in would_apply() 1490 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 1605 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 1716 bool would_apply (hb_would_apply_context_t *c) const in would_apply() [all …]
|
D | hb-ot-layout-gsub-table.hh | 75 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 176 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 394 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 584 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 708 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 815 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 920 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 1122 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 1334 bool would_apply (hb_would_apply_context_t *c, in would_apply()
|
D | hb-ot-layout.cc | 975 OT::hb_would_apply_context_t c (face, glyphs, glyphs_length, (bool) zero_context); in hb_ot_layout_lookup_would_substitute_fast()
|