Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dpath.h111 void path_move_to(struct path *p, float x, float y);
Darc.c507 path_move_to(path, x, y); in arc_path_move()
Dpath.c1630 void path_move_to(struct path *p, float x, float y) in path_move_to() function