Home
last modified time | relevance | path

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

/dports/graphics/openfx-misc/openfx-misc-3ab0531/Distortion/
H A DDistortion.cpp1184 , _uvScale(NULL) in DistortionPlugin()
1317 _uvScale = fetchDouble2DParam(kParamUVScale); in DistortionPlugin()
1318 assert(_uvChannels[0] && _uvChannels[1] && _uvChannels[2] && _uvOffset && _uvScale); in DistortionPlugin()
1529 Double2DParam *_uvScale; member in DistortionPlugin
2436 _uvScale->getValueAtTime(time, uScale, vScale); in setupAndProcess()