Lines Matching refs:path
202 * @brief Draws a rectangular path with no fill.
323 * @brief Creates a path.
326 * To draw this path, you need to call {@link DrawPath}.
334 * @brief Moves the start point of this path to a specified point.
343 * @brief Creates a straight line from the end point of this path to a specified point.
352 * @brief Creates an arc path.
368 * @brief Creates a rectangular path.
379 * @brief Closes this path.
387 * @brief Draws this path.
389 * @param paint Indicates the path style. For details, see {@link Paint}.
397 * @brief Fill polygon path
506 UICanvasPath* path;