Searched defs:addRect (Results 1 – 10 of 10) sorted by relevance
| /external/skia/src/gpu/ |
| D | RectanizerPow2.cpp | 12 bool RectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { in addRect() function in skgpu::RectanizerPow2
|
| D | RectanizerSkyline.cpp | 15 bool RectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { in addRect() function in skgpu::RectanizerSkyline
|
| /external/skia/src/gpu/ganesh/ |
| D | GrDynamicAtlas.cpp | 35 bool addRect(int w, int h, SkIPoint16* loc) { in addRect() function in GrDynamicAtlas::Node 136 bool GrDynamicAtlas::addRect(int width, int height, SkIPoint16* location) { in addRect() function in GrDynamicAtlas
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowLegacyPath.java | 364 protected void addRect(RectF rect, Direction dir) { in addRect() method in ShadowLegacyPath 369 protected void addRect(float left, float top, float right, float bottom, Path.Direction dir) { in addRect() method in ShadowLegacyPath
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowPath.java | 419 protected void addRect(RectF rect, Direction dir) { in addRect() method in ShadowPath 424 protected void addRect(float left, float top, float right, float bottom, Path.Direction dir) { in addRect() method in ShadowPath
|
| /external/skia/src/core/ |
| D | SkPathBuilder.cpp | 667 SkPathBuilder& SkPathBuilder::addRect(const SkRect& rect, SkPathDirection dir, unsigned index) { in addRect() function in SkPathBuilder
|
| D | SkPictureRecord.cpp | 897 void SkPictureRecord::addRect(const SkRect& rect) { in addRect() function in SkPictureRecord
|
| D | SkPath.cpp | 849 SkPath& SkPath::addRect(const SkRect &rect, SkPathDirection dir, unsigned startIndex) { in addRect() function in SkPath
|
| /external/skia/modules/canvaskit/ |
| D | interface.js | 148 CanvasKit.Path.prototype.addRect = function(rect, isCCW) { method in CanvasKit.Path
|
| /external/skia/modules/canvaskit/npm_build/types/ |
| D | index.d.ts | 2211 addRect(rect: InputRect, isCCW?: boolean): Path; method
|