Searched refs:stroker_move_to (Results 1 - 6 of 6) sorted by last modified time

/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpath.c1298 stroker_move_to((struct stroker *)&stroker, x0, y0);
H A Dstroker.c798 void stroker_move_to(struct stroker *stroker, VGfloat x, VGfloat y) function
802 debug_printf("stroker_move_to(%f, %f)\n", x, y);
1215 stroker_move_to(&stroker->stroker, move_to_pos[0], move_to_pos[1]);
H A Dstroker.h76 void stroker_move_to(struct stroker *stroker, VGfloat x, VGfloat y);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dpath.c1298 stroker_move_to((struct stroker *)&stroker, x0, y0);
H A Dstroker.c798 void stroker_move_to(struct stroker *stroker, VGfloat x, VGfloat y) function
802 debug_printf("stroker_move_to(%f, %f)\n", x, y);
1215 stroker_move_to(&stroker->stroker, move_to_pos[0], move_to_pos[1]);
H A Dstroker.h76 void stroker_move_to(struct stroker *stroker, VGfloat x, VGfloat y);

Completed in 126 milliseconds