Home
last modified time | relevance | path

Searched refs:funcs2 (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Deval.h42 * @param func2_names NULL terminated array of zero terminated strings of funcs2 identifiers
43 * @param funcs2 NULL terminated array of function pointers for functions which take 2 arguments
44 * @param opaque a pointer which will be passed to all functions from funcs1 and funcs2
52 const char * const *func2_names, double (* const *funcs2)(void *, double, double),
66 * @param func2_names NULL terminated array of zero terminated strings of funcs2 identifiers
67 * @param funcs2 NULL terminated array of function pointers for functions which take 2 arguments
75 const char * const *func2_names, double (* const *funcs2)(void *, double, double),
82 * @param opaque a pointer which will be passed to all functions from funcs1 and funcs2
H A Deval.c51 double (* const *funcs2)(void *, double a, double b); // NULL terminated member
489 d->a.func2 = p->funcs2[i]; in parse_primary()
688 const char * const *func2_names, double (* const *funcs2)(void *, double, double), in av_expr_parse()
711 p.funcs2 = funcs2; in av_expr_parse()
779 const char * const *func2_names, double (* const *funcs2)(void *, double, double), in av_expr_parse_and_eval()
783 int ret = av_expr_parse(&e, s, const_names, func1_names, funcs1, func2_names, funcs2, log_offset, log_ctx); in av_expr_parse_and_eval()
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-draw.c164 static hb_draw_funcs_t *funcs2; /* this one translates quadratic calls to cubic ones */ variable
202 g_assert (hb_font_draw_glyph (font, 3, funcs2, &user_data)); in test_hb_draw_glyf()
914 funcs2 = hb_draw_funcs_create (); in main()
915 hb_draw_funcs_set_move_to_func (funcs2, (hb_draw_move_to_func_t) move_to); in main()
916 hb_draw_funcs_set_line_to_func (funcs2, (hb_draw_line_to_func_t) line_to); in main()
917 hb_draw_funcs_set_cubic_to_func (funcs2, (hb_draw_cubic_to_func_t) cubic_to); in main()
918 hb_draw_funcs_set_close_path_func (funcs2, (hb_draw_close_path_func_t) close_path); in main()
919 hb_draw_funcs_make_immutable (funcs2); in main()
937 hb_draw_funcs_destroy (funcs2); in main()

Completed in 4 milliseconds