Home
last modified time | relevance | path

Searched defs:in_stroke (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/gegl/gegl-0.4.34/examples/
H A Dsdl-draw.c16 gboolean in_stroke; member
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-backend-private.h143 cairo_status_t (*in_stroke) (void *cr, double x, double y, cairo_bool_t *inside); member
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-backend-private.h143 cairo_status_t (*in_stroke) (void *cr, double x, double y, cairo_bool_t *inside); member
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-backend-private.h143 cairo_status_t (*in_stroke) (void *cr, double x, double y, cairo_bool_t *inside); member
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-backend-private.h143 cairo_status_t (*in_stroke) (void *cr, double x, double y, cairo_bool_t *inside); member
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/cairo-rs-0.14.3/src/
H A Dcontext.rs516 pub fn in_stroke(&self, x: f64, y: f64) -> Result<bool, Error> { in in_stroke() method
517 let in_stroke = unsafe { ffi::cairo_in_stroke(self.0.as_ptr(), x, y).as_bool() }; in in_stroke() localVariable
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/cairo-rs/src/
H A Dcontext.rs516 pub fn in_stroke(&self, x: f64, y: f64) -> Result<bool, Error> { in in_stroke() method
517 let in_stroke = unsafe { ffi::cairo_in_stroke(self.0.as_ptr(), x, y).as_bool() }; in in_stroke() localVariable
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cairo-rs-0.14.9/src/
H A Dcontext.rs516 pub fn in_stroke(&self, x: f64, y: f64) -> Result<bool, Error> { in in_stroke() method
517 let in_stroke = unsafe { ffi::cairo_in_stroke(self.0.as_ptr(), x, y).as_bool() }; in in_stroke() localVariable
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/cairo-rs-0.14.9/src/
H A Dcontext.rs516 pub fn in_stroke(&self, x: f64, y: f64) -> Result<bool, Error> { in in_stroke() method
517 let in_stroke = unsafe { ffi::cairo_in_stroke(self.0.as_ptr(), x, y).as_bool() }; in in_stroke() localVariable
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/cairo-rs-0.14.1/src/
H A Dcontext.rs516 pub fn in_stroke(&self, x: f64, y: f64) -> Result<bool, Error> { in in_stroke() method
517 let in_stroke = unsafe { ffi::cairo_in_stroke(self.0.as_ptr(), x, y).as_bool() }; in in_stroke() localVariable
/dports/x11/sirula/sirula-1.0.0/cargo-crates/cairo-rs-0.14.7/src/
H A Dcontext.rs516 pub fn in_stroke(&self, x: f64, y: f64) -> Result<bool, Error> { in in_stroke() method
517 let in_stroke = unsafe { ffi::cairo_in_stroke(self.0.as_ptr(), x, y).as_bool() }; in in_stroke() localVariable
/dports/graphics/cairomm/cairomm-1.12.2/cairomm/
H A Dcontext.cc446 bool Context::in_stroke(double x, double y) const in in_stroke() function in Cairo::Context
/dports/graphics/py-cairocffi/cairocffi-1.2.0/cairocffi/
H A Dcontext.py1560 def in_stroke(self, x, y): member in Context
/dports/graphics/milton/milton-1.9.1/src/
H A Dmilton.cc1024 copy_stroke(Arena* arena, CanvasView* view, Stroke* in_stroke, Stroke* out_stroke) in copy_stroke()
/dports/www/castor/castor-0.8.16/cargo-crates/cairo-rs-0.8.1/src/
H A Dcontext.rs437 pub fn in_stroke(&self, x: f64, y: f64) -> bool { in in_stroke() method
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/cairo-rs-0.7.1/src/
H A Dcontext.rs436 pub fn in_stroke(&self, x: f64, y: f64) -> bool { in in_stroke() method
/dports/net-im/fractal/fractal-4.4.0/vendor/cairo-rs/src/
H A Dcontext.rs437 pub fn in_stroke(&self, x: f64, y: f64) -> bool { in in_stroke() method