Home
last modified time | relevance | path

Searched refs:transformed_bounds (Results 1 – 20 of 20) sorted by relevance

/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/
H A Dtransformation.h160 Rect transformed_bounds( in transform_bounds()
163 transformed_bounds.expand( in transform_bounds()
166 transformed_bounds.expand( in transform_bounds()
169 transformed_bounds.expand( in transform_bounds()
172 return transformed_bounds; in transform_bounds()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/
H A Dtransformation.h160 Rect transformed_bounds( in transform_bounds()
163 transformed_bounds.expand( in transform_bounds()
166 transformed_bounds.expand( in transform_bounds()
169 transformed_bounds.expand( in transform_bounds()
172 return transformed_bounds; in transform_bounds()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/
H A Dtransformation.h160 Rect transformed_bounds( in transform_bounds()
163 transformed_bounds.expand( in transform_bounds()
166 transformed_bounds.expand( in transform_bounds()
169 transformed_bounds.expand( in transform_bounds()
172 return transformed_bounds; in transform_bounds()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/home_screen/
H A Ddrag_window_from_shelf_controller.cc491 gfx::RectF transformed_bounds(window_->bounds()); in UpdateDraggedWindow() local
493 gfx::ToRoundedPoint(transformed_bounds.origin()), transform); in UpdateDraggedWindow()
494 new_tranform.TransformRect(&transformed_bounds); in UpdateDraggedWindow()
495 ::wm::TranslateRectToScreen(window_->parent(), &transformed_bounds); in UpdateDraggedWindow()
496 if (transformed_bounds.y() < display_bounds.y()) { in UpdateDraggedWindow()
498 (display_bounds.y() - transformed_bounds.y()) / scale); in UpdateDraggedWindow()
499 } else if (transformed_bounds.bottom() > bounds.bottom()) { in UpdateDraggedWindow()
502 0, (bounds.bottom() - transformed_bounds.bottom()) / scale); in UpdateDraggedWindow()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/algs/qgis/
H A DFindProjection.py132 transformed_bounds = QgsGeometry(layer_bounds)
134 if transformed_bounds.transform(transform_candidate) != 0:
140 if engine.intersects(transformed_bounds.constGet()):
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/algs/qgis/
H A DFindProjection.py132 transformed_bounds = QgsGeometry(layer_bounds)
134 if not transformed_bounds.transform(transform_candidate) == 0:
140 if engine.intersects(transformed_bounds.constGet()):
/dports/graphics/p5-Imager/Imager-1.012/samples/
H A Dslant_text.pl64 transformed_bounds($bbox, $trans);
88 sub transformed_bounds {
/dports/science/py-scikit-optimize/scikit-optimize-0.9.0/skopt/optimizer/
H A Doptimizer.py531 transformed_bounds = np.array(self.space.transformed_bounds)
579 bounds=self.space.transformed_bounds,
592 next_x, transformed_bounds[:, 0],
593 transformed_bounds[:, 1])
/dports/science/py-scikit-optimize/scikit-optimize-0.9.0/skopt/space/
H A Dspace.py190 def transformed_bounds(self):
367 def transformed_bounds(self):
554 def transformed_bounds(self):
723 def transformed_bounds(self):
1092 def transformed_bounds(self):
1098 b.append(dim.transformed_bounds)
1100 b.extend(dim.transformed_bounds)
/dports/graphics/py-pyproj/pyproj-3.2.1/test/
H A Dtest_transformer.py1284 transformed_bounds = transformer.transform_bounds(miny, minx, maxy, maxx)
1286 transformed_bounds,
1291 *transformed_bounds,
1305 transformed_bounds = transformer.transform_bounds(*crs.area_of_use.bounds)
1307 transformed_bounds,
1311 transformer.transform_bounds(*transformed_bounds, direction="INVERSE"),
/dports/math/py-cma/cma-3.1.0/cma/
H A Dwrapper.py76 'bounds': np.array(space.transformed_bounds).transpose().tolist(),
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dshelf_widget.cc816 gfx::RectF transformed_bounds(current_shelf_bounds); in UpdateLayout() local
817 GetLayer()->transform().TransformRect(&transformed_bounds); in UpdateLayout()
818 current_shelf_bounds = gfx::ToEnclosedRect(transformed_bounds); in UpdateLayout()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura/
H A Dwindow_occlusion_tracker.cc101 gfx::RectF transformed_bounds(bounds); in ComputeClippedAndTransformedBounds() local
102 transform_relative_to_root.TransformRect(&transformed_bounds); in ComputeClippedAndTransformedBounds()
104 gfx::RectToSkIRect(gfx::ToEnclosedRect(transformed_bounds)); in ComputeClippedAndTransformedBounds()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/aura/
H A Dwindow_occlusion_tracker.cc100 gfx::RectF transformed_bounds(bounds); in ComputeClippedAndTransformedBounds() local
101 transform_relative_to_root.TransformRect(&transformed_bounds); in ComputeClippedAndTransformedBounds()
103 gfx::RectToSkIRect(gfx::ToEnclosedRect(transformed_bounds)); in ComputeClippedAndTransformedBounds()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/overview/
H A Doverview_item.cc1127 gfx::RectF transformed_bounds = target_bounds; in SetItemBounds() local
1131 transformed_bounds.Inset(kWindowMargin, kWindowMargin); in SetItemBounds()
1136 transformed_bounds.set_size(gfx::SizeF(*unclipped_size_)); in SetItemBounds()
1140 screen_rect, transformed_bounds, top_view_inset, kHeaderHeightDp); in SetItemBounds()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/ngl/
H A Dgsknglrenderjob.c843 graphene_rect_t transformed_bounds; in gsk_ngl_render_job_update_clip() local
855 gsk_ngl_render_job_transform_bounds (job, bounds, &transformed_bounds); in gsk_ngl_render_job_update_clip()
857 if (!rect_intersects (&job->current_clip->rect.bounds, &transformed_bounds)) in gsk_ngl_render_job_update_clip()
865 if (rect_contains_rect (&job->current_clip->rect.bounds, &transformed_bounds)) in gsk_ngl_render_job_update_clip()
870 else if (gsk_rounded_rect_contains_rect (&job->current_clip->rect, &transformed_bounds)) in gsk_ngl_render_job_update_clip()
881 transformed_bounds.origin.x, transformed_bounds.size.width) || in gsk_ngl_render_job_update_clip()
883 transformed_bounds.origin.y, transformed_bounds.size.height)) in gsk_ngl_render_job_update_clip()
904 graphene_rect_intersection (&job->current_clip->rect.bounds, &transformed_bounds, &rect); in gsk_ngl_render_job_update_clip()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtksnapshot.c998 graphene_rect_t transformed_bounds; in gtk_snapshot_push_gl_shader() local
1007 gtk_graphene_rect_scale_affine (bounds, scale_x, scale_y, dx, dy, &transformed_bounds); in gtk_snapshot_push_gl_shader()
1008 state->data.glshader.bounds = transformed_bounds; in gtk_snapshot_push_gl_shader()
1022 state->data.glshader_texture.bounds = transformed_bounds; in gtk_snapshot_push_gl_shader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/desks/
H A Ddesks_unittests.cc2721 gfx::RectF transformed_bounds(shelf_widget->GetWindowBoundsInScreen()); in TEST_F() local
2722 shelf_widget->GetLayer()->transform().TransformRect(&transformed_bounds); in TEST_F()
2723 EXPECT_EQ(gfx::ToEnclosedRect(transformed_bounds), hidden_shelf_bounds); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/frame_host/
H A Drender_frame_host_impl.cc4179 gfx::Rect transformed_bounds(transformed_point.x(), transformed_point.y(), in OnShowPopup() local
4181 view->ShowPopupMenu(this, transformed_bounds, params.item_height, in OnShowPopup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Drender_frame_host_impl.cc4862 gfx::Rect transformed_bounds(transformed_point.x(), transformed_point.y(), in ShowPopupMenu() local
4864 view->ShowPopupMenu(this, std::move(popup_client), transformed_bounds, in ShowPopupMenu()