Home
last modified time | relevance | path

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

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsGenerator.h162 bool _supportsXY; variable
H A DofxsGenerator.cpp77 , _supportsXY(false) in GeneratorPlugin()
145 _supportsXY = supported; in GeneratorPlugin()
165 if (_supportsXY) { in GeneratorPlugin()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsGenerator.h162 bool _supportsXY; variable
H A DofxsGenerator.cpp77 , _supportsXY(false) in GeneratorPlugin()
145 _supportsXY = supported; in GeneratorPlugin()
165 if (_supportsXY) { in GeneratorPlugin()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/IOSupport/
H A DGenericReader.h437 const bool _supportsXY; variable
H A DGenericWriter.h281 bool _supportsXY; variable
H A DGenericWriter.cpp199 , _supportsXY(supportsXY) in GenericWriterPlugin()
837 if (_supportsXY) { in render()
851 } else if ( (packingMapping.size() == 2) && !_supportsXY ) { in render()
H A DGenericReader.cpp299 , _supportsXY(supportsXY) in GenericReaderPlugin()
1131 if (!_supportsXY) { in scalePixelData()