Searched refs:ShapeCacheEntry (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DPathCache.h34 struct PathCacheEntry: public ShapeCacheEntry {
36 ShapeCacheEntry(ShapeCacheEntry::kShapePath, paint) {
40 PathCacheEntry(): ShapeCacheEntry() {
44 bool lessThan(const ShapeCacheEntry& r) const {
H A DShapeCache.h76 struct ShapeCacheEntry { struct in namespace:android::uirenderer
87 ShapeCacheEntry() { function in struct:android::uirenderer::ShapeCacheEntry
99 ShapeCacheEntry(ShapeType type, SkPaint* paint) { function in struct:android::uirenderer::ShapeCacheEntry
111 virtual ~ShapeCacheEntry() {
122 bool operator<(const ShapeCacheEntry& rhs) const {
142 virtual bool lessThan(const ShapeCacheEntry& rhs) const {
145 }; // struct ShapeCacheEntry
148 struct RoundRectShapeCacheEntry: public ShapeCacheEntry {
150 ShapeCacheEntry(ShapeCacheEntry
[all...]

Completed in 44 milliseconds