Home
last modified time | relevance | path

Searched defs:ACoord (Results 1 – 13 of 13) sorted by relevance

/dports/devel/stylua/StyLua-0.11.0/cargo-crates/plotters-0.3.1/src/series/
H A Dhistogram.rs108 pub fn vertical<ACoord, DB: DrawingBackend + 'a>( in vertical()
109 parent: &ChartContext<DB, Cartesian2d<BR, ACoord>>, in vertical() argument
125 pub fn horizontal<ACoord, DB: DrawingBackend>( in horizontal()
126 parent: &ChartContext<DB, Cartesian2d<ACoord, BR>>, in horizontal()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/plotters-0.3.1/src/series/
H A Dhistogram.rs108 pub fn vertical<ACoord, DB: DrawingBackend + 'a>( in vertical()
109 parent: &ChartContext<DB, Cartesian2d<BR, ACoord>>, in vertical() argument
125 pub fn horizontal<ACoord, DB: DrawingBackend>( in horizontal()
126 parent: &ChartContext<DB, Cartesian2d<ACoord, BR>>, in horizontal()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/plotters-0.3.1/src/series/
H A Dhistogram.rs108 pub fn vertical<ACoord, DB: DrawingBackend + 'a>( in vertical()
109 parent: &ChartContext<DB, Cartesian2d<BR, ACoord>>, in vertical() argument
125 pub fn horizontal<ACoord, DB: DrawingBackend>( in horizontal()
126 parent: &ChartContext<DB, Cartesian2d<ACoord, BR>>, in horizontal()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/plotters-0.3.1/src/series/
H A Dhistogram.rs108 pub fn vertical<ACoord, DB: DrawingBackend + 'a>( in vertical()
109 parent: &ChartContext<DB, Cartesian2d<BR, ACoord>>, in vertical() argument
125 pub fn horizontal<ACoord, DB: DrawingBackend>( in horizontal()
126 parent: &ChartContext<DB, Cartesian2d<ACoord, BR>>, in horizontal()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/plotters/src/series/
H A Dhistogram.rs108 pub fn vertical<ACoord, DB: DrawingBackend + 'a>( in vertical()
109 parent: &ChartContext<DB, Cartesian2d<BR, ACoord>>, in vertical() argument
125 pub fn horizontal<ACoord, DB: DrawingBackend>( in horizontal()
126 parent: &ChartContext<DB, Cartesian2d<ACoord, BR>>, in horizontal()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/plotters-0.3.0/src/series/
H A Dhistogram.rs108 pub fn vertical<ACoord, DB: DrawingBackend + 'a>( in vertical()
109 parent: &ChartContext<DB, Cartesian2d<BR, ACoord>>, in vertical() argument
125 pub fn horizontal<ACoord, DB: DrawingBackend>( in horizontal()
126 parent: &ChartContext<DB, Cartesian2d<ACoord, BR>>, in horizontal()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/plotters-0.3.1/src/series/
H A Dhistogram.rs108 pub fn vertical<ACoord, DB: DrawingBackend + 'a>( in vertical()
109 parent: &ChartContext<DB, Cartesian2d<BR, ACoord>>, in vertical() argument
125 pub fn horizontal<ACoord, DB: DrawingBackend>( in horizontal()
126 parent: &ChartContext<DB, Cartesian2d<ACoord, BR>>, in horizontal()
/dports/textproc/jql/jql-3.0.6/cargo-crates/plotters-0.3.1/src/series/
H A Dhistogram.rs108 pub fn vertical<ACoord, DB: DrawingBackend + 'a>( in vertical()
109 parent: &ChartContext<DB, Cartesian2d<BR, ACoord>>, in vertical() argument
125 pub fn horizontal<ACoord, DB: DrawingBackend>( in horizontal()
126 parent: &ChartContext<DB, Cartesian2d<ACoord, BR>>, in horizontal()
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/plotters-0.3.1/src/series/
H A Dhistogram.rs108 pub fn vertical<ACoord, DB: DrawingBackend + 'a>( in vertical()
109 parent: &ChartContext<DB, Cartesian2d<BR, ACoord>>, in vertical() argument
125 pub fn horizontal<ACoord, DB: DrawingBackend>( in horizontal()
126 parent: &ChartContext<DB, Cartesian2d<ACoord, BR>>, in horizontal()
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/plotters-0.3.1/src/series/
H A Dhistogram.rs108 pub fn vertical<ACoord, DB: DrawingBackend + 'a>( in vertical()
109 parent: &ChartContext<DB, Cartesian2d<BR, ACoord>>, in vertical() argument
125 pub fn horizontal<ACoord, DB: DrawingBackend>( in horizontal()
126 parent: &ChartContext<DB, Cartesian2d<ACoord, BR>>, in horizontal()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/plotters-0.3.0/src/series/
H A Dhistogram.rs108 pub fn vertical<ACoord, DB: DrawingBackend + 'a>( in vertical()
109 parent: &ChartContext<DB, Cartesian2d<BR, ACoord>>, in vertical() argument
125 pub fn horizontal<ACoord, DB: DrawingBackend>( in horizontal()
126 parent: &ChartContext<DB, Cartesian2d<ACoord, BR>>, in horizontal()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/plotters-0.2.12/src/series/
H A Dhistogram.rs145 pub fn vertical<ACoord, DB: DrawingBackend + 'a>( in vertical()
146 parent: &ChartContext<DB, RangedCoord<BR, ACoord>>, in vertical() argument
163 pub fn horizontal<ACoord, DB: DrawingBackend>( in horizontal()
164 parent: &ChartContext<DB, RangedCoord<ACoord, BR>>, in horizontal()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/
H A DViewer.cpp1592 TextItem *ACoord = new TextItem(float(APoint.x), in showDistance() local