Home
last modified time | relevance | path

Searched defs:RGBE (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/megapov/megapov-1.2.1/source/patches/
H A Dhdr.h57 typedef unsigned char RGBE[4]; /* red, green, blue, exponent */ typedef
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/
H A DHDR.hs79 data RGBE = RGBE !Word8 !Word8 !Word8 !Word8 type
432 where RGBE r g b e = toRGBE pixel function
461 let RGBE r g b e = toRGBE $ pixelAt pic col line function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/
H A DHDR.hs79 data RGBE = RGBE !Word8 !Word8 !Word8 !Word8 constructor
432 where RGBE r g b e = toRGBE pixel function
461 let RGBE r g b e = toRGBE $ pixelAt pic col line function
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/
H A Dhdrloader.cpp37 typedef unsigned char RGBE[4]; typedef
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/hdr/
H A Dhdrloader.cpp37 typedef unsigned char RGBE[4]; typedef
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/base/image/
H A Dhdr.cpp81 typedef unsigned char RGBE[4]; // red, green, blue, exponent typedef
/dports/graphics/povray37/povray-3.7.0.10/source/base/image/
H A Dhdr.cpp79 typedef unsigned char RGBE[4]; // red, green, blue, exponent typedef
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/componentcore/
H A Dhdrimage.cpp38 typedef unsigned char RGBE[4]; typedef
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/
H A Dradiance_hdr.c57 typedef unsigned char RGBE[4]; typedef
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/doc/
H A Dbuiltinplugins.rst618 .. _sec-bundledplugins-heif:
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/doc/
H A Dbuiltinplugins.rst618 .. _sec-bundledplugins-heif:
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/resourcemanager/
H A Dqssgrenderloadedtexture.cpp127 typedef unsigned char RGBE[4]; typedef
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/texture/
H A Dqtexture.cpp906 typedef unsigned char RGBE[4]; in setHdrFile() typedef