Searched defs:addRRect (Results 1 – 5 of 5) sorted by relevance
707 SkPathBuilder& SkPathBuilder::addRRect(const SkRRect& rrect, SkPathDirection dir, unsigned index) { in addRRect() function in SkPathBuilder
917 void SkPictureRecord::addRRect(const SkRRect& rrect) { in addRRect() function in SkPictureRecord
983 SkPath& SkPath::addRRect(const SkRRect& rrect, SkPathDirection dir) { in addRRect() function in SkPath988 SkPath& SkPath::addRRect(const SkRRect &rrect, SkPathDirection dir, unsigned startIndex) { in addRRect() function in SkPath
154 CanvasKit.Path.prototype.addRRect = function(rrect, isCCW) { method in CanvasKit.Path
2219 addRRect(rrect: InputRRect, isCCW?: boolean): Path; method