Searched refs:LayerEntry (Results 1 – 2 of 2) sorted by relevance
108 struct LayerEntry { struct109 LayerEntry(): in LayerEntry() argument113 LayerEntry(const uint32_t layerWidth, const uint32_t layerHeight): mLayer(NULL) { in LayerEntry() argument118 LayerEntry(Layer* layer): in LayerEntry() argument122 bool operator<(const LayerEntry& rhs) const {129 bool operator==(const LayerEntry& rhs) const {138 SortedList<LayerEntry> mCache;
90 LayerEntry entry(width, height); in get()126 const LayerEntry& entry = mCache.itemAt(i); in dump()135 LayerEntry entry(width, height); in resize()176 LayerEntry entry(layer); in put()