Searched defs:px2 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dpath.c1652 float px2, float py2,
1660 data[2] = px2; data[3] = py2;
1651 path_cubic_to(struct path *p, float px1, float py1, float px2, float py2, float x, float y) argument
H A Dstroker.c584 VGfloat px2, VGfloat py2,
588 VGfloat coords[6] = {px1, py1, px2, py2, x, y};
591 px2, py2, x, y);
594 if (px2 == x && py2 == y) {
603 stroker->back2_x = px2;
828 VGfloat px2, VGfloat py2,
832 px2, py2,
836 px1, py1, px2, py2, x, y);
583 stroker_emit_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1, VGfloat px2, VGfloat py2, VGfloat x, VGfloat y) argument
827 stroker_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1, VGfloat px2, VGfloat py2, VGfloat x, VGfloat y) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpath.c1652 float px2, float py2,
1660 data[2] = px2; data[3] = py2;
1651 path_cubic_to(struct path *p, float px1, float py1, float px2, float py2, float x, float y) argument
H A Dstroker.c584 VGfloat px2, VGfloat py2,
588 VGfloat coords[6] = {px1, py1, px2, py2, x, y};
591 px2, py2, x, y);
594 if (px2 == x && py2 == y) {
603 stroker->back2_x = px2;
828 VGfloat px2, VGfloat py2,
832 px2, py2,
836 px1, py1, px2, py2, x, y);
583 stroker_emit_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1, VGfloat px2, VGfloat py2, VGfloat x, VGfloat y) argument
827 stroker_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1, VGfloat px2, VGfloat py2, VGfloat x, VGfloat y) argument
/external/opencv/cvaux/src/
H A Dcvepilines.cpp1101 double px1,py1,px2,py2; local
1113 px2 = p2_end.x;
1116 del = (py1-py2)*(ex1-ex2)-(px1-px2)*(ey1-ey2);
1124 delB = (py1-py2)*(ex1-px1) + (px1-px2)*(py1-ey1);
1135 delX = (px1-px2)*(ey1*(ex1-ex2)-ex1*(ey1-ey2))+
1136 (ex1-ex2)*(px1*(py1-py2)-py1*(px1-px2));
1139 (ey1-ey2)*(px1*(py1-py2)-py1*(px1-px2));
3419 double px1,py1,px2,py2;
3431 px2 = p2_end.x;
3434 del = (ex1-ex2)*(py2-py1)+(ey2-ey1)*(px2
[all...]
/external/pixman/demos/
H A Dquad2quad.c17 double px2, double py2,
115 t3 = px2 * px3 * t2;
116 t4 = (t3 - px2 * px3 * x2 * x3) * y2;
118 t6 = px2 * px3 * t5 * y3;
120 t7 = - px2 * px3 * x2 * x3 * y3;
126 t12 = - px2 * py3 * t5 * y3;
128 t13 = px2 * py3 * x2 * x3 * y3;
131 t16 = px2 * py3;
136 t20 = - px2 * py3 * x3;
139 t22 = px2 * px
10 quad_to_quad(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3, double px0, double py0, double px1, double py1, double px2, double py2, double px3, double py3, struct pixman_f_transform *trans) argument
[all...]

Completed in 115 milliseconds