Searched defs:addRRect (Results 1 – 5 of 5) sorted by relevance
704 SkPathBuilder& SkPathBuilder::addRRect(const SkRRect& rrect, SkPathDirection dir, unsigned index) { in addRRect() function in SkPathBuilder
910 void SkPictureRecord::addRRect(const SkRRect& rrect) { in addRRect() function in SkPictureRecord
929 SkPath& SkPath::addRRect(const SkRRect& rrect, SkPathDirection dir) { in addRRect() function in SkPath934 SkPath& SkPath::addRRect(const SkRRect &rrect, SkPathDirection dir, unsigned startIndex) { in addRRect() function in SkPath
149 CanvasKit.Path.prototype.addRRect = function(rrect, isCCW) { method in CanvasKit.Path
2119 addRRect(rrect: InputRRect, isCCW?: boolean): Path; method