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

  /external/mesa3d/src/gallium/state_trackers/vega/
stroker.h 78 void stroker_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1,
85 void stroker_emit_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1,
path.h 113 void path_cubic_to(struct path *p, float px1, float py1,
stroker.c 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);
    [all...]
path.c     [all...]
  /external/skia/src/opts/
Sk4px_none.h 29 Sk4px px1 = Sk16b(); local
30 memcpy(&px1, px, 4);
31 return px1;
  /external/opencv/cvaux/src/
cvepilines.cpp 1101 double px1,py1,px2,py2; local
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Utils.cpp 209 FX_FLOAT px1 = pts[n1].x - pts[nCur].x;
214 csAP << pts[nCur].x + px1 * PWL_BEZIER << " " << pts[nCur].y + py1 * PWL_BEZIER << " "
    [all...]

Completed in 1643 milliseconds