Searched refs:intersected_class_glyphs (Results 1 – 2 of 2) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-common.hh | 1695 …void intersected_class_glyphs (const hb_set_t *glyphs, unsigned klass, hb_set_t *intersect_glyphs)… in intersected_class_glyphs() function 1977 …void intersected_class_glyphs (const hb_set_t *glyphs, unsigned klass, hb_set_t *intersect_glyphs)… in intersected_class_glyphs() function 2263 …void intersected_class_glyphs (const hb_set_t *glyphs, unsigned klass, hb_set_t *intersect_glyphs)… in intersected_class_glyphs() function 2266 …case 1: hb_barrier (); return u.format1.intersected_class_glyphs (glyphs, klass, intersect_glyphs); in intersected_class_glyphs() 2267 …case 2: hb_barrier (); return u.format2.intersected_class_glyphs (glyphs, klass, intersect_glyphs); in intersected_class_glyphs() 2269 …case 3: hb_barrier (); return u.format3.intersected_class_glyphs (glyphs, klass, intersect_glyphs); in intersected_class_glyphs() 2270 …case 4: hb_barrier (); return u.format4.intersected_class_glyphs (glyphs, klass, intersect_glyphs); in intersected_class_glyphs()
|
D | hb-ot-layout-gsubgpos.hh | 1106 static inline void intersected_class_glyphs (const hb_set_t *glyphs, const void *data, unsigned val… in intersected_class_glyphs() function 1120 class_def.intersected_class_glyphs (glyphs, value, &v); in intersected_class_glyphs() 2543 {intersects_class, intersected_class_glyphs}, in closure() 3767 {intersects_class, intersected_class_glyphs}, in closure()
|