Home
last modified time | relevance | path

Searched refs:planeChannels (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/OIIO/
H A DWriteOIIO.cpp1174 planeChannels[i] = plane.getPlaneLabel() + "." + planeChannels[i]; in beginEncodeParts()
1179 for (std::size_t i = 0; i < planeChannels.size(); ++i) { in beginEncodeParts()
1180 planeChannels[i] = view->second + "." + planeChannels[i]; in beginEncodeParts()
1185 channels.insert( channels.end(), planeChannels.begin(), planeChannels.end() ); in beginEncodeParts()
1187 assert( planeChannels.size() >= packingMapping.size() ); in beginEncodeParts()
1234 for (std::size_t i = 0; i < planeChannels.size(); ++i) { in beginEncodeParts()
1235 planeChannels[i] = plane.getPlaneLabel() + "." + planeChannels[i]; in beginEncodeParts()
1240 channels.insert( channels.end(), planeChannels.begin(), planeChannels.end() ); in beginEncodeParts()
1289 for (std::size_t i = 0; i < planeChannels.size(); ++i) { in beginEncodeParts()
1290 planeChannels[i] = plane.getPlaneLabel() + "." + planeChannels[i]; in beginEncodeParts()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsMultiPlane.cpp490 const std::vector<std::string>& planeChannels = planesToAdd[p]->getChannels(); in getHardCodedPlaneOptions() local
492 for (std::size_t i = 0; i < planeChannels.size(); ++i) { in getHardCodedPlaneOptions()
510 option.name.append(planeChannels[i]); in getHardCodedPlaneOptions()
511 option.label.append(planeChannels[i]); in getHardCodedPlaneOptions()
514 option.hint.append(planeChannels[i]); in getHardCodedPlaneOptions()
1079 const vector<string>& planeChannels = planesToAdd[p]->getChannels(); in findBuiltInSelectedChannel() local
1080 for (std::size_t c = 0; c < planeChannels.size(); ++c) { in findBuiltInSelectedChannel()
1084 channelOptionID = planesToAdd[p]->getPlaneID() + '.' + planeChannels[c]; in findBuiltInSelectedChannel()
1086 channelOptionID = planesToAdd[p]->getPlaneLabel() + '.' + planeChannels[c]; in findBuiltInSelectedChannel()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsMultiPlane.cpp490 const std::vector<std::string>& planeChannels = planesToAdd[p]->getChannels(); in getHardCodedPlaneOptions() local
492 for (std::size_t i = 0; i < planeChannels.size(); ++i) { in getHardCodedPlaneOptions()
510 option.name.append(planeChannels[i]); in getHardCodedPlaneOptions()
511 option.label.append(planeChannels[i]); in getHardCodedPlaneOptions()
514 option.hint.append(planeChannels[i]); in getHardCodedPlaneOptions()
1079 const vector<string>& planeChannels = planesToAdd[p]->getChannels(); in findBuiltInSelectedChannel() local
1080 for (std::size_t c = 0; c < planeChannels.size(); ++c) { in findBuiltInSelectedChannel()
1084 channelOptionID = planesToAdd[p]->getPlaneID() + '.' + planeChannels[c]; in findBuiltInSelectedChannel()
1086 channelOptionID = planesToAdd[p]->getPlaneLabel() + '.' + planeChannels[c]; in findBuiltInSelectedChannel()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Distortion/
H A DDistortion.cpp820 const std::vector<InputPlaneChannel>& planeChannels, in setValues() argument
842 _planeChannels = planeChannels; in setValues()
2263 std::vector<InputPlaneChannel> planeChannels; in setupAndProcess() local
2331 planeChannels.push_back(p); in setupAndProcess()
2380 planeChannels.push_back(u); in setupAndProcess()
2387 planeChannels.push_back(v); in setupAndProcess()
2394 planeChannels.push_back(a); in setupAndProcess()
2505 planeChannels, in setupAndProcess()