Home
last modified time | relevance | path

Searched refs:setArc (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/geometry/
DGrShape.h69 explicit GrShape(const GrArc& arc) { this->setArc(arc); } in GrShape()
166 void setArc(const GrArc& arc) { in setArc() function
DGrShape.cpp31 this->setArc(shape.fArc); in operator =()
DGrStyledShape.cpp310 result.fShape.setArc({oval.makeSorted(), startAngleDegrees, sweepAngleDegrees, useCenter}); in MakeArc()