Home
last modified time | relevance | path

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

/external/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()
/external/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()
756 fShape.setRRect(SkRRect::MakeOval(r)); in simplifyStroke()
789 fShape.setRRect(SkRRect::MakeRectXY(rect, outset.fX, outset.fY)); in simplifyStroke()
DGrShape.cpp25 this->setRRect(shape.fRRect); in operator =()
/external/skqp/modules/sksg/samples/
DSampleSVGPong.cpp73 rr->setRRect(rr->getRRect().makeOffset(offsetX, offsetY)); in update_pos()
/external/skia/modules/sksg/samples/
DSampleSVGPong.cpp76 rr->setRRect(rr->getRRect().makeOffset(offsetX, offsetY)); in update_pos()
/external/skqp/modules/skottie/src/
DSkottieAdapter.cpp47 fRRectNode->setRRect(rr); in apply()
/external/skia/src/gpu/
DGrClipStack.cpp659 fShape.setRRect(joined); in combine()