Home
last modified time | relevance | path

Searched refs:roundedRectangle (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/cad/cura/Cura-58bae31/resources/qml/
H A DRoundedRectangle.qml8 id: roundedRectangle
60 color: roundedRectangle.color
61 …height: cornerSide % 2 ? roundedRectangle.border.width: roundedRectangle.height - 2 * roundedRecta…
62 …width: cornerSide % 2 ? roundedRectangle.width - 2 * roundedRectangle.border.width: roundedRectang…
/dports/graphics/pear-Horde_Image/Horde_Image-2.6.1/test/
H A Dim.php147 $image->roundedRectangle(30, 30, 100, 60, 15, 'black', 'red');
165 $image->roundedRectangle(30, 30, 100, 60, 15, 'black', 'red');
178 $image->roundedRectangle(30, 30, 100, 60, 15, 'black', 'red');
H A Dgd.php18 $image->roundedRectangle(30, 30, 100, 60, 15, 'black', 'red');
H A Dsvg.php18 $image->roundedRectangle(30, 30, 100, 60, 15, 'black', 'red');
H A Dswf.php18 $image->roundedRectangle(30, 30, 100, 60, 15, 'black', 'red');
/dports/graphics/pear-Horde_Image/Horde_Image-2.6.1/lib/Horde/Image/Effect/Im/
H A DRoundCorners.php54 $this->_image->roundedRectangle(
/dports/graphics/gwenview/gwenview-21.12.3/lib/
H A Dpaintutils.h43 GWENVIEWLIB_EXPORT QPainterPath roundedRectangle(const QRectF &rect, qreal radius);
H A Dpaintutils.cpp36 QPainterPath roundedRectangle(const QRectF &rect, qreal radius) in roundedRectangle() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DDesignerHelpers.cs400 GraphicsPath roundedRectangle = null; in DrawRoundedRectangle()
404 roundedRectangle = GetRoundedRectanglePath(rectangle, radius * 2); in DrawRoundedRectangle()
406 graphics.DrawPath(drawingPen, roundedRectangle); in DrawRoundedRectangle()
407 roundedRectangle.Dispose(); in DrawRoundedRectangle()
757 GraphicsPath roundedRectangle = new GraphicsPath(); in GetRoundedRectanglePath()
759roundedRectangle.AddArc(rectangle.Left, rectangle.Top, diameter, diameter, 180.0f, 90.0f); in GetRoundedRectanglePath()
760roundedRectangle.AddLine(rectangle.Left + radius, rectangle.Top, rectangle.Right - radius, rectang… in GetRoundedRectanglePath()
761roundedRectangle.AddArc(rectangle.Right - diameter, rectangle.Top, diameter, diameter, 270.0f, 90.… in GetRoundedRectanglePath()
765roundedRectangle.AddArc(rectangle.Left, rectangle.Bottom - diameter, diameter, diameter, 90.0f, 90… in GetRoundedRectanglePath()
766 roundedRectangle.CloseFigure(); in GetRoundedRectanglePath()
[all …]
H A DDesignerHelpers.cs.back400 GraphicsPath roundedRectangle = null;
404 roundedRectangle = GetRoundedRectanglePath(rectangle, radius * 2);
406 graphics.DrawPath(drawingPen, roundedRectangle);
407 roundedRectangle.Dispose();
757 GraphicsPath roundedRectangle = new GraphicsPath();
759roundedRectangle.AddArc(rectangle.Left, rectangle.Top, diameter, diameter, 180.0f, 90.0f);
760roundedRectangle.AddLine(rectangle.Left + radius, rectangle.Top, rectangle.Right - radius, rectang…
761roundedRectangle.AddArc(rectangle.Right - diameter, rectangle.Top, diameter, diameter, 270.0f, 90.…
765roundedRectangle.AddArc(rectangle.Left, rectangle.Bottom - diameter, diameter, diameter, 90.0f, 90…
766 roundedRectangle.CloseFigure();
[all …]
/dports/graphics/gwenview/gwenview-21.12.3/lib/thumbnailview/
H A Dtooltipwidget.cpp98 QPainterPath path = PaintUtils::roundedRectangle(rect(), RADIUS); in paintEvent()
H A Dpreviewitemdelegate.cpp293 QPainterPath path = PaintUtils::roundedRectangle(rectF, SELECTION_RADIUS); in drawBackground()
305 path = PaintUtils::roundedRectangle(rectF, SELECTION_RADIUS); in drawBackground()
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgslayoutshapes.cpp50 void roundedRectangle(); //test if rounded rectangle shape is functioning
174 void TestQgsLayoutShapes::roundedRectangle() in roundedRectangle() function in TestQgsLayoutShapes
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgslayoutshapes.cpp48 void roundedRectangle(); //test if rounded rectangle shape is functioning
172 void TestQgsLayoutShapes::roundedRectangle() in roundedRectangle() function in TestQgsLayoutShapes
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/paths/
H A DPathRenderer.h130 void roundedRectangle(float x, float y, float w, float h, float radius);
H A DPathRenderer.cpp154 void PathRenderer::roundedRectangle(float x, float y, float w, float h, float radius) { in roundedRectangle() function in graphics::paths::PathRenderer
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/Global/
H A DRoundedRectangle.qml11 id: roundedRectangle
/dports/graphics/pear-Horde_Image/Horde_Image-2.6.1/lib/Horde/Image/
H A DSvg.php270 public function roundedRectangle( function in Horde_Image_Svg
H A DSwf.php292 public function roundedRectangle( function in Horde_Image_Swf
H A DIm.php455 public function roundedRectangle( function in Horde_Image_Im
H A DImagick.php490 public function roundedRectangle( function in Horde_Image_Imagick
/dports/x11/xcalc/xcalc-1.1.0/app-defaults/
H A DXCalc-color24 XCalc*ti.Command.shapeStyle: roundedRectangle
108 XCalc*hp.Command.shapeStyle: roundedRectangle
/dports/graphics/gwenview/gwenview-21.12.3/app/
H A Dfiltercontroller.cpp260 …QPainterPath path = PaintUtils::roundedRectangle(QRectF(rect()).adjusted(0.5, 0.5, -0.5, -0.5), 6); in paintEvent()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd2d1.h3280 _In_ CONST D2D1_ROUNDED_RECT *roundedRectangle,
3383 CONST D2D1_ROUNDED_RECT &roundedRectangle, in CreateRoundedRectangleGeometry() argument
3387 return CreateRoundedRectangleGeometry(&roundedRectangle, roundedRectangleGeometry); in CreateRoundedRectangleGeometry()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.2.8/src/
H A Dd2d1.rs684 &mut self, roundedRectangle: *const D2D1_ROUNDED_RECT,

123456789