Searched refs:hb_would_apply_context_t (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsubgpos-private.hh | 98 struct hb_would_apply_context_t : struct 99 hb_dispatch_context_t<hb_would_apply_context_t, bool, HB_DEBUG_WOULD_APPLY> 113 hb_would_apply_context_t (hb_face_t *face_, in hb_would_apply_context_t() argument 688 static inline bool would_match_input (hb_would_apply_context_t *c, in would_match_input() 1097 static inline bool context_would_apply_lookup (hb_would_apply_context_t *c, in context_would_apply_lookup() 1149 …inline bool would_apply (hb_would_apply_context_t *c, ContextApplyLookupContext &lookup_context) c… in would_apply() 1205 …inline bool would_apply (hb_would_apply_context_t *c, ContextApplyLookupContext &lookup_context) c… in would_apply() 1280 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() 1370 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() 1463 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() [all …]
|
D | hb-ot-layout-gsub-table.hh | 73 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() 158 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() 362 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() 496 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() 624 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() 726 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() 820 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() 999 inline bool would_apply (hb_would_apply_context_t *c) const in would_apply() 1186 inline bool would_apply (hb_would_apply_context_t *c, in would_apply()
|
D | hb-ot-layout.cc | 882 OT::hb_would_apply_context_t c (face, glyphs, glyphs_length, (bool) zero_context); in hb_ot_layout_lookup_would_substitute_fast()
|