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

/frameworks/base/libs/hwui/
H A DShapeCache.h259 struct ArcShapeCacheEntry: public ShapeCacheEntry { struct in namespace:android::uirenderer
260 ArcShapeCacheEntry(float width, float height, float startAngle, float sweepAngle, function in struct:android::uirenderer::ArcShapeCacheEntry
270 ArcShapeCacheEntry(): ShapeCacheEntry() { function in struct:android::uirenderer::ArcShapeCacheEntry
279 const ArcShapeCacheEntry& rhs = (const ArcShapeCacheEntry&) r;
300 }; // ArcShapeCacheEntry
404 class ArcShapeCache: public ShapeCache<ArcShapeCacheEntry> {

Completed in 165 milliseconds