Lines Matching refs:cur
59 #define VLC_GET_ARG(CUR, INDEX) vlc_get_arg((cur + (INDEX) * fmt_len), path->format);
2378 uint8_t * cur = (uint8_t *)path->path; in shape_append_path() local
2379 uint8_t * end = cur + path->path_length; in shape_append_path()
2381 while(cur < end) { in shape_append_path()
2383 uint8_t op_code = VLC_GET_OP_CODE(cur); in shape_append_path()
2389 cur += fmt_len; in shape_append_path()
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()
2413 float y = VLC_GET_ARG(cur, 3); in shape_append_path()
2425 float cx1 = VLC_GET_ARG(cur, 0); in shape_append_path()
2426 float cy1 = VLC_GET_ARG(cur, 1); in shape_append_path()
2427 float cx2 = VLC_GET_ARG(cur, 2); in shape_append_path()
2428 float cy2 = VLC_GET_ARG(cur, 3); in shape_append_path()
2429 float x = VLC_GET_ARG(cur, 4); in shape_append_path()
2430 float y = VLC_GET_ARG(cur, 5); in shape_append_path()
2443 cur += arg_len * fmt_len; in shape_append_path()