Home
last modified time | relevance | path

Searched refs:kParamCropToFormat (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/openfx-misc/openfx-misc-3ab0531/CImg/Blur/
H A DCImgBlur.cpp418 #define kParamCropToFormat "cropToFormat" macro
1270 if ( paramExists(kParamCropToFormat) ) { in CImgBlurPlugin()
1271 _cropToFormat = fetchBooleanParam(kParamCropToFormat); in CImgBlurPlugin()
1274 assert( !paramExists(kParamCropToFormat) ); in CImgBlurPlugin()
2920 BooleanParamDescriptor *param = desc.defineBooleanParam(kParamCropToFormat); in describeInContext()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Distortion/
H A DDistortion.cpp530 #define kParamCropToFormat "cropToFormat" macro
1437 if ( paramExists(kParamCropToFormat) ) { in DistortionPlugin()
1438 _cropToFormat = fetchBooleanParam(kParamCropToFormat); in DistortionPlugin()
1441 assert( !paramExists(kParamCropToFormat) ); in DistortionPlugin()
4562 BooleanParamDescriptor *param = desc.defineBooleanParam(kParamCropToFormat); in describeInContext()