Home
last modified time | relevance | path

Searched refs:rectShape (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/krita/krita-4.4.8/plugins/flake/pathshapes/rectangle/
H A DRectangleShapeFactory.cpp70 RectangleShape *rectShape = dynamic_cast<RectangleShape*>(shape); in createShape() local
71 KIS_SAFE_ASSERT_RECOVER_RETURN_VALUE(rectShape, shape); in createShape()
73 rectShape->setSize( in createShape()
74 QSizeF(params->doubleProperty("width", rectShape->size().width()), in createShape()
75 params->doubleProperty("height", rectShape->size().height()))); in createShape()
77 rectShape->setAbsolutePosition( in createShape()
78 QPointF(params->doubleProperty("x", rectShape->absolutePosition(KoFlake::TopLeft).x()), in createShape()
79 params->doubleProperty("y", rectShape->absolutePosition(KoFlake::TopLeft).y())), in createShape()
83 rectShape->setCornerRadiusX(params->doubleProperty("rx", 0.0)); in createShape()
84 rectShape->setCornerRadiusY(params->doubleProperty("ry", 0.0)); in createShape()
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/tools/
H A Dutoolfloodfill.pas132 rectShape: TRectShape;
157 rectShape := TRectShape.Create(nil);
158rectShape.QuickDefine(PointF(-0.5,-0.5), PointF(Manager.Image.Width-0.5,Manager.Image.Height-0.5));
159 rectShape.PenStyle := ClearPenStyle;
160 rectShape.BackFill.Assign(f);
161 TVectorOriginal(orig).AddShape(rectShape);
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/shape/
H A DmxStencilShape.java418 svgShape rectShape = null; in createElement() local
500 rectShape = new svgShape(new RoundRectangle2D.Double(x, in createElement()
505 rectShape = new svgShape(new Rectangle2D.Double(x, y, in createElement()
514 return rectShape; in createElement()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/
H A DCTabRendering.java97 Rectangle rectShape; field in CTabRendering
333 gc.drawRectangle(rectShape); in drawTabHeader()
353 rectShape = rect; in drawTabBody()
561 gc.drawRectangle(rectShape); in drawSelectedTab()
/dports/www/dojo/dojo-release-1.12.2/dojox/sketch/
H A DPreexistingAnnotation.js.map7 …y","end","radius","textPosition","textOffset","textAlign","labelShape","rectShape","anchors","Anch…
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dncbidraw.c7237 HIShapeRef rectShape = HIShapeCreateWithRect (&r); local
7238 Nlm_scrollRgn = HIShapeCreateMutableCopy (rectShape);
7239 Nlm_updateRgn = HIShapeCreateMutableCopy (rectShape);
7240 CFRelease (rectShape);