HomeSort by relevance Sort by last modified time
    Searched refs:stroker_emit_move_to (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/vega/
stroker.h 83 void stroker_emit_move_to(struct stroker *stroker, VGfloat x, VGfloat y);
stroker.c 550 void stroker_emit_move_to(struct stroker *stroker, VGfloat x, VGfloat y) function
882 stroker_emit_move_to(stroker, 0.f, 0.f);
929 stroker_emit_move_to(stroker, line[0], line[1]);
978 stroker_emit_move_to(stroker, pt[0], pt[1]);
    [all...]

Completed in 140 milliseconds