Home
last modified time | relevance | path

Searched defs:CompoundStyle (Results 1 – 16 of 16) sorted by relevance

/dports/misc/broot/broot-1.7.0/cargo-crates/termimad-0.10.3/src/
H A Dcompound_style.rs22 pub struct CompoundStyle { struct
26 impl From<ContentStyle> for CompoundStyle { argument
27 fn from(object_style: ContentStyle) -> CompoundStyle { in from()
32 impl CompoundStyle { impl
46 ) -> CompoundStyle { in new()
57 pub fn with_fgbg(fg: Color, bg: Color) -> CompoundStyle { in with_fgbg()
64 pub fn with_fg(fg: Color) -> CompoundStyle { in with_fg()
71 pub fn with_bg(bg: Color) -> CompoundStyle { in with_bg()
78 pub fn with_attr(attr: Attribute) -> CompoundStyle { in with_attr()
112 pub fn overwrite_with(&mut self, other: &CompoundStyle) { in overwrite_with()
H A Dstyled_char.rs23 pub fn new(compound_style: CompoundStyle, nude_char: char) -> StyledChar { in new()
61 pub fn set_compound_style(&mut self, compound_style: CompoundStyle) { in set_compound_style()
H A Dspacing.rs54 style: &CompoundStyle, in write_counted_str()
H A Dskin.rs188 fn compound_style(&self, line_style: &LineStyle, compound: &Compound<'_>) -> CompoundStyle { in compound_style()
/dports/misc/broot/broot-1.7.0/cargo-crates/termimad-0.17.0/src/
H A Dcompound_style.rs22 pub struct CompoundStyle { struct
26 impl From<ContentStyle> for CompoundStyle { argument
27 fn from(object_style: ContentStyle) -> CompoundStyle { in from()
32 impl CompoundStyle { implementation
46 ) -> CompoundStyle { in new()
57 pub fn with_fgbg(fg: Color, bg: Color) -> CompoundStyle { in with_fgbg()
68 pub fn with_fg(fg: Color) -> CompoundStyle { in with_fg()
79 pub fn with_bg(bg: Color) -> CompoundStyle { in with_bg()
90 pub fn with_attr(attr: Attribute) -> CompoundStyle { in with_attr()
124 pub fn overwrite_with(&mut self, other: &CompoundStyle) { in overwrite_with()
H A Dstyled_char.rs26 pub fn new(compound_style: CompoundStyle, nude_char: char) -> StyledChar { in new()
64 pub fn set_compound_style(&mut self, compound_style: CompoundStyle) { in set_compound_style()
H A Dspacing.rs54 style: &CompoundStyle, in write_counted_str()
H A Dskin.rs280 fn compound_style(&self, line_style: &LineStyle, compound: &Compound<'_>) -> CompoundStyle { in compound_style()
/dports/misc/broot/broot-1.7.0/src/skin/
H A Dskin_entry.rs25 pub fn new(focused: CompoundStyle, unfocused: Option<CompoundStyle>) -> Self { in new()
28 pub fn get_focused(&self) -> &CompoundStyle { in get_focused()
31 pub fn get_unfocused(&self) -> &CompoundStyle { in get_unfocused()
88 fn parse_compound_style(s: &str) -> Result<CompoundStyle, InvalidSkinError> { in parse_compound_style()
/dports/misc/broot/broot-1.7.0/cargo-crates/termimad-0.17.0/src/fit/
H A Dcrop_writer.rs51 pub fn queue_str(&mut self, cs: &CompoundStyle, s: &str) -> Result<(), Error> { in queue_str()
59 pub fn queue_char(&mut self, cs: &CompoundStyle, c: char) -> Result<(), Error> { in queue_char()
100 pub fn queue_g_string(&mut self, cs: &CompoundStyle, mut s: String) -> Result<(), Error> { in queue_g_string()
122 pub fn fill(&mut self, cs: &CompoundStyle, filling: &'static Filling) -> Result<(), Error> { in fill()
133 cs: &CompoundStyle, in repeat()
H A Dfilling.rs46 cs: &CompoundStyle, in queue_styled()
/dports/misc/broot/broot-1.7.0/src/display/
H A Dmatched_string.rs24 base_style: &'a CompoundStyle, in new()
25 match_style: &'a CompoundStyle, in new()
H A Ddisplayable_tree.rs75 ) -> CompoundStyle { in label_style()
136 style: &CompoundStyle, in write_line_selection_mark()
151 style: &CompoundStyle, in write_line_size()
171 label_style: &CompoundStyle, in write_line_size_with_bar()
280 style: &CompoundStyle, in write_line_stage_mark()
296 style: &CompoundStyle, in write_line_label()
/dports/misc/broot/broot-1.7.0/src/hex/
H A Dbyte.rs40 pub fn style(self, styles: &StyleMap) -> &CompoundStyle { in style()
/dports/misc/broot/broot-1.7.0/cargo-crates/termimad-0.17.0/src/views/
H A Dinput_field.rs154 pub fn set_normal_style(&mut self, style: CompoundStyle) { in set_normal_style()
159 pub fn set_unfocused_style(&mut self, style: CompoundStyle) { in set_unfocused_style()
/dports/misc/broot/broot-1.7.0/cargo-crates/termimad-0.10.3/src/views/
H A Dinput_field.rs60 pub fn set_normal_style(&mut self, style: CompoundStyle) { in set_normal_style()