Home | History | Annotate | Download | only in hwui

Lines Matching refs:roundRect

44 static bool compareRoundRects(const PathDescription::Shape::RoundRect& lhs,
45 const PathDescription::Shape::RoundRect& rhs) {
107 case ShapeType::RoundRect:
108 return compareRoundRects(shape.roundRect, rhs.shape.roundRect);
463 PathDescription entry(ShapeType::RoundRect, paint);
464 entry.shape.roundRect.mWidth = width;
465 entry.shape.roundRect.mHeight = height;
466 entry.shape.roundRect.mRx = rx;
467 entry.shape.roundRect.mRy = ry;