Home
last modified time | relevance | path

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

/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/python/
H A Dpy_typedesc.cpp145 .def_readonly_static("TypeKeyCode", &TypeKeyCode) in declare_typedesc()
184 m.attr("TypeKeyCode") = TypeKeyCode; in declare_typedesc()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/python/
H A Dpy_typedesc.cpp145 .def_readonly_static("TypeKeyCode", &TypeKeyCode) in declare_typedesc()
184 m.attr("TypeKeyCode") = TypeKeyCode; in declare_typedesc()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/testsuite/python-typedesc/src/
H A Dtest_typedesc.py146 breakdown_test (oiio.TypeDesc.TypeKeyCode, "TypeKeyCode", verbose=False)
175 breakdown_test (oiio.TypeKeyCode, "TypeKeyCode", verbose=False)
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/testsuite/python-typedesc/src/
H A Dtest_typedesc.py146 breakdown_test (oiio.TypeDesc.TypeKeyCode, "TypeKeyCode", verbose=False)
175 breakdown_test (oiio.TypeKeyCode, "TypeKeyCode", verbose=False)
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dtypedesc.h347 static const TypeDesc TypeKeyCode; member
383 static constexpr TypeDesc TypeKeyCode (TypeDesc::INT, TypeDesc::SCALAR, TypeDesc::KEYCODE, 7);
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dtypedesc.h347 static const TypeDesc TypeKeyCode; member
383 static constexpr TypeDesc TypeKeyCode (TypeDesc::INT, TypeDesc::SCALAR, TypeDesc::KEYCODE, 7);
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Dtypedesc.cpp166 else if (*this == TypeKeyCode) in c_str()
874 const TypeDesc TypeDesc::TypeKeyCode(TypeDesc::INT, TypeDesc::SCALAR, member in TypeDesc
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Dtypedesc.cpp166 else if (*this == TypeKeyCode) in c_str()
874 const TypeDesc TypeDesc::TypeKeyCode(TypeDesc::INT, TypeDesc::SCALAR, member in TypeDesc
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/doc/
H A Dimageioapi.rst46 TypeString TypeTimeCode TypeKeyCode
H A Dimageioapi.tex185 TypeKeyCode
H A Dpythonbindings.rst126 TypeTimeCode TypeKeyCode TypeRational TypePointer
H A Dpythonbindings.tex109 TypeTimeCode TypeKeyCode \\
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/doc/
H A Dimageioapi.rst46 TypeString TypeTimeCode TypeKeyCode
H A Dimageioapi.tex185 TypeKeyCode
H A Dpythonbindings.rst126 TypeTimeCode TypeKeyCode TypeRational TypePointer
H A Dpythonbindings.tex109 TypeTimeCode TypeKeyCode \\
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/openexr.imageio/
H A Dexroutput.cpp846 ExrMeta("smpte:KeyCode", "keyCode", TypeKeyCode),
1125 else if (type == TypeKeyCode) { in put_parameter()
H A Dexrinput.cpp819 spec.attribute(oname, TypeKeyCode, keycode); in parse_header()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/openexr.imageio/
H A Dexroutput.cpp846 ExrMeta("smpte:KeyCode", "keyCode", TypeKeyCode),
1125 else if (type == TypeKeyCode) { in put_parameter()
H A Dexrinput.cpp819 spec.attribute(oname, TypeKeyCode, keycode); in parse_header()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/dpx.imageio/
H A Ddpxoutput.cpp385 ParamValue* kc = m_spec.find_attribute("smpte:KeyCode", TypeKeyCode, false); in open()
H A Ddpxinput.cpp477 m_spec.attribute("smpte:KeyCode", TypeKeyCode, kc); in seek_subimage()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/dpx.imageio/
H A Ddpxinput.cpp477 m_spec.attribute("smpte:KeyCode", TypeKeyCode, kc); in seek_subimage()
H A Ddpxoutput.cpp385 ParamValue* kc = m_spec.find_attribute("smpte:KeyCode", TypeKeyCode, false); in open()