Home
last modified time | relevance | path

Searched refs:VLC_GET_ARG (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp59 #define VLC_GET_ARG(CUR, INDEX) vlc_get_arg((cur + (INDEX) * fmt_len), path->format); macro
2393 float x = VLC_GET_ARG(cur, 0); in shape_append_path()
2394 float y = VLC_GET_ARG(cur, 1); in shape_append_path()
2400 float x = VLC_GET_ARG(cur, 0); in shape_append_path()
2401 float y = VLC_GET_ARG(cur, 1); in shape_append_path()
2408 float qcx0 = VLC_GET_ARG(cur, -3); in shape_append_path()
2409 float qcy0 = VLC_GET_ARG(cur, -2); in shape_append_path()
2410 float qcx1 = VLC_GET_ARG(cur, 0); in shape_append_path()
2411 float qcy1 = VLC_GET_ARG(cur, 1); in shape_append_path()
2412 float x = VLC_GET_ARG(cur, 2); in shape_append_path()
[all …]