Home
last modified time | relevance | path

Searched refs:setRRect (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/experimental/graphite/src/geom/
DShape.h43 explicit Shape(const SkRRect& rrect) { this->setRRect(rrect); } in Shape()
133 void setRRect(const SkRRect& rrect) { in setRRect() function
DShape.cpp21 case Type::kRRect: this->setRRect(shape.rrect()); break; in operator =()
/third_party/skia/modules/skottie/src/layers/shapelayer/
DEllipse.cpp40 this->node()->setRRect(SkRRect::MakeOval(bounds)); in onSync()
DRectangle.cpp41 this->node()->setRRect(SkRRect::MakeRectXY(bounds, fRoundness, fRoundness)); in onSync()
/third_party/skia/src/gpu/geometry/
DGrShape.h67 explicit GrShape(const SkRRect& rrect) { this->setRRect(rrect); } in GrShape()
162 void setRRect(const SkRRect& rrect) { in setRRect() function
DGrStyledShape.cpp649 fShape.setRRect(SkRRect::MakeRectXY(fShape.rect(), r, r)); in simplifyStroke()
747 fShape.setRRect(SkRRect::MakeOval(r)); in simplifyStroke()
780 fShape.setRRect(SkRRect::MakeRectXY(rect, outset.fX, outset.fY)); in simplifyStroke()
DGrShape.cpp25 this->setRRect(shape.fRRect); in operator =()
/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.cpp62 fRRectNode->setRRect(rr); in apply()
/third_party/flutter/skia/modules/sksg/samples/
DSampleSVGPong.cpp74 rr->setRRect(rr->getRRect().makeOffset(offsetX, offsetY)); in update_pos()
/third_party/skia/modules/sksg/samples/
DSampleSVGPong.cpp76 rr->setRRect(rr->getRRect().makeOffset(offsetX, offsetY)); in update_pos()
/third_party/skia/src/gpu/v1/
DClipStack.cpp651 fShape.setRRect(joined); in combine()