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

/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(nullptr) { 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 bool operator<(const LayerEntry& other) const {
123 return LayerEntry
[all...]

Completed in 42 milliseconds