HomeSort by relevance Sort by last modified time
    Searched refs:LayerEntry (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
LayerCache.h 98 struct LayerEntry {
99 LayerEntry():
103 LayerEntry(const uint32_t layerWidth, const uint32_t layerHeight): mLayer(NULL) {
108 LayerEntry(Layer* layer):
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& rhs)
    [all...]
LayerCache.cpp 73 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 58 milliseconds