Lines Matching refs:map_layer
647 const auto map_layer = layer_map_.find(layer_id); in GetHWCLayer() local
648 if (map_layer == layer_map_.end()) { in GetHWCLayer()
652 return map_layer->second; in GetHWCLayer()
657 const auto map_layer = layer_map_.find(layer_id); in DestroyLayer() local
658 if (map_layer == layer_map_.end()) { in DestroyLayer()
662 const auto layer = map_layer->second; in DestroyLayer()
663 layer_map_.erase(map_layer); in DestroyLayer()
873 const auto map_layer = layer_map_.find(layer_id); in SetLayerType() local
874 if (map_layer == layer_map_.end()) { in SetLayerType()
879 const auto layer = map_layer->second; in SetLayerType()
885 const auto map_layer = layer_map_.find(layer_id); in SetLayerZOrder() local
886 if (map_layer == layer_map_.end()) { in SetLayerZOrder()
891 const auto layer = map_layer->second; in SetLayerZOrder()