Home | History | Annotate | Download | only in hwui

Lines Matching refs:roundRect

69     const Shape::RoundRect& lRect = shape.roundRect;
70 const Shape::RoundRect& rRect = rhs.shape.roundRect;
435 // RoundRect
439 SkRect rect = SkRect::MakeWH(description.shape.roundRect.width,
440 roundRect.height);
441 float rx = description.shape.roundRect.rx;
442 float ry = description.shape.roundRect.ry;
457 Description entry(Description::Type::RoundRect, transform, paint);
458 entry.shape.roundRect.width = width;
459 entry.shape.roundRect.height = height;
460 entry.shape.roundRect.rx = rx;
461 entry.shape.roundRect.ry = ry;