Searched refs:ShapeCache (Results 1 – 5 of 5) sorted by relevance
308 class ShapeCache: public OnEntryRemoved<Entry, PathTexture*> {310 ShapeCache(const char* name, const char* propertyName, float defaultSize);311 ~ShapeCache();363 class RoundRectShapeCache: public ShapeCache<RoundRectShapeCacheEntry> {370 class CircleShapeCache: public ShapeCache<CircleShapeCacheEntry> {377 class OvalShapeCache: public ShapeCache<OvalShapeCacheEntry> {384 class RectShapeCache: public ShapeCache<RectShapeCacheEntry> {391 class ArcShapeCache: public ShapeCache<ArcShapeCacheEntry> {404 ShapeCache<Entry>::ShapeCache(const char* name, const char* propertyName, float defaultSize): in ShapeCache() function424 ShapeCache<Entry>::~ShapeCache() { in ~ShapeCache()[all …]
28 RoundRectShapeCache::RoundRectShapeCache(): ShapeCache<RoundRectShapeCacheEntry>( in RoundRectShapeCache()53 CircleShapeCache::CircleShapeCache(): ShapeCache<CircleShapeCacheEntry>( in CircleShapeCache()75 OvalShapeCache::OvalShapeCache(): ShapeCache<OvalShapeCacheEntry>( in OvalShapeCache()99 RectShapeCache::RectShapeCache(): ShapeCache<RectShapeCacheEntry>( in RectShapeCache()121 ArcShapeCache::ArcShapeCache(): ShapeCache<ArcShapeCacheEntry>( in ArcShapeCache()
61 class PathCache: public ShapeCache<PathCacheEntry> {
26 ShapeCache.cpp \
31 PathCache::PathCache(): ShapeCache<PathCacheEntry>("path", in PathCache()