Home
last modified time | relevance | path

Searched defs:ColorType (Results 1 – 25 of 823) sorted by relevance

12345678910>>...33

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cursive_core-0.2.2/src/theme/
H A Dcolor_style.rs23 F: Into<ColorType>, in new()
24 B: Into<ColorType>, in new()
34 F: Into<ColorType>, in front()
42 B: Into<ColorType>, in back()
163 pub enum ColorType { enum
174 impl Default for ColorType { implementation
180 impl ColorType { implementation
194 pub fn merge(a: ColorType, b: ColorType) -> ColorType { in merge()
202 impl From<Color> for ColorType { implementation
208 impl From<PaletteColor> for ColorType { implementation
/dports/misc/broot/broot-1.7.0/cargo-crates/image-0.23.14/benches/
H A Dencode.rs10 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_raw()
11 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_bufvec()
12 fn encode_file(&self, file: &File, im: &[u8], dims: u32, color: ColorType); in encode_file()
53 fn encode_zeroed(group: &mut BenchGroup, with: &dyn Encoder, size: u32, color: ColorType) { in encode_zeroed()
88 fn encode(&self, into: impl Write, im: &[u8], dims: u32, color: ColorType); in encode()
92 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_raw()
97 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_bufvec()
103 fn encode_file(&self, mut file: &File, im: &[u8], dims: u32, color: ColorType) { in encode_file()
111 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
118 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/image-0.23.14/benches/
H A Dencode.rs10 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_raw()
11 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_bufvec()
12 fn encode_file(&self, file: &File, im: &[u8], dims: u32, color: ColorType); in encode_file()
53 fn encode_zeroed(group: &mut BenchGroup, with: &dyn Encoder, size: u32, color: ColorType) { in encode_zeroed()
88 fn encode(&self, into: impl Write, im: &[u8], dims: u32, color: ColorType); in encode()
92 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_raw()
97 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_bufvec()
103 fn encode_file(&self, mut file: &File, im: &[u8], dims: u32, color: ColorType) { in encode_file()
111 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
118 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/image-0.23.14/benches/
H A Dencode.rs10 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_raw()
11 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_bufvec()
12 fn encode_file(&self, file: &File, im: &[u8], dims: u32, color: ColorType); in encode_file()
53 fn encode_zeroed(group: &mut BenchGroup, with: &dyn Encoder, size: u32, color: ColorType) { in encode_zeroed()
88 fn encode(&self, into: impl Write, im: &[u8], dims: u32, color: ColorType); in encode()
92 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_raw()
97 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_bufvec()
103 fn encode_file(&self, mut file: &File, im: &[u8], dims: u32, color: ColorType) { in encode_file()
111 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
118 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/image-0.23.14/benches/
H A Dencode.rs10 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_raw()
11 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_bufvec()
12 fn encode_file(&self, file: &File, im: &[u8], dims: u32, color: ColorType); in encode_file()
53 fn encode_zeroed(group: &mut BenchGroup, with: &dyn Encoder, size: u32, color: ColorType) { in encode_zeroed()
88 fn encode(&self, into: impl Write, im: &[u8], dims: u32, color: ColorType); in encode()
92 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_raw()
97 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_bufvec()
103 fn encode_file(&self, mut file: &File, im: &[u8], dims: u32, color: ColorType) { in encode_file()
111 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
118 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/image-0.23.14/benches/
H A Dencode.rs10 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_raw()
11 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_bufvec()
12 fn encode_file(&self, file: &File, im: &[u8], dims: u32, color: ColorType); in encode_file()
53 fn encode_zeroed(group: &mut BenchGroup, with: &dyn Encoder, size: u32, color: ColorType) { in encode_zeroed()
88 fn encode(&self, into: impl Write, im: &[u8], dims: u32, color: ColorType); in encode()
92 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_raw()
97 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_bufvec()
103 fn encode_file(&self, mut file: &File, im: &[u8], dims: u32, color: ColorType) { in encode_file()
111 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
118 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/image-0.23.4/benches/
H A Dencode.rs10 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_raw()
11 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_bufvec()
12 fn encode_file(&self, file: &File, im: &[u8], dims: u32, color: ColorType); in encode_file()
53 fn encode_zeroed(group: &mut BenchGroup, with: &dyn Encoder, size: u32, color: ColorType) { in encode_zeroed()
88 fn encode(&self, into: impl Write, im: &[u8], dims: u32, color: ColorType); in encode()
92 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_raw()
97 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_bufvec()
103 fn encode_file(&self, mut file: &File, im: &[u8], dims: u32, color: ColorType) { in encode_file()
111 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
118 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/image-0.23.14/benches/
H A Dencode.rs10 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_raw()
11 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_bufvec()
12 fn encode_file(&self, file: &File, im: &[u8], dims: u32, color: ColorType); in encode_file()
53 fn encode_zeroed(group: &mut BenchGroup, with: &dyn Encoder, size: u32, color: ColorType) { in encode_zeroed()
88 fn encode(&self, into: impl Write, im: &[u8], dims: u32, color: ColorType); in encode()
92 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_raw()
97 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_bufvec()
103 fn encode_file(&self, mut file: &File, im: &[u8], dims: u32, color: ColorType) { in encode_file()
111 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
118 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
/dports/www/zola/zola-0.15.2/cargo-crates/image-0.23.14/benches/
H A Dencode.rs10 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_raw()
11 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_bufvec()
12 fn encode_file(&self, file: &File, im: &[u8], dims: u32, color: ColorType); in encode_file()
53 fn encode_zeroed(group: &mut BenchGroup, with: &dyn Encoder, size: u32, color: ColorType) { in encode_zeroed()
88 fn encode(&self, into: impl Write, im: &[u8], dims: u32, color: ColorType); in encode()
92 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_raw()
97 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_bufvec()
103 fn encode_file(&self, mut file: &File, im: &[u8], dims: u32, color: ColorType) { in encode_file()
111 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
118 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/image-0.23.14/benches/
H A Dencode.rs10 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_raw()
11 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_bufvec()
12 fn encode_file(&self, file: &File, im: &[u8], dims: u32, color: ColorType); in encode_file()
53 fn encode_zeroed(group: &mut BenchGroup, with: &dyn Encoder, size: u32, color: ColorType) { in encode_zeroed()
88 fn encode(&self, into: impl Write, im: &[u8], dims: u32, color: ColorType); in encode()
92 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_raw()
97 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_bufvec()
103 fn encode_file(&self, mut file: &File, im: &[u8], dims: u32, color: ColorType) { in encode_file()
111 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
118 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/image-0.23.12/benches/
H A Dencode.rs10 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_raw()
11 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_bufvec()
12 fn encode_file(&self, file: &File, im: &[u8], dims: u32, color: ColorType); in encode_file()
53 fn encode_zeroed(group: &mut BenchGroup, with: &dyn Encoder, size: u32, color: ColorType) { in encode_zeroed()
88 fn encode(&self, into: impl Write, im: &[u8], dims: u32, color: ColorType); in encode()
92 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_raw()
97 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_bufvec()
103 fn encode_file(&self, mut file: &File, im: &[u8], dims: u32, color: ColorType) { in encode_file()
111 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
118 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
/dports/graphics/viu/viu-1.1/cargo-crates/image-0.23.9/benches/
H A Dencode.rs10 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_raw()
11 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType); in encode_bufvec()
12 fn encode_file(&self, file: &File, im: &[u8], dims: u32, color: ColorType); in encode_file()
53 fn encode_zeroed(group: &mut BenchGroup, with: &dyn Encoder, size: u32, color: ColorType) { in encode_zeroed()
88 fn encode(&self, into: impl Write, im: &[u8], dims: u32, color: ColorType); in encode()
92 fn encode_raw(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_raw()
97 fn encode_bufvec(&self, into: &mut Vec<u8>, im: &[u8], dims: u32, color: ColorType) { in encode_bufvec()
103 fn encode_file(&self, mut file: &File, im: &[u8], dims: u32, color: ColorType) { in encode_file()
111 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
118 fn encode(&self, mut into: impl Write, im: &[u8], size: u32, color: ColorType) { in encode()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/image-0.21.2/src/
H A Dpng.rs47 fn colortype(&self) -> ColorType { in colortype()
85 impl From<(png::ColorType, png::BitDepth)> for ColorType { implementation
86 fn from((ct, bits): (png::ColorType, png::BitDepth)) -> ColorType { in from()
100 fn from(ct: ColorType) -> (png::ColorType, png::BitDepth) { in from()
H A Dtiff.rs53 impl From<tiff::ColorType> for ColorType { implementation
54 fn from(ct: tiff::ColorType) -> ColorType { in from()
73 fn colortype(&self) -> ColorType { in colortype()
/dports/sysutils/vivid/vivid-0.7.0/src/
H A Dcolor.rs11 pub enum ColorType { enum
16 impl ColorType { impl
51 pub fn get_style(&self, colortype: ColorType, colormode: ColorMode) -> String { in get_style()
/dports/games/dose-response/dose-response-179c326/cargo-crates/image-0.20.1/src/
H A Dpng.rs59 fn colortype(&mut self) -> ImageResult<ColorType> { in colortype()
111 impl From<(png::ColorType, png::BitDepth)> for ColorType { implementation
112 fn from((ct, bits): (png::ColorType, png::BitDepth)) -> ColorType { in from()
126 fn from(ct: ColorType) -> (png::ColorType, png::BitDepth) { in from()
H A Dtiff.rs42 impl From<tiff::ColorType> for ColorType { implementation
43 fn from(ct: tiff::ColorType) -> ColorType { in from()
69 fn colortype(&mut self) -> ImageResult<ColorType> { in colortype()
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/
H A Dutils.py69 ColorType = Union[str, Tuple[int, int, int], Tuple[int, int, int, float]] variable
113 def has_transparency(colour: Union[ColorType, List[ColorType]]):
132 def remove_transparency(colour: Union[ColorType, List[ColorType]]):
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/image/src/jpeg/
H A Ddecoder.rs59 fn color_type(&self) -> ColorType { in color_type()
115 impl ColorType { impl
116 fn from_jpeg(pixel_format: jpeg::PixelFormat) -> ColorType { in from_jpeg()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/plaf/synth/
H A DColorType.java48 public class ColorType class
109 protected ColorType(String desc) in ColorType() method in ColorType
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DColorType.java63 public class ColorType { class
111 protected ColorType(String description) { in ColorType() method in ColorType
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DColorType.java63 public class ColorType { class
111 protected ColorType(String description) { in ColorType() method in ColorType
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/plaf/synth/
H A DColorType.java48 public class ColorType class
109 protected ColorType(String desc) in ColorType() method in ColorType
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/plaf/synth/
H A DColorType.java48 public class ColorType class
109 protected ColorType(String desc) in ColorType() method in ColorType
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DColorType.java63 public class ColorType { class
111 protected ColorType(String description) { in ColorType() method in ColorType

12345678910>>...33