Lines Matching refs:path
152 * @param style The style to apply. Null means fill. Currently path effects are not
314 * @param style style to apply to the rrect. Currently path effects are not allowed.
324 * Use a fast method to render the ambient and spot shadows for a path.
325 * Will return false if not possible for the given path.
328 * @param path the path to shadow
333 const SkPath& path,
337 * Draws a path.
340 * @param GrAA Controls whether the path is antialiased.
342 * @param path the path to draw
343 * @param style style to apply to the path.
356 * @param GrAA Controls whether the path is antialiased.
424 * @param style style to apply to the oval. Currently path effects are not allowed.
442 * @param useCenter true means that the implied path begins at the oval center, connects as
528 // so that path renderers can use this function.
544 // Fills the user stencil bits with a non-zero value at every sample inside the path. This will
553 * Draws a path, either AA or not, and touches the stencil buffer with the user stencil settings
681 // Tries to detect if the given shape is a simple, and draws it without path rendering if
686 // this will attempt to re-route through drawSimpleShape() to see if we can avoid path rendering