HomeSort by relevance Sort by last modified time
    Searched refs:RoundRectShapeCacheEntry (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
ShapeCache.h 148 struct RoundRectShapeCacheEntry: public ShapeCacheEntry {
149 RoundRectShapeCacheEntry(float width, float height, float rx, float ry, SkPaint* paint):
157 RoundRectShapeCacheEntry(): ShapeCacheEntry() {
165 const RoundRectShapeCacheEntry& rhs = (const RoundRectShapeCacheEntry&) r;
183 }; // RoundRectShapeCacheEntry
363 class RoundRectShapeCache: public ShapeCache<RoundRectShapeCacheEntry> {
ShapeCache.cpp 28 RoundRectShapeCache::RoundRectShapeCache(): ShapeCache<RoundRectShapeCacheEntry>(
34 RoundRectShapeCacheEntry entry(width, height, rx, ry, paint);

Completed in 46 milliseconds