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, 0> 141 hb_would_apply_context_t (hb_face_t *face_, in hb_would_apply_context_t() argument 764 static inline bool would_match_input (hb_would_apply_context_t *c, in would_match_input() 1264 static inline bool context_would_apply_lookup (hb_would_apply_context_t *c, in context_would_apply_lookup() 1325 bool would_apply (hb_would_apply_context_t *c, in would_apply() 1404 bool would_apply (hb_would_apply_context_t *c, in would_apply() 1492 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 1607 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 1714 bool would_apply (hb_would_apply_context_t *c) const in would_apply() [all …]
|
D | hb-ot-layout-gsub-table.hh | 71 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 168 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 410 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 620 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 746 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 874 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 982 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 1182 bool would_apply (hb_would_apply_context_t *c) const in would_apply() 1389 bool would_apply (hb_would_apply_context_t *c, in would_apply()
|
D | hb-ot-layout.cc | 1374 OT::hb_would_apply_context_t c (face, glyphs, glyphs_length, (bool) zero_context); in hb_ot_layout_lookup_would_substitute()
|