Home
last modified time | relevance | path

Searched defs:BGRA8 (Results 1 – 25 of 58) sorted by relevance

123

/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/svgfilters-0.1.0/src/
H A Dlib.rs127 pub fn new(data: &'a [BGRA8], width: u32, height: u32) -> Self { in new()
150 pub fn new(data: &'a mut [BGRA8], width: u32, height: u32) -> Self { in new()
155 fn pixel_at(&self, x: u32, y: u32) -> BGRA8 { in pixel_at()
160 fn pixel_at_mut(&mut self, x: u32, y: u32) -> &mut BGRA8 { in pixel_at_mut()
167 pub fn multiply_alpha(data: &mut [BGRA8]) { in multiply_alpha()
177 pub fn demultiply_alpha(data: &mut [BGRA8]) { in demultiply_alpha()
256 pub fn into_linear_rgb(data: &mut [BGRA8]) { in into_linear_rgb()
269 pub fn from_linear_rgb(data: &mut [BGRA8]) { in from_linear_rgb()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_framebuffer_srgb/
H A Dsrgb_pbo.c69 struct BGRA8 struct
71 unsigned char blue;
72 unsigned char green;
73 unsigned char red;
74 unsigned char alpha;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/pwg_encoder/
H A Dpwg_encoder.cc60 struct BGRA8 { struct
61 uint8_t blue;
62 uint8_t green;
63 uint8_t red;
64 uint8_t alpha;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/pwg_encoder/
H A Dpwg_encoder.cc60 struct BGRA8 { struct
61 uint8_t blue;
62 uint8_t green;
63 uint8_t red;
64 uint8_t alpha;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/gpu/
H A DTexture.h49 enum Format { RGBA8, BGRA8 }; enumerator
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/command_classes/
H A Dvic.h80 BGRA8 = 0x20, enumerator
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DTextureConfig.h16 BGRA8, enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/net_traits/image/
H A Dbase.rs19 BGRA8, enumerator
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/resvg-0.9.0/src/
H A Dlib.rs218 data: &mut [rgb::alt::BGRA8], in image_to_mask()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DWebGLTypes.h124 BGRA8 enumerator
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DFramebufferTest.cpp201 TEST_P(FramebufferFormatsTest, BGRA8) in TEST_P() argument
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DWebGLTypes.h131 BGRA8 enumerator
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/rgb-0.8.16/src/
H A Dalt.rs73 pub type BGRA8 = BGRA<u8>; typedef
/dports/devel/gitui/gitui-0.10.1/cargo-crates/rgb-0.8.20/src/
H A Dalt.rs73 pub type BGRA8 = BGRA<u8>; typedef
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender_api/src/
H A Dimage.rs55 BGRA8 = 3, enumerator
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/rgb/src/
H A Dalt.rs72 pub type BGRA8 = BGRA<u8>; typedef
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/rgb-0.8.27/src/
H A Dalt.rs72 pub type BGRA8 = BGRA<u8>; typedef
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/rgb-0.8.31/src/
H A Dalt.rs72 pub type BGRA8 = BGRA<u8>; typedef
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/rgb-0.8.31/src/
H A Dalt.rs72 pub type BGRA8 = BGRA<u8>; typedef
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender_api-0.60.0/src/
H A Dimage.rs110 BGRA8 = 3, enumerator
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/include/bimg/
H A Dbimg.h111 BGRA8, enumerator
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/include/bimg/
H A Dbimg.h111 BGRA8, enumerator
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender_api/src/
H A Dimage.rs157 BGRA8 = 3, enumerator
/dports/www/firefox/firefox-99.0/gfx/wr/webrender_api/src/
H A Dimage.rs157 BGRA8 = 3, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender_api/src/
H A Dimage.rs157 BGRA8 = 3, enumerator

123