Home
last modified time | relevance | path

Searched refs:from_arrow (Results 1 – 7 of 7) sorted by relevance

/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dline-interface.cc189 bool from_arrow, in arrows() argument
193 if (from_arrow || to_arrow) in arrows()
205 if (from_arrow) in arrows()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dline-interface.cc191 bool from_arrow, in arrows() argument
195 if (from_arrow || to_arrow) in arrows()
207 if (from_arrow) in arrows()
/dports/print/lilypond-devel/lilypond-2.23.5/lily/include/
H A Dline-interface.hh40 bool from_arrow,
/dports/print/lilypond/lilypond-2.22.1/lily/include/
H A Dline-interface.hh40 bool from_arrow,
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/dot-0.1.4/src/
H A Dlib.rs640 pub fn from_arrow(arrow: ArrowShape) -> Arrow { in from_arrow() method
1478 let end = Arrow::from_arrow(ArrowShape::crow()); in test_some_arrow()
1496 let start = Arrow::from_arrow(ArrowShape::tee()); in test_some_arrows()
1497 let end = Arrow::from_arrow(ArrowShape::Crow(Side::Left)); in test_some_arrows()
/dports/lang/rust/rustc-1.58.1-src/vendor/dot/src/
H A Dlib.rs640 pub fn from_arrow(arrow: ArrowShape) -> Arrow { in from_arrow() method
1478 let end = Arrow::from_arrow(ArrowShape::crow()); in test_some_arrow()
1496 let start = Arrow::from_arrow(ArrowShape::tee()); in test_some_arrows()
1497 let end = Arrow::from_arrow(ArrowShape::Crow(Side::Left)); in test_some_arrows()
/dports/graphics/minder/Minder-1.13.1/src/exports/
H A DExportXMind.vala458 …var from_arrow = (conn.style.connection_arrow == "tofrom") || (conn.style.connection_arrow == "bot…
460 …props->set_prop( "arrow-begin-class", "org.xmind.arrowShape.%s".printf( from_arrow ? "triangle" : …