Home
last modified time | relevance | path

Searched defs:channelDepth (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/krita/krita-4.4.8/plugins/impex/psd/
H A Dpsd_header.h58 quint16 channelDepth; // 1, 8, 16. XXX: check whether 32 is used! variable
H A Dpsd_header.cpp33 char channelDepth[2]; // 1, 8, 16 member
/dports/graphics/krita/krita-4.4.8/libs/psd/
H A Dpsd.cpp28 …air<QString, QString> psd_colormode_to_colormodelid(psd_color_mode colormode, quint16 channelDepth) in psd_colormode_to_colormodelid()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd2d1effectauthor.h269 D2D1_CHANNEL_DEPTH channelDepth; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1effectauthor.h108 D2D1_CHANNEL_DEPTH channelDepth; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1effectauthor.h108 D2D1_CHANNEL_DEPTH channelDepth; member
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/www/Magick++/
H A DImage.rst597 channelDepth section in Manipulate An Image
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp78 const tcu::IVec4 channelDepth = tcu::getTextureFormatBitDepth(tcuFormat); in getPrecision() local
/dports/audio/mumble/mumble-1.3.3/src/murmur/
H A DServer.cpp2083 const int channelDepth = channel ? static_cast<int>(channel->getDepth()) : 0; local
/dports/audio/murmur/mumble-1.3.3/src/murmur/
H A DServer.cpp2083 const int channelDepth = channel ? static_cast<int>(channel->getDepth()) : 0; local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp1123 UVec4 channelDepth = getYCbCrBitDepth (format); in getPrecision() local
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/Magick++/lib/
H A DImage.cpp551 void Magick::Image::channelDepth ( const ChannelType channel_, in channelDepth() function in Magick::Image
558 unsigned int Magick::Image::channelDepth ( const ChannelType channel_ ) in channelDepth() function in Magick::Image
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/Magick++/lib/
H A DImage.cpp2209 void Magick::Image::channelDepth(const ChannelType channel_, in channelDepth() function in Magick::Image
2217 size_t Magick::Image::channelDepth(const ChannelType channel_) in channelDepth() function in Magick::Image
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/Magick++/lib/
H A DImage.cpp466 void Magick::Image::channelDepth(const ChannelType channel_, in channelDepth() function in Magick::Image
477 size_t Magick::Image::channelDepth(const ChannelType channel_) in channelDepth() function in Magick::Image
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/Magick++/lib/
H A DImage.cpp466 void Magick::Image::channelDepth(const ChannelType channel_, in channelDepth() function in Magick::Image
477 size_t Magick::Image::channelDepth(const ChannelType channel_) in channelDepth() function in Magick::Image
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/Magick++/lib/
H A DImage.cpp2209 void Magick::Image::channelDepth(const ChannelType channel_, in channelDepth() function in Magick::Image
2217 size_t Magick::Image::channelDepth(const ChannelType channel_) in channelDepth() function in Magick::Image
/dports/devel/raylib/raylib-3.7.0/src/
H A Dtextures.c4420 unsigned char channelDepth[4]; // pixelFormat low part in LoadPVR() member
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Direct2D/
H A Dmod.rs1529 pub channelDepth: D2D1_CHANNEL_DEPTH, field