Home | History | Annotate | Download | only in hwui

Lines Matching refs:Arc

53 static bool compareArcs(const PathDescription::Shape::Arc& lhs,
54 const PathDescription::Shape::Arc& rhs) {
118 case ShapeType::Arc:
119 return compareArcs(shape.arc, rhs.shape.arc);
531 PathDescription entry(ShapeType::Arc, paint);
532 entry.shape.arc.mWidth = width;
533 entry.shape.arc.mHeight = height;
534 entry.shape.arc.mStartAngle = startAngle;
535 entry.shape.arc.mSweepAngle = sweepAngle;
536 entry.shape.arc.mUseCenter = useCenter;