Home
last modified time | relevance | path

Searched refs:base_rect (Results 1 – 22 of 22) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dghostregion.cc67 base_rect = new ArdourCanvas::Rectangle (group); in GhostRegion()
69 base_rect->set_x0 (0); in GhostRegion()
70 base_rect->set_y0 (1.0); in GhostRegion()
71 base_rect->set_y1 (trackview.current_height()); in GhostRegion()
72 base_rect->set_outline (false); in GhostRegion()
75 base_rect->hide(); in GhostRegion()
89 delete base_rect; in ~GhostRegion()
96 base_rect->set_x1 (units); in set_duration()
102 base_rect->set_y1 (trackview.current_height()); in set_height()
198 base_rect->lower_to_bottom(); in MidiGhostRegion()
[all …]
H A Dghostregion.h70 ArdourCanvas::Rectangle* base_rect; variable
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/experimental/
H A Dfalling_platform.cfg9 base_rect: "[-img_w, -img_h, img_w, -img_h, img_w, img_h, -img_w, img_h]",
10 rotated_rect: "rotate_rect(0, 3000, vars.tilt, base_rect)",
11 offset_rect: "map(range(8), 'n', (r1[n] - r2[n])/2) where r1 = rotated_rect, r2 = base_rect",
/dports/devel/godot-tools/godot-3.2.3-stable/scene/2d/
H A Dsprite.cpp82 Rect2 base_rect; in _get_rects() local
86 base_rect = region_rect; in _get_rects()
89 base_rect = Rect2(0, 0, texture->get_width(), texture->get_height()); in _get_rects()
92 Size2 frame_size = base_rect.size / Size2(hframes, vframes); in _get_rects()
97 r_src_rect.position = base_rect.position + frame_offset; in _get_rects()
/dports/devel/godot/godot-3.2.3-stable/scene/2d/
H A Dsprite.cpp82 Rect2 base_rect; in _get_rects() local
86 base_rect = region_rect; in _get_rects()
89 base_rect = Rect2(0, 0, texture->get_width(), texture->get_height()); in _get_rects()
92 Size2 frame_size = base_rect.size / Size2(hframes, vframes); in _get_rects()
97 r_src_rect.position = base_rect.position + frame_offset; in _get_rects()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qpainterpath/
H A Dtst_qpainterpath.cpp272 QRectF base_rect(0, 0, 20, 20); in contains_QPointF_data() local
275 path.addEllipse(base_rect); in contains_QPointF_data()
279 inside.addEllipse(base_rect.adjusted(5, 5, -5, -5)); in contains_QPointF_data()
285 outside.addEllipse(base_rect.adjusted(-5, -5, 5, 5)); in contains_QPointF_data()
291 base_rect = QRectF(50, 50, 200, 200); in contains_QPointF_data()
292 path.addEllipse(base_rect); in contains_QPointF_data()
295 QTest::newRow("topleft outside ellipse") << path << base_rect.topLeft() << false; in contains_QPointF_data()
296 QTest::newRow("topright outside ellipse") << path << base_rect.topRight() << false; in contains_QPointF_data()
297 QTest::newRow("bottomright outside ellipse") << path << base_rect.bottomRight() << false; in contains_QPointF_data()
298 QTest::newRow("bottomleft outside ellipse") << path << base_rect.bottomLeft() << false; in contains_QPointF_data()
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/graphics/
H A Dmosaicplot.py186 base_rect = dict([(tuple(), (0, 0, 1, 1))])
215 base_rect = _key_splitting(base_rect, cat_enum, part_count, key,
218 return base_rect
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dweb_frame_widget_impl.cc97 FloatRect NormalizeRect(const IntRect& to_normalize, const IntRect& base_rect) { in NormalizeRect() argument
100 FloatPoint(to_normalize.Location() + (-base_rect.Location()))); in NormalizeRect()
101 result.Scale(1.0 / base_rect.Width(), 1.0 / base_rect.Height()); in NormalizeRect()
H A Dvisual_viewport_test.cc1072 gfx::Rect base_rect; in TEST_P() local
1084 WebView()->MainFrameViewWidget()->CalculateSelectionBounds(base_rect, in TEST_P()
1086 gfx::Point initial_point = base_rect.origin(); in TEST_P()
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/graphics/tests/
H A Dtest_mosaicplot.py258 base_rect = {tuple(): (0, 0, 1, 1)}
259 res = _key_splitting(base_rect, ['a', 'b'], [1, 1], tuple(), True, 0)
270 base_rect = {('total',): (0, 0, 1, 1)}
271 res = _key_splitting(base_rect, ['a', 'b'], [1, 2], ('total',), True, 0)
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/props-interactive/platforms/
H A Dswinging_log_swaying.cfg84 base_rect: "[x1pos, ypos,
94 vars.rope_angle, base_rect)",
H A Dplatform_swaying.cfg287 base_rect: "[x1pos, ypos,
297 rotate, base_rect)",
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/helpers/src/qtmml/
H A Dqtmmlwidget.cpp4166 QRect base_rect; in symbolRect() local
4168 base_rect = QRect(0, 0, 1, 1); in symbolRect()
4170 base_rect = base()->myRect(); in symbolRect()
4175 return QRect(-tw, base_rect.top() - margin, tw, in symbolRect()
4176 base_rect.height() + 2*margin); in symbolRect()
5000 QRect base_rect = base->myRect(); in layoutSymbol() local
5006 base->setRelOrigin(QPoint(-base_rect.width()/2, 0)); in layoutSymbol()
5032 QRect base_rect = base->myRect(); in layoutSymbol() local
5037 base->setRelOrigin(QPoint(-base_rect.width()/2, 0)); in layoutSymbol()
5064 QRect base_rect = base->myRect(); in layoutSymbol() local
[all …]
/dports/x11-toolkits/qwt6/qwt-6.1.6/textengines/mathml/
H A Dqwt_mml_document.cpp4178 QRect base_rect; in symbolRect() local
4180 base_rect = QRect( 0, 0, 1, 1 ); in symbolRect()
4182 base_rect = base()->myRect(); in symbolRect()
4187 return QRect( -tw, base_rect.top() - margin, tw, in symbolRect()
4188 base_rect.height() + 2 * margin ); in symbolRect()
5047 QRect base_rect = base->myRect(); in layoutSymbol() local
5051 + base_rect.height() ) ); in layoutSymbol()
5053 base->setRelOrigin( QPoint( -base_rect.width() / 2, 0 ) ); in layoutSymbol()
5079 QRect base_rect = base->myRect(); in layoutSymbol() local
5084 base->setRelOrigin( QPoint( -base_rect.width() / 2, 0 ) ); in layoutSymbol()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dweb_frame_widget_impl.cc96 FloatRect NormalizeRect(const IntRect& to_normalize, const IntRect& base_rect) { in NormalizeRect() argument
99 FloatPoint(to_normalize.Location() + (-base_rect.Location()))); in NormalizeRect()
100 result.Scale(1.0 / base_rect.Width(), 1.0 / base_rect.Height()); in NormalizeRect()
H A Dvisual_viewport_test.cc1070 WebRect base_rect; in TEST_P() local
1082 WebView()->MainFrameWidget()->SelectionBounds(base_rect, extent_rect); in TEST_P()
1083 gfx::Point initialPoint(base_rect.x, base_rect.y); in TEST_P()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/3d/
H A Dsprite_3d.cpp459 Rect2 base_rect; in _draw() local
461 base_rect = region_rect; in _draw()
463 base_rect = Rect2(0, 0, texture->get_width(), texture->get_height()); in _draw()
465 Size2 frame_size = base_rect.size / Size2(hframes, vframes); in _draw()
473 Rect2 src_rect(base_rect.position + frame_offset, frame_size); in _draw()
/dports/devel/godot/godot-3.2.3-stable/scene/3d/
H A Dsprite_3d.cpp459 Rect2 base_rect; in _draw() local
461 base_rect = region_rect; in _draw()
463 base_rect = Rect2(0, 0, texture->get_width(), texture->get_height()); in _draw()
465 Size2 frame_size = base_rect.size / Size2(hframes, vframes); in _draw()
473 Rect2 src_rect(base_rect.position + frame_offset, frame_size); in _draw()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c1742 struct v4l2_rect base_rect; in exynos3250_jpeg_try_crop() local
1761 base_rect.top = 0; in exynos3250_jpeg_try_crop()
1762 base_rect.left = 0; in exynos3250_jpeg_try_crop()
1763 base_rect.width = ctx->out_q.w; in exynos3250_jpeg_try_crop()
1764 base_rect.height = ctx->out_q.h; in exynos3250_jpeg_try_crop()
1771 if (!v4l2_rect_enclosed(r, &base_rect)) in exynos3250_jpeg_try_crop()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c1742 struct v4l2_rect base_rect; in exynos3250_jpeg_try_crop() local
1761 base_rect.top = 0; in exynos3250_jpeg_try_crop()
1762 base_rect.left = 0; in exynos3250_jpeg_try_crop()
1763 base_rect.width = ctx->out_q.w; in exynos3250_jpeg_try_crop()
1764 base_rect.height = ctx->out_q.h; in exynos3250_jpeg_try_crop()
1771 if (!v4l2_rect_enclosed(r, &base_rect)) in exynos3250_jpeg_try_crop()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c1742 struct v4l2_rect base_rect; in exynos3250_jpeg_try_crop() local
1761 base_rect.top = 0; in exynos3250_jpeg_try_crop()
1762 base_rect.left = 0; in exynos3250_jpeg_try_crop()
1763 base_rect.width = ctx->out_q.w; in exynos3250_jpeg_try_crop()
1764 base_rect.height = ctx->out_q.h; in exynos3250_jpeg_try_crop()
1771 if (!v4l2_rect_enclosed(r, &base_rect)) in exynos3250_jpeg_try_crop()
/dports/devel/git-cola/git-cola-3.10.1/cola/widgets/
H A Ddag.py1323 base_rect = QRectF(0, 0, width, height)
1324 base_rect = base_rect.adjusted(-border, -border, border, border)
1325 item_shape.addRect(base_rect)