Home | History | Annotate | Download | only in core

Lines Matching full:coordinate

319         @param x    The x-coordinate of the start of a new contour
320 @param y The y-coordinate of the start of a new contour
336 @param dx The amount to add to the x-coordinate of the end of the
338 @param dy The amount to add to the y-coordinate of the end of the
347 @param x The x-coordinate of the end of a line
348 @param y The y-coordinate of the end of a line
366 @param dx The amount to add to the x-coordinate of the previous point
368 @param dy The amount to add to the y-coordinate of the previous point
377 @param x1 The x-coordinate of the control point on a quadratic curve
378 @param y1 The y-coordinate of the control point on a quadratic curve
379 @param x2 The x-coordinate of the end point on a quadratic curve
380 @param y2 The y-coordinate of the end point on a quadratic curve
399 @param dx1 The amount to add to the x-coordinate of the last point on
401 @param dy1 The amount to add to the y-coordinate of the last point on
403 @param dx2 The amount to add to the x-coordinate of the last point on
405 @param dy2 The amount to add to the y-coordinate of the last point on
422 @param x1 The x-coordinate of the 1st control point on a cubic curve
423 @param y1 The y-coordinate of the 1st control point on a cubic curve
424 @param x2 The x-coordinate of the 2nd control point on a cubic curve
425 @param y2 The y-coordinate of the 2nd control point on a cubic curve
426 @param x3 The x-coordinate of the end point on a cubic curve
427 @param y3 The y-coordinate of the end point on a cubic curve
448 @param dx1 The amount to add to the x-coordinate of the last point on
450 @param dy1 The amount to add to the y-coordinate of the last point on
452 @param dx2 The amount to add to the x-coordinate of the last point on
454 @param dy2 The amount to add to the y-coordinate of the last point on
456 @param dx3 The amount to add to the x-coordinate of the last point on
458 @param dy3 The amount to add to the y-coordinate of the last point on
635 * @param x The x-coordinate of the center of a circle to add as a
637 * @param y The y-coordinate of the center of a circle to add as a
787 @param x The new x-coordinate for the last point
788 @param y The new y-coordinate for the last point