Home
last modified time | relevance | path

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

12

/dports/www/firefox-esr/firefox-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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/overview/
H A Doverview_grid.cc1134 SkIRect src_bounds = gfx::RectToSkIRect(src_bounds_temp); in CalculateWindowListAnimationStates() local
1138 (!src_bounds.isEmpty() && occluded_region.contains(src_bounds)); in CalculateWindowListAnimationStates()
1143 if (!src_bounds.isEmpty()) in CalculateWindowListAnimationStates()
1144 occluded_region.op(src_bounds, SkRegion::kUnion_Op); in CalculateWindowListAnimationStates()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura/
H A Dwindow_occlusion_tracker.cc120 const gfx::Rect src_bounds = in GetWindowBoundsInRootWindow() local
123 gfx::Rect(src_bounds.size()), transform_relative_to_root, clipped_bounds); in GetWindowBoundsInRootWindow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/aura/
H A Dwindow_occlusion_tracker.cc119 const gfx::Rect src_bounds = in GetWindowBoundsInRootWindow() local
122 gfx::Rect(src_bounds.size()), transform_relative_to_root, clipped_bounds); in GetWindowBoundsInRootWindow()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-vulkan-0.4.0/src/
H A Dcommand.rs489 conv::map_offset(r.src_bounds.start), in blit_image()
490 conv::map_offset(r.src_bounds.end), in blit_image()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-vulkan/src/
H A Dcommand.rs493 conv::map_offset(r.src_bounds.start), in blit_image()
494 conv::map_offset(r.src_bounds.end), in blit_image()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-vulkan/src/
H A Dcommand.rs493 conv::map_offset(r.src_bounds.start), in blit_image()
494 conv::map_offset(r.src_bounds.end), in blit_image()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-vulkan/src/
H A Dcommand.rs495 conv::map_offset(r.src_bounds.start), in blit_image()
496 conv::map_offset(r.src_bounds.end), in blit_image()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-metal/src/
H A Dcommand.rs3142 r.src_bounds.start.x, in blit_image()
3143 r.src_bounds.start.y, in blit_image()
3148 r.src_bounds.start.x, in blit_image()
3149 r.src_bounds.end.y, in blit_image()
3154 r.src_bounds.end.x, in blit_image()
3155 r.src_bounds.end.y, in blit_image()
3160 r.src_bounds.end.x, in blit_image()
3161 r.src_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.rs3120 r.src_bounds.start.x, in blit_image()
3121 r.src_bounds.start.y, in blit_image()
3126 r.src_bounds.start.x, in blit_image()
3127 r.src_bounds.end.y, in blit_image()
3132 r.src_bounds.end.x, in blit_image()
3133 r.src_bounds.end.y, in blit_image()
3138 r.src_bounds.end.x, in blit_image()
3139 r.src_bounds.start.y, in blit_image()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dcommand.rs3306 r.src_bounds.start.x, in blit_image()
3307 r.src_bounds.start.y, in blit_image()
3312 r.src_bounds.start.x, in blit_image()
3313 r.src_bounds.end.y, in blit_image()
3318 r.src_bounds.end.x, in blit_image()
3319 r.src_bounds.end.y, in blit_image()
3324 r.src_bounds.end.x, in blit_image()
3325 r.src_bounds.start.y, in blit_image()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dcommand.rs3306 r.src_bounds.start.x, in blit_image()
3307 r.src_bounds.start.y, in blit_image()
3312 r.src_bounds.start.x, in blit_image()
3313 r.src_bounds.end.y, in blit_image()
3318 r.src_bounds.end.x, in blit_image()
3319 r.src_bounds.end.y, in blit_image()
3324 r.src_bounds.end.x, in blit_image()
3325 r.src_bounds.start.y, in blit_image()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgsgeometry.py6170 src_bounds = geom.buffer(geom.boundingBox().width() / 10, 5).boundingBox()
6171 if src_bounds.width() and src_bounds.height():
6172 … scale = min(dest_bounds.width() / src_bounds.width(), dest_bounds.height() / src_bounds.height())
6176 src_bounds = geom.buffer(geom.boundingBox().width() / 10, 5).boundingBox()
6177 t = QTransform.fromTranslate(-src_bounds.xMinimum(), -src_bounds.yMinimum())
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgsgeometry.py6529 src_bounds = geom.buffer(geom.boundingBox().width() / 10, 5).boundingBox()
6530 if src_bounds.width() and src_bounds.height():
6531 … scale = min(dest_bounds.width() / src_bounds.width(), dest_bounds.height() / src_bounds.height())
6535 src_bounds = geom.buffer(geom.boundingBox().width() / 10, 5).boundingBox()
6536 t = QTransform.fromTranslate(-src_bounds.xMinimum(), -src_bounds.yMinimum())
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc9055 gfx::Rect src_bounds(0, 0, read_size.width(), read_size.height()); in DoBlitFramebufferCHROMIUM() local
9175 if (!src_bounds.Contains(src_region)) { in DoBlitFramebufferCHROMIUM()
9178 src_region.Intersect(src_bounds); in DoBlitFramebufferCHROMIUM()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc9087 gfx::Rect src_bounds(0, 0, read_size.width(), read_size.height()); in DoBlitFramebufferCHROMIUM() local
9207 if (!src_bounds.Contains(src_region)) { in DoBlitFramebufferCHROMIUM()
9210 src_region.Intersect(src_bounds); in DoBlitFramebufferCHROMIUM()

12