Searched defs:addRect (Results 1 – 8 of 8) sorted by relevance
| /third_party/skia/src/gpu/ |
| D | GrRectanizerPow2.cpp | 10 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { in addRect() function in GrRectanizerPow2
|
| D | GrDynamicAtlas.cpp | 31 bool addRect(int w, int h, SkIPoint16* loc) { in addRect() function in GrDynamicAtlas::Node 131 bool GrDynamicAtlas::addRect(int width, int height, SkIPoint16* location) { in addRect() function in GrDynamicAtlas
|
| D | GrRectanizerSkyline.cpp | 13 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { in addRect() function in GrRectanizerSkyline
|
| /third_party/skia/src/core/ |
| D | SkPathBuilder.cpp | 664 SkPathBuilder& SkPathBuilder::addRect(const SkRect& rect, SkPathDirection dir, unsigned index) { in addRect() function in SkPathBuilder
|
| D | SkPictureRecord.cpp | 890 void SkPictureRecord::addRect(const SkRect& rect) { in addRect() function in SkPictureRecord
|
| D | SkPath.cpp | 793 SkPath& SkPath::addRect(const SkRect &rect, SkPathDirection dir, unsigned startIndex) { in addRect() function in SkPath
|
| /third_party/skia/modules/canvaskit/ |
| D | interface.js | 143 CanvasKit.Path.prototype.addRect = function(rect, isCCW) { method in CanvasKit.Path
|
| /third_party/skia/modules/canvaskit/npm_build/types/ |
| D | index.d.ts | 2111 addRect(rect: InputRect, isCCW?: boolean): Path; method
|