Home
last modified time | relevance | path

Searched refs:lower_right_x (Results 51 – 75 of 163) sorted by relevance

1234567

/dports/ftp/gstreamer1-plugins-curl/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstmotioncells.cpp395 if (width < coords.lower_right_x) in fix_coords()
396 coords.lower_right_x = width; in fix_coords()
518 filter->motionmaskcoords[i].lower_right_x = lx < 0 ? 0 : lx; in gst_motion_cells_set_property()
683 filter->motionmaskcoords[i].lower_right_x, in gst_motion_cells_get_property()
689 filter->motionmaskcoords[i].lower_right_x, in gst_motion_cells_get_property()
913 motionmaskcoords[i].lower_right_x = in gst_motion_cells_transform_ip()
914 filter->motionmaskcoords[i].lower_right_x / 2; in gst_motion_cells_transform_ip()
/dports/www/gstreamer1-plugins-neon/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstmotioncells.cpp395 if (width < coords.lower_right_x) in fix_coords()
396 coords.lower_right_x = width; in fix_coords()
518 filter->motionmaskcoords[i].lower_right_x = lx < 0 ? 0 : lx; in gst_motion_cells_set_property()
683 filter->motionmaskcoords[i].lower_right_x, in gst_motion_cells_get_property()
689 filter->motionmaskcoords[i].lower_right_x, in gst_motion_cells_get_property()
913 motionmaskcoords[i].lower_right_x = in gst_motion_cells_transform_ip()
914 filter->motionmaskcoords[i].lower_right_x / 2; in gst_motion_cells_transform_ip()
/dports/multimedia/gstreamer1-plugins-ttml/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstmotioncells.cpp395 if (width < coords.lower_right_x) in fix_coords()
396 coords.lower_right_x = width; in fix_coords()
518 filter->motionmaskcoords[i].lower_right_x = lx < 0 ? 0 : lx; in gst_motion_cells_set_property()
683 filter->motionmaskcoords[i].lower_right_x, in gst_motion_cells_get_property()
689 filter->motionmaskcoords[i].lower_right_x, in gst_motion_cells_get_property()
913 motionmaskcoords[i].lower_right_x = in gst_motion_cells_transform_ip()
914 filter->motionmaskcoords[i].lower_right_x / 2; in gst_motion_cells_transform_ip()
H A DMotionCells.h82 int lower_right_x; member
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/ext/opencv/
H A Dgstmotioncells.cpp395 if (width < coords.lower_right_x) in fix_coords()
396 coords.lower_right_x = width; in fix_coords()
518 filter->motionmaskcoords[i].lower_right_x = lx < 0 ? 0 : lx; in gst_motion_cells_set_property()
683 filter->motionmaskcoords[i].lower_right_x, in gst_motion_cells_get_property()
689 filter->motionmaskcoords[i].lower_right_x, in gst_motion_cells_get_property()
913 motionmaskcoords[i].lower_right_x = in gst_motion_cells_transform_ip()
914 filter->motionmaskcoords[i].lower_right_x / 2; in gst_motion_cells_transform_ip()
/dports/audio/soundtracker/soundtracker-1.0.2.1/app/
H A Dclavier.h43 gint lower_right_x; /* not valid if is_black==TRUE */ member
/dports/games/widelands/widelands-build21/src/editor/
H A Dmap_generator.cc618 uint32_t lower_right_x = fc.x - x_dec + 1; in create_random_map() local
626 if (lower_right_x >= map_info_.w) in create_random_map()
627 lower_right_x -= map_info_.w; in create_random_map()
636 uint8_t height_x1_y1 = map_[Coords(lower_right_x, lower_y)].get_height(); in create_random_map()
642 Coords(lower_right_x, lower_y), height_x0_y0, height_x0_y1, height_x1_y1, rng, terrType)); in create_random_map()
646 Coords(lower_right_x, lower_y), height_x0_y0, height_x1_y0, height_x1_y1, rng, terrType)); in create_random_map()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/euclid-0.20.10/src/
H A Dnonempty.rs38 let lower_right_x = max(self.max_x(), other.max_x()); in union() localVariable
44 lower_right_x - origin.x, in union()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/euclid/src/
H A Dnonempty.rs38 let lower_right_x = max(self.max_x(), other.max_x()); in union() localVariable
44 lower_right_x - origin.x, in union()
H A Drect.rs185 let lower_right_x = min(self.max_x(), other.max_x()); in intersection() localVariable
190 Size2D::new(lower_right_x - upper_left.x, lower_right_y - upper_left.y), in intersection()
372 let lower_right_x = max(self.max_x(), other.max_x()); in union() localVariable
377 Size2D::new(lower_right_x - upper_left.x, lower_right_y - upper_left.y), in union()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/euclid-0.20.10/src/
H A Dnonempty.rs38 let lower_right_x = max(self.max_x(), other.max_x()); in union() localVariable
44 lower_right_x - origin.x, in union()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/euclid-0.20.0/src/
H A Dnonempty.rs39 let lower_right_x = max(self.max_x(), other.max_x()); in union() localVariable
45 lower_right_x - origin.x, in union()
H A Drect.rs167 let lower_right_x = min(self.max_x(), other.max_x()); in intersection() localVariable
172 Size2D::new(lower_right_x - upper_left.x, lower_right_y - upper_left.y), in intersection()
348 let lower_right_x = max(self.max_x(), other.max_x()); in union() localVariable
353 Size2D::new(lower_right_x - upper_left.x, lower_right_y - upper_left.y), in union()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/euclid/src/
H A Drect.rs165 let lower_right_x = min(self.max_x(), other.max_x()); in intersection() localVariable
170 TypedSize2D::new(lower_right_x - upper_left.x, lower_right_y - upper_left.y), in intersection()
355 let lower_right_x = max(self.max_x(), other.max_x()); in union() localVariable
360 TypedSize2D::new(lower_right_x - upper_left.x, lower_right_y - upper_left.y), in union()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.h82 int lower_right_x; member
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.h82 int lower_right_x; member
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.h82 int lower_right_x; member
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.h82 int lower_right_x; member
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.h82 int lower_right_x; member
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.h82 int lower_right_x; member
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.h82 int lower_right_x; member
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.h82 int lower_right_x; member
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.h82 int lower_right_x; member
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.h82 int lower_right_x; member
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.h82 int lower_right_x; member

1234567