Home
last modified time | relevance | path

Searched refs:dst_bounds (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Ddrag_window_resizer.cc163 gfx::Rect dst_bounds = bounds; in EndDragImpl() local
164 ::wm::ConvertRectToScreen(GetTarget()->parent(), &dst_bounds); in EndDragImpl()
171 if (!dst_bounds.Contains(last_mouse_location_in_screen)) { in EndDragImpl()
172 if (last_mouse_location_in_screen.x() < dst_bounds.x()) in EndDragImpl()
173 dst_bounds.set_x(last_mouse_location_in_screen.x()); in EndDragImpl()
174 else if (last_mouse_location_in_screen.x() > dst_bounds.right()) in EndDragImpl()
175 dst_bounds.set_x(last_mouse_location_in_screen.x() - dst_bounds.width()); in EndDragImpl()
178 &dst_bounds); in EndDragImpl()
180 GetTarget()->SetBoundsInScreen(dst_bounds, dst_display); in EndDragImpl()
/dports/graphics/py-rasterio/rasterio-1.2.10/rasterio/rio/
H A Dwarp.py68 dst_bounds, res, resampling, src_nodata, dst_nodata, threads, argument
129 if src_bounds or dst_bounds:
136 invalid_combos = (dimensions, dst_bounds, dst_crs, res)
143 invalid_combos = (dst_bounds, res)
160 if src_bounds and dst_bounds:
197 elif src_bounds or dst_bounds:
212 xmin, ymin, xmax, ymax = dst_bounds
245 elif src_bounds or dst_bounds:
252 xmin, ymin, xmax, ymax = (src_bounds or dst_bounds)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-dx11/src/
H A Dinternal.rs636 let (sx, dx) = if info.dst_bounds.start.x > info.dst_bounds.end.x { in update_blit()
647 let (sy, dy) = if info.dst_bounds.start.y > info.dst_bounds.end.y { in update_blit()
1147 TopLeftX: cmp::min(region.dst_bounds.start.x, region.dst_bounds.end.x) as _, in blit_2d_image()
1148 TopLeftY: cmp::min(region.dst_bounds.start.y, region.dst_bounds.end.y) as _, in blit_2d_image()
1149 Width: (region.dst_bounds.end.x - region.dst_bounds.start.x).abs() as _, in blit_2d_image()
1150 Height: (region.dst_bounds.end.y - region.dst_bounds.start.y).abs() as _, in blit_2d_image()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-dx11-0.4.1/src/
H A Dinternal.rs632 let (sx, dx) = if info.dst_bounds.start.x > info.dst_bounds.end.x { in update_blit()
643 let (sy, dy) = if info.dst_bounds.start.y > info.dst_bounds.end.y { in update_blit()
1143 TopLeftX: cmp::min(region.dst_bounds.start.x, region.dst_bounds.end.x) as _, in blit_2d_image()
1144 TopLeftY: cmp::min(region.dst_bounds.start.y, region.dst_bounds.end.y) as _, in blit_2d_image()
1145 Width: (region.dst_bounds.end.x - region.dst_bounds.start.x).abs() as _, in blit_2d_image()
1146 Height: (region.dst_bounds.end.y - region.dst_bounds.start.y).abs() as _, in blit_2d_image()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/display/
H A Dshared_display_edge_indicator.cc54 const gfx::Rect& dst_bounds) { in Show() argument
58 dst_widget_ = CreateWidget(dst_bounds); in Show()
H A Dshared_display_edge_indicator.h37 void Show(const gfx::Rect& src_bounds, const gfx::Rect& dst_bounds);
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx11/src/
H A Dinternal.rs1339 let (sx, dx) = if info.dst_bounds.start.x > info.dst_bounds.end.x { in blit_2d_image()
1350 let (sy, dy) = if info.dst_bounds.start.y > info.dst_bounds.end.y { in blit_2d_image()
1385 TopLeftX: cmp::min(info.dst_bounds.start.x, info.dst_bounds.end.x) as _, in blit_2d_image()
1386 TopLeftY: cmp::min(info.dst_bounds.start.y, info.dst_bounds.end.y) as _, in blit_2d_image()
1387 Width: (info.dst_bounds.end.x - info.dst_bounds.start.x).abs() as _, in blit_2d_image()
1388 Height: (info.dst_bounds.end.y - info.dst_bounds.start.y).abs() as _, in blit_2d_image()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-dx11/src/
H A Dinternal.rs1339 let (sx, dx) = if info.dst_bounds.start.x > info.dst_bounds.end.x { in blit_2d_image()
1350 let (sy, dy) = if info.dst_bounds.start.y > info.dst_bounds.end.y { in blit_2d_image()
1385 TopLeftX: cmp::min(info.dst_bounds.start.x, info.dst_bounds.end.x) as _, in blit_2d_image()
1386 TopLeftY: cmp::min(info.dst_bounds.start.y, info.dst_bounds.end.y) as _, in blit_2d_image()
1387 Width: (info.dst_bounds.end.x - info.dst_bounds.start.x).abs() as _, in blit_2d_image()
1388 Height: (info.dst_bounds.end.y - info.dst_bounds.start.y).abs() as _, in blit_2d_image()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-hal/src/command/
H A Dstructs.rs85 pub dst_bounds: Range<image::Offset>, field
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-hal/src/command/
H A Dstructs.rs85 pub dst_bounds: Range<image::Offset>, field
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-hal/src/command/
H A Dstructs.rs85 pub dst_bounds: Range<image::Offset>, field
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-hal-0.4.0/src/command/
H A Dstructs.rs85 pub dst_bounds: Range<image::Offset>, field
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-dx12/src/
H A Dcommand.rs1741 TopLeftX: cmp::min(r.dst_bounds.start.x, r.dst_bounds.end.x) as _, in blit_image()
1742 TopLeftY: cmp::min(r.dst_bounds.start.y, r.dst_bounds.end.y) as _, in blit_image()
1743 Width: (r.dst_bounds.end.x - r.dst_bounds.start.x).abs() as _, in blit_image()
1744 Height: (r.dst_bounds.end.y - r.dst_bounds.start.y).abs() as _, in blit_image()
1756 let (sx, dx) = if r.dst_bounds.start.x > r.dst_bounds.end.x { in blit_image()
1767 let (sy, dy) = if r.dst_bounds.start.y > r.dst_bounds.end.y { in blit_image()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-dx12-0.4.1/src/
H A Dcommand.rs1712 TopLeftX: cmp::min(r.dst_bounds.start.x, r.dst_bounds.end.x) as _, in blit_image()
1713 TopLeftY: cmp::min(r.dst_bounds.start.y, r.dst_bounds.end.y) as _, in blit_image()
1714 Width: (r.dst_bounds.end.x - r.dst_bounds.start.x).abs() as _, in blit_image()
1715 Height: (r.dst_bounds.end.y - r.dst_bounds.start.y).abs() as _, in blit_image()
1727 let (sx, dx) = if r.dst_bounds.start.x > r.dst_bounds.end.x { in blit_image()
1738 let (sy, dy) = if r.dst_bounds.start.y > r.dst_bounds.end.y { in blit_image()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx12/src/
H A Dcommand.rs1811 TopLeftX: cmp::min(r.dst_bounds.start.x, r.dst_bounds.end.x) as _, in blit_image()
1812 TopLeftY: cmp::min(r.dst_bounds.start.y, r.dst_bounds.end.y) as _, in blit_image()
1813 Width: (r.dst_bounds.end.x - r.dst_bounds.start.x).abs() as _, in blit_image()
1814 Height: (r.dst_bounds.end.y - r.dst_bounds.start.y).abs() as _, in blit_image()
1826 let (sx, dx) = if r.dst_bounds.start.x > r.dst_bounds.end.x { in blit_image()
1837 let (sy, dy) = if r.dst_bounds.start.y > r.dst_bounds.end.y { in blit_image()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-dx12/src/
H A Dcommand.rs1811 TopLeftX: cmp::min(r.dst_bounds.start.x, r.dst_bounds.end.x) as _, in blit_image()
1812 TopLeftY: cmp::min(r.dst_bounds.start.y, r.dst_bounds.end.y) as _, in blit_image()
1813 Width: (r.dst_bounds.end.x - r.dst_bounds.start.x).abs() as _, in blit_image()
1814 Height: (r.dst_bounds.end.y - r.dst_bounds.start.y).abs() as _, in blit_image()
1826 let (sx, dx) = if r.dst_bounds.start.x > r.dst_bounds.end.x { in blit_image()
1837 let (sy, dy) = if r.dst_bounds.start.y > r.dst_bounds.end.y { in blit_image()
/dports/graphics/py-rasterio/rasterio-1.2.10/docs/topics/
H A Dvirtual-warping.rst128 dst_bounds = -8744355, 2768114, -8559167, 2908677
134 left, bottom, right, top = dst_bounds
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/
H A Dfunctions.py1229 dst_bounds = scale * (lim_in.min - lo), scale * (lim_in.max - lo)
1230 if dst_bounds[1] < dst_bounds[0]:
1231 dst_bounds = dst_bounds[1], dst_bounds[0]
1233 fits_int32 = lim32.min < dst_bounds[0] and dst_bounds[1] < lim32.max
/dports/graphics/py-rasterio/rasterio-1.2.10/tests/
H A Dtest_warpedvrt.py264 dst_bounds = transform_bounds(src.crs, dst_crs, *src.bounds)
267 left, bottom, right, top = dst_bounds
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-vulkan-0.4.0/src/
H A Dcommand.rs494 conv::map_offset(r.dst_bounds.start), in blit_image()
495 conv::map_offset(r.dst_bounds.end), in blit_image()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-vulkan/src/
H A Dcommand.rs498 conv::map_offset(r.dst_bounds.start), in blit_image()
499 conv::map_offset(r.dst_bounds.end), in blit_image()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-vulkan/src/
H A Dcommand.rs498 conv::map_offset(r.dst_bounds.start), in blit_image()
499 conv::map_offset(r.dst_bounds.end), in blit_image()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-vulkan/src/
H A Dcommand.rs500 conv::map_offset(r.dst_bounds.start), in blit_image()
501 conv::map_offset(r.dst_bounds.end), in blit_image()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-metal/src/
H A Dcommand.rs3144 r.dst_bounds.start.x, in blit_image()
3145 r.dst_bounds.start.y, in blit_image()
3150 r.dst_bounds.start.x, in blit_image()
3151 r.dst_bounds.end.y, in blit_image()
3156 r.dst_bounds.end.x, in blit_image()
3157 r.dst_bounds.end.y, in blit_image()
3162 r.dst_bounds.end.x, in blit_image()
3163 r.dst_bounds.start.y, in blit_image()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-metal-0.4.0/src/
H A Dcommand.rs3122 r.dst_bounds.start.x, in blit_image()
3123 r.dst_bounds.start.y, in blit_image()
3128 r.dst_bounds.start.x, in blit_image()
3129 r.dst_bounds.end.y, in blit_image()
3134 r.dst_bounds.end.x, in blit_image()
3135 r.dst_bounds.end.y, in blit_image()
3140 r.dst_bounds.end.x, in blit_image()
3141 r.dst_bounds.start.y, in blit_image()

12