Searched defs:addRect (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrRectanizerPow2.cpp | 10 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { in addRect() function in GrRectanizerPow2
|
H A D | GrRectanizerSkyline.cpp | 13 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { in addRect() function in GrRectanizerSkyline
|
H A 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
|
/third_party/skia/include/core/ |
H A D | SkPathBuilder.h | 185 SkPathBuilder& addRect(const SkRect& rect, SkPathDirection dir = SkPathDirection::kCW) { in addRect() function in SkPathBuilder
|
H A D | SkPath.h | 1077 SkPath& addRect(const SkRect& rect, SkPathDirection dir = SkPathDirection::kCW) { in addRect() function in SkPath 1081 SkPath& addRect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom, in addRect() function in SkPath
|
/third_party/skia/src/core/ |
H A D | SkPictureRecord.cpp | 890 void SkPictureRecord::addRect(const SkRect& rect) { addRect() function in SkPictureRecord [all...] |
H A D | SkPathBuilder.cpp | 664 SkPathBuilder& SkPathBuilder::addRect(const SkRect& rect, SkPathDirection dir, unsigned index) { in addRect() function in SkPathBuilder
|
H A D | SkPath.cpp | 793 SkPath& SkPath::addRect(const SkRect &rect, SkPathDirection dir, unsigned startIndex) { in addRect() function in SkPath
|
/third_party/skia/modules/canvaskit/ |
H A D | interface.js | |
Completed in 17 milliseconds