Home
last modified time | relevance | path

Searched refs:foundPlane (Results 1 – 6 of 6) sorted by last modified time

/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Support/Library/
H A DofxsImageEffect.cpp599 std::size_t foundPlane = comp.find(kNatronOfxImageComponentsPlaneName); in extractCustomPlane() local
600 if (foundPlane == std::string::npos) { in extractCustomPlane()
604 const std::size_t planeNameStartIdx = foundPlane + foundPlaneLen; in extractCustomPlane()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Support/Library/
H A DofxsImageEffect.cpp599 std::size_t foundPlane = comp.find(kNatronOfxImageComponentsPlaneName); in extractCustomPlane() local
600 if (foundPlane == std::string::npos) { in extractCustomPlane()
604 const std::size_t planeNameStartIdx = foundPlane + foundPlaneLen; in extractCustomPlane()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsMultiPlane.cpp1313 bool foundPlane; in getPlaneNeeded() local
1315 foundPlane = optionWithoutClipPrefix == optionID; in getPlaneNeeded()
1317 foundPlane = optionWithoutClipPrefix == optionLabel; in getPlaneNeeded()
1319 if (foundPlane) { in getPlaneNeeded()
1339 bool foundPlane; in getPlaneNeeded() local
1341 foundPlane = optionWithoutClipPrefix == optionID; in getPlaneNeeded()
1343 foundPlane = optionWithoutClipPrefix == optionLabel; in getPlaneNeeded()
1345 if (foundPlane) { in getPlaneNeeded()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsMultiPlane.cpp1313 bool foundPlane; in getPlaneNeeded() local
1315 foundPlane = optionWithoutClipPrefix == optionID; in getPlaneNeeded()
1317 foundPlane = optionWithoutClipPrefix == optionLabel; in getPlaneNeeded()
1319 if (foundPlane) { in getPlaneNeeded()
1339 bool foundPlane; in getPlaneNeeded() local
1341 foundPlane = optionWithoutClipPrefix == optionID; in getPlaneNeeded()
1343 foundPlane = optionWithoutClipPrefix == optionLabel; in getPlaneNeeded()
1345 if (foundPlane) { in getPlaneNeeded()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Distortion/
H A DDistortion.cpp2290 … std::map<std::string, Image*>::iterator foundPlane = clipPlanes.find(plane.getPlaneID()); in setupAndProcess() local
2291 if ( foundPlane != clipPlanes.end() ) { in setupAndProcess()
2292 p.img = foundPlane->second; in setupAndProcess()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Shuffle/
H A DShuffle.cpp1065 std::map<std::string, Image*>::iterator foundPlane = clipPlanes.find(ofxPlaneString); in setupAndProcessMultiPlane() local
1066 if ( foundPlane != clipPlanes.end() ) { in setupAndProcessMultiPlane()
1067 p.img = foundPlane->second; in setupAndProcessMultiPlane()