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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
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...]
  /external/mesa3d/src/gallium/state_trackers/vega/
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 30 milliseconds