/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
stroker.c | 567 void stroker_emit_line_to(struct stroker *stroker, VGfloat x, VGfloat y) function 624 /*stroker_emit_line_to(stroker, nx, ny);*/ 647 stroker_emit_line_to(stroker, next_line[0], next_line[1]); 672 stroker_emit_line_to(stroker, l1[2], l1[3]); 673 stroker_emit_line_to(stroker, l2[2], l2[3]); 674 stroker_emit_line_to(stroker, l2[0], l2[1]); 683 stroker_emit_line_to(stroker, next_line[0], next_line[1]); 690 stroker_emit_line_to(stroker, next_line[0], next_line[1]); 734 stroker_emit_line_to(stroker, next_line[0], next_line[1]); 739 stroker_emit_line_to(stroker, next_line[0], next_line[1]) [all...] |
stroker.h | 84 void stroker_emit_line_to(struct stroker *stroker, VGfloat x, VGfloat y);
|
arc.c | 492 stroker_emit_line_to(stroker, x, y);
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
stroker.c | 567 void stroker_emit_line_to(struct stroker *stroker, VGfloat x, VGfloat y) function 624 /*stroker_emit_line_to(stroker, nx, ny);*/ 647 stroker_emit_line_to(stroker, next_line[0], next_line[1]); 672 stroker_emit_line_to(stroker, l1[2], l1[3]); 673 stroker_emit_line_to(stroker, l2[2], l2[3]); 674 stroker_emit_line_to(stroker, l2[0], l2[1]); 683 stroker_emit_line_to(stroker, next_line[0], next_line[1]); 690 stroker_emit_line_to(stroker, next_line[0], next_line[1]); 734 stroker_emit_line_to(stroker, next_line[0], next_line[1]); 739 stroker_emit_line_to(stroker, next_line[0], next_line[1]) [all...] |
stroker.h | 84 void stroker_emit_line_to(struct stroker *stroker, VGfloat x, VGfloat y);
|
arc.c | 492 stroker_emit_line_to(stroker, x, y);
|