Home
last modified time | relevance | path

Searched refs:src_bounds (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/rendering/software/task/
H A Dtasksurfaceresamplesw.cpp238 const RectInt &src_bounds, in resample() argument
250 transformation.get_transformed(Vector( Real(src_bounds.minx), Real(src_bounds.miny) )), in resample()
251 transformation.get_transformed(Vector( Real(src_bounds.maxx), Real(src_bounds.miny) )), in resample()
312 Real sx = (corners[1] - corners[0]).mag()/Real(src_bounds.maxx - src_bounds.minx); in resample()
313 Real sy = (corners[2] - corners[0]).mag()/Real(src_bounds.maxy - src_bounds.miny); in resample()
320 -Real(src_bounds.maxx - src_bounds.minx), in resample()
321 -Real(src_bounds.maxy - src_bounds.miny) ) in resample()
356 const RectInt &src_bounds, in resample() argument
371 src_bounds, in resample()
386 const RectInt &src_bounds, in resample() argument
[all …]
H A Dtasksurfaceresamplesw.h72 const RectInt &src_bounds,
85 const RectInt &src_bounds,
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/rendering/software/task/
H A Dtasksurfaceresamplesw.cpp238 const RectInt &src_bounds, in resample() argument
250 transformation.get_transformed(Vector( Real(src_bounds.minx), Real(src_bounds.miny) )), in resample()
251 transformation.get_transformed(Vector( Real(src_bounds.maxx), Real(src_bounds.miny) )), in resample()
312 Real sx = (corners[1] - corners[0]).mag()/Real(src_bounds.maxx - src_bounds.minx); in resample()
313 Real sy = (corners[2] - corners[0]).mag()/Real(src_bounds.maxy - src_bounds.miny); in resample()
320 -Real(src_bounds.maxx - src_bounds.minx), in resample()
321 -Real(src_bounds.maxy - src_bounds.miny) ) in resample()
356 const RectInt &src_bounds, in resample() argument
371 src_bounds, in resample()
386 const RectInt &src_bounds, in resample() argument
[all …]
H A Dtasksurfaceresamplesw.h72 const RectInt &src_bounds,
85 const RectInt &src_bounds,
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/rendering/software/task/
H A Dtasksurfaceresamplesw.cpp238 const RectInt &src_bounds, in resample() argument
250 transformation.get_transformed(Vector( Real(src_bounds.minx), Real(src_bounds.miny) )), in resample()
251 transformation.get_transformed(Vector( Real(src_bounds.maxx), Real(src_bounds.miny) )), in resample()
312 Real sx = (corners[1] - corners[0]).mag()/Real(src_bounds.maxx - src_bounds.minx); in resample()
313 Real sy = (corners[2] - corners[0]).mag()/Real(src_bounds.maxy - src_bounds.miny); in resample()
320 -Real(src_bounds.maxx - src_bounds.minx), in resample()
321 -Real(src_bounds.maxy - src_bounds.miny) ) in resample()
356 const RectInt &src_bounds, in resample() argument
371 src_bounds, in resample()
386 const RectInt &src_bounds, in resample() argument
[all …]
H A Dtasksurfaceresamplesw.h72 const RectInt &src_bounds,
85 const RectInt &src_bounds,
/dports/graphics/py-rasterio/rasterio-1.2.10/rasterio/rio/
H A Dwarp.py67 def warp(ctx, files, output, driver, like, dst_crs, dimensions, src_bounds, argument
129 if src_bounds or dst_bounds:
160 if src_bounds and dst_bounds:
183 bounds = src_bounds or src.bounds
197 elif src_bounds or dst_bounds:
203 if src_bounds:
206 src.crs, dst_crs, *src_bounds)
237 l, b, r, t = src_bounds or (left, bottom, right, top)
245 elif src_bounds or dst_bounds:
252 xmin, ymin, xmax, ymax = (src_bounds or dst_bounds)
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/workspace/
H A Dmagnetism_matcher.cc170 const gfx::Rect& src_bounds(matchers_[0]->bounds()); in AttachToSecondaryEdge() local
173 IsCloseEnough(bounds.y(), src_bounds.y())) { in AttachToSecondaryEdge()
177 IsCloseEnough(bounds.bottom(), src_bounds.bottom())) { in AttachToSecondaryEdge()
184 IsCloseEnough(bounds.x(), src_bounds.x())) { in AttachToSecondaryEdge()
188 IsCloseEnough(bounds.right(), src_bounds.right())) { in AttachToSecondaryEdge()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-dx11/src/
H A Dinternal.rs638 info.src_bounds.end.x, in update_blit()
639 info.src_bounds.start.x - info.src_bounds.end.x, in update_blit()
643 info.src_bounds.start.x, in update_blit()
644 info.src_bounds.end.x - info.src_bounds.start.x, in update_blit()
649 info.src_bounds.end.y, in update_blit()
650 info.src_bounds.start.y - info.src_bounds.end.y, in update_blit()
654 info.src_bounds.start.y, in update_blit()
655 info.src_bounds.end.y - info.src_bounds.start.y, in update_blit()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-dx11-0.4.1/src/
H A Dinternal.rs634 info.src_bounds.end.x, in update_blit()
635 info.src_bounds.start.x - info.src_bounds.end.x, in update_blit()
639 info.src_bounds.start.x, in update_blit()
640 info.src_bounds.end.x - info.src_bounds.start.x, in update_blit()
645 info.src_bounds.end.y, in update_blit()
646 info.src_bounds.start.y - info.src_bounds.end.y, in update_blit()
650 info.src_bounds.start.y, in update_blit()
651 info.src_bounds.end.y - info.src_bounds.start.y, in update_blit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/display/
H A Dshared_display_edge_indicator.cc53 void SharedDisplayEdgeIndicator::Show(const gfx::Rect& src_bounds, in Show() argument
57 src_widget_ = CreateWidget(src_bounds); in Show()
H A Dshared_display_edge_indicator.h37 void Show(const gfx::Rect& src_bounds, const gfx::Rect& dst_bounds);
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/examples/demo/flock/
H A Dsprite.cc50 pp::Rect src_bounds(pp::Point(), size()); in CompositeFromRectToPoint() local
51 pp::Rect src_rect_clipped(src_rect.Intersect(src_bounds)); in CompositeFromRectToPoint()
/dports/graphics/py-rasterio/rasterio-1.2.10/rasterio/
H A Dwarp.py318 src_bounds = tuple([None] * 4)
328 src_bounds = array_bounds(src_height, src_width, src_transform)
335 src_bounds = src_rdr.bounds
356 left, bottom, right, top = src_bounds
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx11/src/
H A Dinternal.rs1341 info.src_bounds.end.x, in blit_2d_image()
1342 info.src_bounds.start.x - info.src_bounds.end.x, in blit_2d_image()
1346 info.src_bounds.start.x, in blit_2d_image()
1347 info.src_bounds.end.x - info.src_bounds.start.x, in blit_2d_image()
1352 info.src_bounds.end.y, in blit_2d_image()
1353 info.src_bounds.start.y - info.src_bounds.end.y, in blit_2d_image()
1357 info.src_bounds.start.y, in blit_2d_image()
1358 info.src_bounds.end.y - info.src_bounds.start.y, in blit_2d_image()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-dx11/src/
H A Dinternal.rs1341 info.src_bounds.end.x, in blit_2d_image()
1342 info.src_bounds.start.x - info.src_bounds.end.x, in blit_2d_image()
1346 info.src_bounds.start.x, in blit_2d_image()
1347 info.src_bounds.end.x - info.src_bounds.start.x, in blit_2d_image()
1352 info.src_bounds.end.y, in blit_2d_image()
1353 info.src_bounds.start.y - info.src_bounds.end.y, in blit_2d_image()
1357 info.src_bounds.start.y, in blit_2d_image()
1358 info.src_bounds.end.y - info.src_bounds.start.y, in blit_2d_image()
/dports/graphics/pinta/pinta-1.7.1/Pinta.Effects/Effects/
H A DPixelateEffect.cs82 Gdk.Rectangle src_bounds = src.GetBounds (); in Render()
92 var color = ComputeCellColor (x, y, src, cellSize, src_bounds); in Render()
H A DZoomBlurEffect.cs60 Gdk.Rectangle src_bounds = src.GetBounds (); in Render()
100 if (src_bounds.Contains (u, v)) { in Render()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-hal/src/command/
H A Dstructs.rs81 pub src_bounds: Range<image::Offset>, field
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-hal/src/command/
H A Dstructs.rs81 pub src_bounds: Range<image::Offset>, field
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-hal/src/command/
H A Dstructs.rs81 pub src_bounds: Range<image::Offset>, field
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-hal-0.4.0/src/command/
H A Dstructs.rs81 pub src_bounds: Range<image::Offset>, field
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-dx12/src/
H A Dcommand.rs1758 r.src_bounds.end.x, in blit_image()
1759 r.src_bounds.start.x - r.src_bounds.end.x, in blit_image()
1763 r.src_bounds.start.x, in blit_image()
1764 r.src_bounds.end.x - r.src_bounds.start.x, in blit_image()
1769 r.src_bounds.end.y, in blit_image()
1770 r.src_bounds.start.y - r.src_bounds.end.y, in blit_image()
1774 r.src_bounds.start.y, in blit_image()
1775 r.src_bounds.end.y - r.src_bounds.start.y, in blit_image()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-dx12-0.4.1/src/
H A Dcommand.rs1729 r.src_bounds.end.x, in blit_image()
1730 r.src_bounds.start.x - r.src_bounds.end.x, in blit_image()
1734 r.src_bounds.start.x, in blit_image()
1735 r.src_bounds.end.x - r.src_bounds.start.x, in blit_image()
1740 r.src_bounds.end.y, in blit_image()
1741 r.src_bounds.start.y - r.src_bounds.end.y, in blit_image()
1745 r.src_bounds.start.y, in blit_image()
1746 r.src_bounds.end.y - r.src_bounds.start.y, in blit_image()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx12/src/
H A Dcommand.rs1828 r.src_bounds.end.x, in blit_image()
1829 r.src_bounds.start.x - r.src_bounds.end.x, in blit_image()
1833 r.src_bounds.start.x, in blit_image()
1834 r.src_bounds.end.x - r.src_bounds.start.x, in blit_image()
1839 r.src_bounds.end.y, in blit_image()
1840 r.src_bounds.start.y - r.src_bounds.end.y, in blit_image()
1844 r.src_bounds.start.y, in blit_image()
1845 r.src_bounds.end.y - r.src_bounds.start.y, in blit_image()

12