Searched refs:RoundRect (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
H A DOutline.h33 RoundRect = 3 member in class:android::uirenderer::Outline::Type
44 if (mType == Type::RoundRect
54 mType = Type::RoundRect;
109 return mShouldClip && (mType == Type::RoundRect);
118 if (mType == Type::RoundRect) {
H A DPathCache.h121 RoundRect, member in class:android::uirenderer::ShapeType
141 struct RoundRect { struct in union:android::uirenderer::PathDescription::Shape
H A DTessellationCache.h57 RoundRect, member in class:android::uirenderer::TessellationCache::Description::Type
68 struct RoundRect { struct in union:android::uirenderer::TessellationCache::Description::Shape
H A DPathCache.cpp46 static bool compareRoundRects(const PathDescription::Shape::RoundRect& lhs,
47 const PathDescription::Shape::RoundRect& rhs) {
109 case ShapeType::RoundRect:
445 PathDescription entry(ShapeType::RoundRect, paint);
H A DTessellationCache.cpp68 const Shape::RoundRect& lRect = shape.roundRect;
69 const Shape::RoundRect& rRect = rhs.shape.roundRect;
419 // RoundRect
441 Description entry(Description::Type::RoundRect, transform, paint);
H A DRenderNode.cpp147 } else if (outline.getType() == Outline::Type::RoundRect) {
/frameworks/base/libs/hwui/protos/
H A Dhwui.proto71 RoundRect = 3;

Completed in 1470 milliseconds