Home
last modified time | relevance | path

Searched defs:hb_intersects_context_t (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos.hh44 struct hb_intersects_context_t : struct
48 return_t dispatch (const T &obj) { return obj.intersects (this->glyphs); } in dispatch()
49 static return_t default_return_value () { return false; } in default_return_value()
50 bool stop_sublookup_iteration (return_t r) const { return r; } in stop_sublookup_iteration()
52 const hb_set_t *glyphs;
54 hb_intersects_context_t (const hb_set_t *glyphs_) : in hb_intersects_context_t() argument