Lines Matching refs:layersProto
46 const LayersProto& layersProto) {
48 layerGlobal.resolution = {layersProto.resolution().w(), layersProto.resolution().h()};
49 layerGlobal.colorMode = layersProto.color_mode();
50 layerGlobal.colorTransform = layersProto.color_transform();
51 layerGlobal.globalTransform = layersProto.global_transform();
56 const LayersProto& layersProto) {
57 std::unordered_map<int32_t, LayerProtoParser::Layer*> layerMap = generateMap(layersProto);
73 const LayersProto& layersProto) {
76 for (int i = 0; i < layersProto.layers_size(); i++) {
77 const LayerProto& layerProto = layersProto.layers(i);
81 for (int i = 0; i < layersProto.layers_size(); i++) {
82 const LayerProto& layerProto = layersProto.layers(i);