/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 | 17 bool RectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { in addRect() function in skgpu::RectanizerSkyline
|
D | AtlasTypes.cpp | 53 bool Plot::addRect(int width, int height, AtlasLocator* atlasLocator) { in addRect() function in skgpu::Plot
|
/external/skia/src/gpu/ganesh/ |
D | GrDynamicAtlas.cpp | 44 bool addRect(int w, int h, SkIPoint16* loc) { in addRect() function in GrDynamicAtlas::Node 145 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 | 361 protected void addRect(RectF rect, Direction dir) { in addRect() method in ShadowLegacyPath 366 protected void addRect(float left, float top, float right, float bottom, Path.Direction dir) { in addRect() method in ShadowLegacyPath
|
/external/skia/src/gpu/graphite/ |
D | ComputePathAtlas.cpp | 89 const TextureProxy* ComputePathAtlas::addRect(skvx::half2 maskSize, in addRect() function in skgpu::graphite::ComputePathAtlas
|
D | DrawAtlas.cpp | 194 DrawAtlas::ErrorCode DrawAtlas::addRect(Recorder* recorder, in addRect() function in skgpu::graphite::DrawAtlas
|
/external/skia/src/core/ |
D | SkPathBuilder.cpp | 668 SkPathBuilder& SkPathBuilder::addRect(const SkRect& rect, SkPathDirection dir, unsigned index) { in addRect() function in SkPathBuilder
|
D | SkPictureRecord.cpp | 923 void SkPictureRecord::addRect(const SkRect& rect) { in addRect() function in SkPictureRecord
|
D | SkPath.cpp | 864 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
|
D | externs.js | 664 addRect: function() {}, method
|
/external/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 2468 addRect(rect: InputRect, isCCW?: boolean): Path; method
|