Home
last modified time | relevance | path

Searched refs:BlendChannel (Results 1 – 7 of 7) sorted by relevance

/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/draw_state-0.8.0/src/
H A Dpreset.rs19 use state::{Blend, BlendChannel, BlendValue, Equation, Factor};
23 color: BlendChannel {
28 alpha: BlendChannel {
37 color: BlendChannel {
42 alpha: BlendChannel {
51 color: BlendChannel {
56 alpha: BlendChannel {
68 color: BlendChannel {
73 alpha: BlendChannel {
86 color: BlendChannel {
[all …]
H A Dstate.rs297 pub struct BlendChannel { struct
303 impl Default for BlendChannel { argument
305 BlendChannel { in default()
317 pub color: BlendChannel,
318 pub alpha: BlendChannel,
324 let chan = BlendChannel { in new()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/image-decoders/
H A Dimage_frame.cc213 static uint8_t BlendChannel(uint8_t src, in BlendChannel() function
234 uint8_t blend_r = BlendChannel(SkGetPackedR32(src), src_a, in BlendSrcOverDstNonPremultiplied()
236 uint8_t blend_g = BlendChannel(SkGetPackedG32(src), src_a, in BlendSrcOverDstNonPremultiplied()
238 uint8_t blend_b = BlendChannel(SkGetPackedB32(src), src_a, in BlendSrcOverDstNonPremultiplied()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/image-decoders/
H A Dimage_frame.cc212 static uint8_t BlendChannel(uint8_t src, in BlendChannel() function
233 uint8_t blend_r = BlendChannel(SkGetPackedR32(src), src_a, in BlendSrcOverDstNonPremultiplied()
235 uint8_t blend_g = BlendChannel(SkGetPackedG32(src), src_a, in BlendSrcOverDstNonPremultiplied()
237 uint8_t blend_b = BlendChannel(SkGetPackedB32(src), src_a, in BlendSrcOverDstNonPremultiplied()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/gfx_core-0.8.3/src/
H A Dformat.rs57 Inorm = f32 [TextureChannel, RenderChannel, BlendChannel],
58 Unorm = f32 [TextureChannel, RenderChannel, BlendChannel],
59 Float = f32 [TextureChannel, RenderChannel, BlendChannel],
60 Srgb = f32 [TextureChannel, RenderChannel, BlendChannel],
223 pub trait BlendChannel: RenderChannel {} trait
286 F::Channel: BlendChannel,
H A Dpso.rs60 pub color: Option<s::BlendChannel>,
62 pub alpha: Option<s::BlendChannel>,
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/piston2d-gfx_graphics-0.61.0/src/
H A Dback_end.rs92 use gfx::state::{Blend, BlendChannel, Comparison, Equation, Factor, in new()
111 color: BlendChannel { in new()
116 alpha: BlendChannel { in new()