Lines Matching full:last
224 * Set the beginning of the next contour relative to the last point on the
238 * Add a line from the last point to the specified point (x,y).
251 * Same as lineTo, but the coordinates are considered relative to the last
266 * Add a quadratic bezier from the last point, approaching control point
281 * Same as quadTo, but the coordinates are considered relative to the last
285 * @param dx1 The amount to add to the x-coordinate of the last point on
287 * @param dy1 The amount to add to the y-coordinate of the last point on
289 * @param dx2 The amount to add to the x-coordinate of the last point on
291 * @param dy2 The amount to add to the y-coordinate of the last point on
300 * Add a cubic bezier from the last point, approaching control points
330 * the path is different from the path's current last point, then an
349 * the path is different from the path's current last point, then an
568 * Sets the last point of the path.
570 * @param dx The new X coordinate for the last point
571 * @param dy The new Y coordinate for the last point