Home
last modified time | relevance | path

Searched refs:Rotate90 (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/plotters-backend/src/
Dtext.rs133 Rotate90, enumerator
149 FontTransform::Rotate90 => (-y, x), in transform()
/external/rust/crates/plotters-svg/src/
Dsvg.rs452 FontTransform::Rotate90 => { in draw_text()
695 FontTransform::Rotate90, in test_text_draw()
/external/rust/crates/plotters/
DCHANGELOG.md222 …rm` to apply an rotation to transformation. For example, `font.transform(FontTransform::Rotate90)`.
/external/rust/crates/plotters/src/chart/
Dcontext.rs434 style.transform(FontTransform::Rotate90) in draw_axis_and_labels()