Home | History | Annotate | Download | only in vega

Lines Matching refs:px1

583 void stroker_emit_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1,
588 VGfloat coords[6] = {px1, py1, px2, py2, x, y};
590 debug_printf("emit curve %f, %f, %f, %f, %f, %f\n", px1, py1,
595 if (px1 == x && py1 == y) {
599 stroker->back2_x = px1;
827 void stroker_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1,
831 VGfloat coords[] = {px1, py1,
836 px1, py1, px2, py2, x, y);