Searched defs:RoundRectShapeCacheEntry (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DShapeCache.h148 struct RoundRectShapeCacheEntry: public ShapeCacheEntry { struct in namespace:android::uirenderer
149 RoundRectShapeCacheEntry(float width, float height, float rx, float ry, SkPaint* paint): function in struct:android::uirenderer::RoundRectShapeCacheEntry
157 RoundRectShapeCacheEntry(): ShapeCacheEntry() { function in struct:android::uirenderer::RoundRectShapeCacheEntry
165 const RoundRectShapeCacheEntry& rhs = (const RoundRectShapeCacheEntry&) r;
183 }; // RoundRectShapeCacheEntry
376 class RoundRectShapeCache: public ShapeCache<RoundRectShapeCacheEntry> {

Completed in 27 milliseconds