Home
last modified time | relevance | path

Searched refs:CreateShape (Results 1 – 25 of 139) sorted by relevance

123456

/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/tools/
H A Dutoolpolygon.pas37 function CreateShape: TVectorShape; override; in CreateShape() function
74 function CreateShape: TVectorShape; override; in CreateShape() function
226 function TToolSpline.CreateShape: TVectorShape; in TToolSpline.CreateShape() function
228 result := inherited CreateShape;
270 function TToolPolygon.CreateShape: TVectorShape; in TToolPolygon.CreateShape() function
272 result := inherited CreateShape;
H A Dutoolfloodfill.pas30 function CreateShape: TVectorShape; override; in CreateShape() function
54 function TToolGradient.CreateShape: TVectorShape; in TToolGradient.CreateShape() function
56 result := inherited CreateShape;
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/testbgrafunc/
H A Dutore3d.pas18 procedure CreateShape; procedure
35 CreateShape;
57 procedure TToreScene3D.CreateShape; procedure
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/testbgrafunc/
H A Dutore3d.pas18 procedure CreateShape; procedure
35 CreateShape;
57 procedure TToreScene3D.CreateShape; procedure
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dpageuno.cxx36 uno::Reference<drawing::XShape > ScPageObj::CreateShape( SdrObject *pObj ) const in CreateShape() function in ScPageObj
38 uno::Reference<drawing::XShape> xShape(SvxFmDrawPage::CreateShape( pObj )); in CreateShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dpageuno.cxx36 uno::Reference<drawing::XShape > ScPageObj::CreateShape( SdrObject *pObj ) const in CreateShape() function in ScPageObj
38 uno::Reference<drawing::XShape> xShape(SvxFmDrawPage::CreateShape( pObj )); in CreateShape()
/dports/cad/opencascade/opencascade-7.6.0/tools/Convert/
H A DConvert_Tools.hxx74 …Standard_EXPORT static Standard_Boolean CreateShape (const Bnd_Box& theBoundingBox, TopoDS_Shape& …
79 …Standard_EXPORT static Standard_Boolean CreateShape (const Bnd_OBB& theBoundingBox, TopoDS_Shape& …
H A DConvert_Tools.cxx117 if (Convert_Tools::CreateShape (aBox, aShape)) in ConvertStreamToPresentations()
164 Standard_Boolean Convert_Tools::CreateShape (const Bnd_Box& theBoundingBox, TopoDS_Shape& theShape) in CreateShape() function in Convert_Tools
182 Standard_Boolean Convert_Tools::CreateShape (const Bnd_OBB& theBoundingBox, TopoDS_Shape& theShape) in CreateShape() function in Convert_Tools
263 if (!Convert_Tools::CreateShape (aBox, aBoxShape)) in CreatePresentation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/core/sdr/
H A DReportDrawPage.cxx60 uno::Reference< drawing::XShape > OReportDrawPage::CreateShape( SdrObject *pObj ) const in CreateShape() function in reportdesign::OReportDrawPage
64 return SvxDrawPage::CreateShape( pObj ); in CreateShape()
133 xShape.set( SvxDrawPage::CreateShape( pObj ) ); in CreateShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/core/sdr/
H A DReportDrawPage.cxx63 uno::Reference< drawing::XShape > OReportDrawPage::CreateShape( SdrObject *pObj ) const in CreateShape() function in reportdesign::OReportDrawPage
67 return SvxDrawPage::CreateShape( pObj ); in CreateShape()
137 xShape.set( SvxDrawPage::CreateShape( pObj ) ); in CreateShape()
/dports/editors/lazarus/lazarus/components/lazreport/source/addons/pdfexport/
H A Dlr_e_pdf.pas87 function CreateShape(ShapeClass: TPRShapeClass): TPRShape; in CreateShape() function
104 CreateShape(TPRRect);
107 CreateShape(TPREllipse);
110 with TPRRect(CreateShape(TPRRect)) do begin
118 with TPRPolygon(CreateShape(TPRPolygon)) do begin
126 with TPRPolygon(CreateShape(TPRPolygon)) do begin
133 with TPRPolygon(CreateShape(TPRPolygon)) do begin
/dports/editors/lazarus-qt5/lazarus/components/lazreport/source/addons/pdfexport/
H A Dlr_e_pdf.pas87 function CreateShape(ShapeClass: TPRShapeClass): TPRShape; in CreateShape() function
104 CreateShape(TPRRect);
107 CreateShape(TPREllipse);
110 with TPRRect(CreateShape(TPRRect)) do begin
118 with TPRPolygon(CreateShape(TPRPolygon)) do begin
126 with TPRPolygon(CreateShape(TPRPolygon)) do begin
133 with TPRPolygon(CreateShape(TPRPolygon)) do begin
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/addons/pdfexport/
H A Dlr_e_pdf.pas95 function CreateShape(ShapeClass: TPRShapeClass): TPRShape; in CreateShape() function
112 CreateShape(TPRRect);
115 CreateShape(TPREllipse);
118 with TPRRect(CreateShape(TPRRect)) do begin
126 with TPRPolygon(CreateShape(TPRPolygon)) do begin
134 with TPRPolygon(CreateShape(TPRPolygon)) do begin
141 with TPRPolygon(CreateShape(TPRPolygon)) do begin
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/addons/pdfexport/
H A Dlr_e_pdf.pas95 function CreateShape(ShapeClass: TPRShapeClass): TPRShape; in CreateShape() function
112 CreateShape(TPRRect);
115 CreateShape(TPREllipse);
118 with TPRRect(CreateShape(TPRRect)) do begin
126 with TPRPolygon(CreateShape(TPRPolygon)) do begin
134 with TPRPolygon(CreateShape(TPRPolygon)) do begin
141 with TPRPolygon(CreateShape(TPRPolygon)) do begin
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A Dfmdpage.cxx78 css::uno::Reference< css::drawing::XShape > SvxFmDrawPage::CreateShape( SdrObject *pObj ) const in CreateShape() function in SvxFmDrawPage
86 return SvxDrawPage::CreateShape( pObj ); in CreateShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A Dfmdpage.cxx81 css::uno::Reference< css::drawing::XShape > SvxFmDrawPage::CreateShape( SdrObject *pObj ) const in CreateShape() function in SvxFmDrawPage
89 return SvxDrawPage::CreateShape( pObj ); in CreateShape()
/dports/devel/love5/love-0.5-0/src/box2d/
H A DCircleShape.cpp11 shape = body->body->CreateShape(def); in CircleShape()
H A DPolygonShape.cpp11 shape = body->body->CreateShape(def); in PolygonShape()
/dports/graphics/py-box2d-py/box2d-py-2.3.8/examples/
H A Dedge_shapes.py93 def CreateShape(self, shapeindex): member in EdgeShapes
120 self.CreateShape(key - Keys.K_1)
/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/DockLibrary/
H A DPlaceholderWindow.cs74 void CreateShape (int width, int height) in CreateShape() method in Pinta.Docking.PlaceholderWindow
98 CreateShape (allocation.Width, allocation.Height); in OnSizeAllocated()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dpageuno.hxx32 virtual css::uno::Reference<css::drawing::XShape> CreateShape(SdrObject* pObj) const override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dpageuno.hxx33 virtual css::uno::Reference<css::drawing::XShape> CreateShape(SdrObject *pObj) const override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/core/inc/
H A DReportDrawPage.hxx35 …virtual css::uno::Reference< css::drawing::XShape > CreateShape( SdrObject *pObj ) const override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/core/inc/
H A DReportDrawPage.hxx35 …virtual css::uno::Reference< css::drawing::XShape > CreateShape( SdrObject *pObj ) const override;
/dports/graphics/pinta/pinta-1.7.1/Pinta.Tools/Editable/EditEngines/
H A DEllipseEditEngine.cs46 …protected override ShapeEngine CreateShape (bool ctrlKey, bool clickedOnControlPoint, PointD prevS… in CreateShape() method in Pinta.Tools.EllipseEditEngine

123456