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

/frameworks/base/libs/hwui/
H A DLayerCache.h98 struct LayerEntry { struct in class:android::uirenderer::LayerCache
99 LayerEntry(): function in struct:android::uirenderer::LayerCache::LayerEntry
103 LayerEntry(const uint32_t layerWidth, const uint32_t layerHeight): mLayer(NULL) { function in struct:android::uirenderer::LayerCache::LayerEntry
108 LayerEntry(Layer* layer): function in struct:android::uirenderer::LayerCache::LayerEntry
112 static int compare(const LayerEntry& lhs, const LayerEntry& rhs);
114 bool operator==(const LayerEntry& other) const {
118 bool operator!=(const LayerEntry& other) const {
122 friend inline int strictly_order_type(const LayerEntry& lhs, const LayerEntry
[all...]
H A DLayerCache.cpp73 int LayerCache::LayerEntry::compare(const LayerCache::LayerEntry& lhs,
74 const LayerCache::LayerEntry& rhs) {
102 LayerEntry entry(width, height);
139 const LayerEntry& entry = mCache.itemAt(i);
166 LayerEntry entry(layer);

Completed in 137 milliseconds