Searched refs:OvalShapeCacheEntry (Results 1 – 2 of 2) sorted by relevance
207 struct OvalShapeCacheEntry: public ShapeCacheEntry { struct208 OvalShapeCacheEntry(float width, float height, SkPaint* paint): in OvalShapeCacheEntry() function214 OvalShapeCacheEntry(): ShapeCacheEntry() { in OvalShapeCacheEntry() function219 const OvalShapeCacheEntry& rhs = (const OvalShapeCacheEntry&) r; in lessThan() argument377 class OvalShapeCache: public ShapeCache<OvalShapeCacheEntry> {
75 OvalShapeCache::OvalShapeCache(): ShapeCache<OvalShapeCacheEntry>( in OvalShapeCache()80 OvalShapeCacheEntry entry(width, height, paint); in getOval()