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

/frameworks/base/libs/hwui/
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 80 milliseconds