Home
last modified time | relevance | path

Searched defs:addRect (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/
DRectanizerPow2.cpp12 bool RectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { in addRect() function in skgpu::RectanizerPow2
DRectanizerSkyline.cpp15 bool RectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { in addRect() function in skgpu::RectanizerSkyline
/external/skia/src/gpu/ganesh/
DGrDynamicAtlas.cpp35 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/
DShadowLegacyPath.java364 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/
DShadowPath.java419 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/
DSkPathBuilder.cpp667 SkPathBuilder& SkPathBuilder::addRect(const SkRect& rect, SkPathDirection dir, unsigned index) { in addRect() function in SkPathBuilder
DSkPictureRecord.cpp897 void SkPictureRecord::addRect(const SkRect& rect) { in addRect() function in SkPictureRecord
DSkPath.cpp849 SkPath& SkPath::addRect(const SkRect &rect, SkPathDirection dir, unsigned startIndex) { in addRect() function in SkPath
/external/skia/modules/canvaskit/
Dinterface.js148 CanvasKit.Path.prototype.addRect = function(rect, isCCW) { method in CanvasKit.Path
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2211 addRect(rect: InputRect, isCCW?: boolean): Path; method