Lines Matching full:param
73 @param ft The new fill type for this path
120 @param rect If not null, returns the bounds of the path if it specifies
140 @param points If not null, receives up to max points
141 @param max The maximum number of points to copy into points
176 @param extraPtCount The number of extra points the path should
183 @param x The x-coordinate of the start of a new contour
184 @param y The y-coordinate of the start of a new contour
190 @param p The start of a new contour
200 @param dx The amount to add to the x-coordinate of the end of the
202 @param dy The amount to add to the y-coordinate of the end of the
211 @param x The x-coordinate of the end of a line
212 @param y The y-coordinate of the end of a line
220 @param p The end of a line
230 @param dx The amount to add to the x-coordinate of the previous point
232 @param dy The amount to add to the y-coordinate of the previous point
241 @param x1 The x-coordinate of the control point on a quadratic curve
242 @param y1 The y-coordinate of the control point on a quadratic curve
243 @param x2 The x-coordinate of the end point on a quadratic curve
244 @param y2 The y-coordinate of the end point on a quadratic curve
252 @param p1 The control point on a quadratic curve
253 @param p2 The end point on a quadratic curve
263 @param dx1 The amount to add to the x-coordinate of the last point on
265 @param dy1 The amount to add to the y-coordinate of the last point on
267 @param dx2 The amount to add to the x-coordinate of the last point on
269 @param dy2 The amount to add to the y-coordinate of the last point on
278 @param x1 The x-coordinate of the 1st control point on a cubic curve
279 @param y1 The y-coordinate of the 1st control point on a cubic curve
280 @param x2 The x-coordinate of the 2nd control point on a cubic curve
281 @param y2 The y-coordinate of the 2nd control point on a cubic curve
282 @param x3 The x-coordinate of the end point on a cubic curve
283 @param y3 The y-coordinate of the end point on a cubic curve
292 @param p1 The 1st control point on a cubic curve
293 @param p2 The 2nd control point on a cubic curve
294 @param p3 The end point on a cubic curve
304 @param dx1 The amount to add to the x-coordinate of the last point on
306 @param dy1 The amount to add to the y-coordinate of the last point on
308 @param dx2 The amount to add to the x-coordinate of the last point on
310 @param dy2 The amount to add to the y-coordinate of the last point on
312 @param dx3 The amount to add to the x-coordinate of the last point on
314 @param dy3 The amount to add to the y-coordinate of the last point on
326 @param oval The bounding oval defining the shape and size of the arc
327 @param startAngle Starting angle (in degrees) where the arc begins
328 @param sweepAngle Sweep angle (in degrees) measured clockwise. This is
330 @param forceMoveTo If true, always begin a new contour with the arc
361 @param rect The rectangle to add as a closed contour to the path
362 @param dir The direction to wind the rectangle's contour
368 @param left The left side of a rectangle to add as a closed contour
370 @param top The top of a rectangle to add as a closed contour to the
372 @param right The right side of a rectangle to add as a closed contour
374 @param bottom The bottom of a rectangle to add as a closed contour to
376 @param dir The direction to wind the rectangle's contour
383 @param oval The bounding oval to add as a closed contour to the path
384 @param dir The direction to wind the oval's contour
390 @param x The x-coordinate of the center of a circle to add as a
392 @param y The y-coordinate of the center of a circle to add as a
394 @param radius The radius of a circle to add as a closed contour to the
396 @param dir The direction to wind the circle's contour
403 @param oval The bounds of oval used to define the size of the arc
404 @param startAngle Starting angle (in degrees) where the arc begins
405 @param sweepAngle Sweep angle (in degrees) measured clockwise
410 @param rect The bounds of a round-rectangle to add as a closed contour
411 @param rx The x-radius of the rounded corners on the round-rectangle
412 @param ry The y-radius of the rounded corners on the round-rectangle
413 @param dir The direction to wind the round-rectangle's contour
421 @param rect The bounds of a round-rectangle to add as a closed contour
422 @param radii Array of 8 scalars, 4 [X,Y] pairs for each corner
423 @param dir The direction to wind the round-rectangle's contour
429 @param src The path to add as a new contour
430 @param dx The amount to translate the path in X as it is added
431 @param dx The amount to translate the path in Y as it is added
444 @param src The path to add as a new contour
450 @param dx The amount in the X direction to offset the entire path
451 @param dy The amount in the Y direction to offset the entire path
452 @param dst The translated path is written here
458 @param dx The amount in the X direction to offset the entire path
459 @param dy The amount in the Y direction to offset the entire path
468 @param matrix The matrix to apply to the path
469 @param dst The transformed path is written here
475 @param matrix The matrix to apply to the path
484 @param lastPt The last point on the path is returned here
491 @param x The new x-coordinate for the last point
492 @param y The new y-coordinate for the last point
499 @param p The new location for the last point
527 @param pts The points representing the current verb and/or segment