Searched refs:RoundRectShapeCacheEntry (Results 1 – 2 of 2) sorted by relevance
148 struct RoundRectShapeCacheEntry: public ShapeCacheEntry { struct149 RoundRectShapeCacheEntry(float width, float height, float rx, float ry, SkPaint* paint): in RoundRectShapeCacheEntry() argument157 RoundRectShapeCacheEntry(): ShapeCacheEntry() { in RoundRectShapeCacheEntry() function165 const RoundRectShapeCacheEntry& rhs = (const RoundRectShapeCacheEntry&) r; in lessThan() argument363 class RoundRectShapeCache: public ShapeCache<RoundRectShapeCacheEntry> {
28 RoundRectShapeCache::RoundRectShapeCache(): ShapeCache<RoundRectShapeCacheEntry>( in RoundRectShapeCache()34 RoundRectShapeCacheEntry entry(width, height, rx, ry, paint); in getRoundRect()