Home
last modified time | relevance | path

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

/dports/graphics/openfx-misc/openfx-misc-3ab0531/CopyRectangle/
H A DCopyRectangle.cpp91 #define kParamSoftness "softness" macro
271 _softness = fetchDoubleParam(kParamSoftness); in CopyRectanglePlugin()
788 DoubleParamDescriptor* param = desc.defineDoubleParam(kParamSoftness); in describeInContext()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Crop/
H A DCrop.cpp69 #define kParamSoftness "softness" macro
284 _softness = fetchDoubleParam(kParamSoftness); in CropPlugin()
900 DoubleParamDescriptor* param = desc.defineDoubleParam(kParamSoftness); in describeInContext()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Radial/
H A DRadial.cpp118 #define kParamSoftness "softness" macro
530 _softness = fetchDoubleParam(kParamSoftness); in RadialPlugin()
1062 DoubleParamDescriptor* param = desc.defineDoubleParam(kParamSoftness); in describeInContext()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Rectangle/
H A DRectangle.cpp132 #define kParamSoftness "softness" macro
658 _softness = fetchDoubleParam(kParamSoftness); in RectanglePlugin()
1345 DoubleParamDescriptor* param = desc.defineDoubleParam(kParamSoftness); in describeInContext()