Home
last modified time | relevance | path

Searched refs:RoundRectShapeCacheEntry (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DShapeCache.h148 struct RoundRectShapeCacheEntry: public ShapeCacheEntry { struct
149 RoundRectShapeCacheEntry(float width, float height, float rx, float ry, SkPaint* paint): in RoundRectShapeCacheEntry() argument
157 RoundRectShapeCacheEntry(): ShapeCacheEntry() { in RoundRectShapeCacheEntry() function
165 const RoundRectShapeCacheEntry& rhs = (const RoundRectShapeCacheEntry&) r; in lessThan() argument
363 class RoundRectShapeCache: public ShapeCache<RoundRectShapeCacheEntry> {
DShapeCache.cpp28 RoundRectShapeCache::RoundRectShapeCache(): ShapeCache<RoundRectShapeCacheEntry>( in RoundRectShapeCache()
34 RoundRectShapeCacheEntry entry(width, height, rx, ry, paint); in getRoundRect()