Home
last modified time | relevance | path

Searched defs:propGetInt (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/include/
H A DofxProperty.h240 …OfxStatus (*propGetInt) (OfxPropertySetHandle properties, const char *property, int index, int … member
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/include/
H A DofxProperty.h240 …OfxStatus (*propGetInt) (OfxPropertySetHandle properties, const char *property, int index, int … member
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Support/Library/
H A DofxsProperty.cpp330 …int PropertySet::propGetInt(const char* property, int idx, bool throwOnFailure) const OFX_THROW4(s… in propGetInt() function in OFX::PropertySet
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Support/Library/
H A DofxsProperty.cpp330 …int PropertySet::propGetInt(const char* property, int idx, bool throwOnFailure) const OFX_THROW4(s… in propGetInt() function in OFX::PropertySet
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Dvsapi.cpp292 static int64_t VS_CC propGetInt(const VSMap *map, const char *key, int index, int *error) VS_NOEXCE… in propGetInt() function