Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrRectanizer_pow2.cpp10 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { in addRect() function in GrRectanizerPow2
DGrRectanizer_skyline.cpp11 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { in addRect() function in GrRectanizerSkyline
/third_party/skia/src/gpu/
DGrRectanizerPow2.cpp10 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { in addRect() function in GrRectanizerPow2
DGrDynamicAtlas.cpp31 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
DGrRectanizerSkyline.cpp13 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { in addRect() function in GrRectanizerSkyline
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCAtlas.cpp31 bool addRect(int w, int h, SkIPoint16* loc, int maxAtlasSize) { in addRect() function in GrCCAtlas::Node
136 bool GrCCAtlas::addRect(const SkIRect& devIBounds, SkIVector* offset) { in addRect() function in GrCCAtlas
258 GrCCAtlas* GrCCAtlasStack::addRect(const SkIRect& devIBounds, SkIVector* devToAtlasOffset) { in addRect() function in GrCCAtlasStack
/third_party/flutter/engine/flutter/lib/ui/painting/
Dpath.cc175 void CanvasPath::addRect(float left, float top, float right, float bottom) { in addRect() function in flutter::CanvasPath
/third_party/flutter/skia/modules/canvaskit/
Dinterface.js175 CanvasKit.SkPath.prototype.addRect = function() { method in CanvasKit.SkPath
Dexterns.js513 CanvasKit.SkPath.prototype.addRect = function() {}; method in CanvasKit.SkPath
/third_party/skia/src/core/
DSkPathBuilder.cpp664 SkPathBuilder& SkPathBuilder::addRect(const SkRect& rect, SkPathDirection dir, unsigned index) { in addRect() function in SkPathBuilder
DSkPictureRecord.cpp890 void SkPictureRecord::addRect(const SkRect& rect) { in addRect() function in SkPictureRecord
DSkPath.cpp793 SkPath& SkPath::addRect(const SkRect &rect, SkPathDirection dir, unsigned startIndex) { in addRect() function in SkPath
/third_party/flutter/skia/src/core/
DSkPictureRecord.cpp884 void SkPictureRecord::addRect(const SkRect& rect) { in addRect() function in SkPictureRecord
DSkPath.cpp1046 SkPath& SkPath::addRect(const SkRect& rect, Direction dir) { in addRect() function in SkPath
1050 SkPath& SkPath::addRect(SkScalar left, SkScalar top, SkScalar right, in addRect() function in SkPath
1055 SkPath& SkPath::addRect(const SkRect &rect, Direction dir, unsigned startIndex) { in addRect() function in SkPath
/third_party/skia/modules/canvaskit/
Dinterface.js143 CanvasKit.Path.prototype.addRect = function(rect, isCCW) { method in CanvasKit.Path
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2111 addRect(rect: InputRect, isCCW?: boolean): Path; method