Searched refs:ffuncs2 (Results 1 – 1 of 1) sorted by relevance
266 hb_font_funcs_t *ffuncs2; in test_fontfuncs_subclassing() local323 ffuncs2 = hb_font_funcs_create (); in test_fontfuncs_subclassing()324 hb_font_funcs_set_glyph_contour_point_func (ffuncs2, contour_point_func2, NULL, NULL); in test_fontfuncs_subclassing()325 hb_font_set_funcs (font2, ffuncs2, NULL, NULL); in test_fontfuncs_subclassing()326 hb_font_funcs_destroy (ffuncs2); in test_fontfuncs_subclassing()398 hb_font_funcs_t *ffuncs2; in test_fontfuncs_parallels() local422 ffuncs2 = hb_font_funcs_create (); in test_fontfuncs_parallels()424 hb_font_set_funcs (font2, ffuncs2, NULL, NULL); in test_fontfuncs_parallels()425 hb_font_funcs_destroy (ffuncs2); in test_fontfuncs_parallels()