Home
last modified time | relevance | path

Searched refs:text_anchor (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/plotters/src/style/
Dtext.rs5 pub use plotters_backend::text_anchor;
16 pub pos: text_anchor::Pos,
114 pub fn pos(&self, pos: text_anchor::Pos) -> Self { in pos()
135 pos: text_anchor::Pos::default(), in from()
163 fn anchor(&self) -> text_anchor::Pos { in anchor()
Dmod.rs21 pub use text::text_anchor;
/external/rust/crates/plotters-backend/src/
Dtext.rs61 pub mod text_anchor { module
230 fn anchor(&self) -> text_anchor::Pos { in anchor()
231 text_anchor::Pos::default() in anchor()
Dlib.rs71 pub use text::{text_anchor, BackendTextStyle, FontFamily, FontStyle, FontTransform};
73 use text_anchor::{HPos, VPos};
/external/rust/crates/plotters-svg/src/
Dsvg.rs6 text_anchor::{HPos, VPos},
396 let text_anchor = match style.anchor().h_pos { in draw_text() localVariable
437 ("text-anchor", text_anchor.to_string()), in draw_text()
582 use plotters::style::text_anchor::{HPos, Pos, VPos};
/external/rust/crates/plotters/examples/
Dconsole.rs2 use plotters::style::text_anchor::{HPos, VPos};
/external/rust/crates/plotters/src/style/font/
Dfont_desc.rs2 use crate::style::text_anchor::Pos;
/external/rust/crates/plotters/
DCHANGELOG.md64 …s is critical for layouting SVG correctly. See `plotters::style::text::text_anchor` for details. (…
/external/rust/crates/plotters/src/drawing/
Darea.rs5 use crate::style::text_anchor::{HPos, Pos, VPos};
/external/rust/crates/plotters/src/chart/
Dcontext.rs14 use crate::style::text_anchor::{HPos, Pos, VPos};