Searched defs:LayerEntry (Results 1 – 1 of 1) sorted by relevance
97 struct LayerEntry { struct98 LayerEntry(): in LayerEntry() argument102 LayerEntry(const uint32_t layerWidth, const uint32_t layerHeight): mLayer(nullptr) { in LayerEntry() argument107 LayerEntry(Layer* layer): in LayerEntry() function121 friend inline int strictly_order_type(const LayerEntry& lhs, const LayerEntry& rhs) { in strictly_order_type() argument125 friend inline int compare_type(const LayerEntry& lhs, const LayerEntry& rhs) { in compare_type() argument132 }; // struct LayerEntry argument