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

/frameworks/base/libs/hwui/
H A DLayerCache.h94 struct LayerEntry { struct in class:android::uirenderer::LayerCache
95 LayerEntry(): function in struct:android::uirenderer::LayerCache::LayerEntry
99 LayerEntry(const uint32_t layerWidth, const uint32_t layerHeight): mLayer(NULL) { function in struct:android::uirenderer::LayerCache::LayerEntry
104 LayerEntry(Layer* layer): function in struct:android::uirenderer::LayerCache::LayerEntry
108 static int compare(const LayerEntry& lhs, const LayerEntry& rhs);
110 bool operator==(const LayerEntry& other) const {
114 bool operator!=(const LayerEntry& other) const {
118 friend inline int strictly_order_type(const LayerEntry& lhs, const LayerEntry
[all...]

Completed in 44 milliseconds