Lines Matching full:stroke
394 * @param stroke the stroke information (width, join, cap).
395 * If stroke == NULL, then the rect is filled.
396 * Otherwise, if stroke width == 0, then the stroke
398 * mitered/beveled stroked based on stroke width.
405 const SkStrokeRec* stroke = NULL,
432 * @param stroke the stroke information (width, join, cap)
436 const SkStrokeRec& stroke);
443 * @param stroke the stroke information (width, join, cap)
445 void drawPath(const GrPaint& paint, const SkPath& path, const SkStrokeRec& stroke);
477 * @param stroke the stroke information (width, style)
481 const SkStrokeRec& stroke);
847 const SkStrokeRec& stroke,
913 const SkStrokeRec& stroke);
948 /** Creates a new gpu path, based on the specified path and stroke and returns it.
952 * @param stroke the path stroke.
955 GrPath* createPath(const SkPath& skPath, const SkStrokeRec& stroke);