Searched defs:stroker_move_to (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
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]);
/external/mesa3d/src/gallium/state_trackers/vega/
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]);

Completed in 58 milliseconds