Lines Matching refs:map_layer
630 const auto map_layer = layer_map_.find(layer_id); in GetHWCLayer() local
631 if (map_layer == layer_map_.end()) { in GetHWCLayer()
635 return map_layer->second; in GetHWCLayer()
640 const auto map_layer = layer_map_.find(layer_id); in DestroyLayer() local
641 if (map_layer == layer_map_.end()) { in DestroyLayer()
645 const auto layer = map_layer->second; in DestroyLayer()
646 layer_map_.erase(map_layer); in DestroyLayer()
864 const auto map_layer = layer_map_.find(layer_id); in SetLayerType() local
865 if (map_layer == layer_map_.end()) { in SetLayerType()
870 const auto layer = map_layer->second; in SetLayerType()
876 const auto map_layer = layer_map_.find(layer_id); in SetLayerZOrder() local
877 if (map_layer == layer_map_.end()) { in SetLayerZOrder()
882 const auto layer = map_layer->second; in SetLayerZOrder()