Home
last modified time | relevance | path

Searched refs:SetPenWidth (Results 1 – 25 of 52) sorted by relevance

123

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/examples/
H A Dfpvwritetest.pas141 Page.SetPenWidth(10);
148 Page.SetPenWidth(10);
154 Page.SetPenWidth(10);
162 Page.SetPenWidth(10);
170 Page.SetPenWidth(10);
177 Page.SetPenWidth(10);
/dports/editors/lazarus/lazarus/components/fpvectorial/examples/
H A Dfpvwritetest.pas141 Page.SetPenWidth(10);
148 Page.SetPenWidth(10);
154 Page.SetPenWidth(10);
162 Page.SetPenWidth(10);
170 Page.SetPenWidth(10);
177 Page.SetPenWidth(10);
/dports/editors/lazarus-qt5/lazarus/components/fpvectorial/examples/
H A Dfpvwritetest.pas141 Page.SetPenWidth(10);
148 Page.SetPenWidth(10);
154 Page.SetPenWidth(10);
162 Page.SetPenWidth(10);
170 Page.SetPenWidth(10);
177 Page.SetPenWidth(10);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/examples/
H A Dfpvwritetest.pas141 Page.SetPenWidth(10);
148 Page.SetPenWidth(10);
154 Page.SetPenWidth(10);
162 Page.SetPenWidth(10);
170 Page.SetPenWidth(10);
177 Page.SetPenWidth(10);
/dports/science/openbabel/openbabel-3.1.1/include/openbabel/depict/
H A Dcommandpainter.h39 void SetPenWidth(double width);
H A Ddepict.h88 void SetPenWidth(double length);
H A Dasciipainter.h39 void SetPenWidth(double width);
H A Dsvgpainter.h47 void SetPenWidth(double width);
H A Dcairopainter.h23 void SetPenWidth(double width);
H A Dpainter.h172 virtual void SetPenWidth(double width) = 0;
/dports/science/openbabel/openbabel-3.1.1/src/formats/
H A Dpng2format.cpp264 _cairopainter.SetPenWidth(4); in WriteMolecule()
266 _cairopainter.SetPenWidth(1); in WriteMolecule()
H A Dsvgformat.cpp448 painter.SetPenWidth(4); in WriteSVG()
450 painter.SetPenWidth(2); in WriteSVG()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/fpvectorial/
H A Dtadrawerfpvectorial.pas84 procedure SetPenWidth(AWidth: Integer); procedure
130 FCanvas.SetPenWidth(FPenWidth);
439 procedure TFPVectorialDrawer.SetPenWidth(AWidth: Integer); procedure
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/fpvectorial/
H A Dtadrawerfpvectorial.pas84 procedure SetPenWidth(AWidth: Integer); procedure
130 FCanvas.SetPenWidth(FPenWidth);
439 procedure TFPVectorialDrawer.SetPenWidth(AWidth: Integer); procedure
/dports/science/openbabel/openbabel-3.1.1/src/depict/
H A Ddepict.cpp147 void OBDepict::SetPenWidth(double width) in SetPenWidth() function in OpenBabel::OBDepict
150 d->painter->SetPenWidth(width); in SetPenWidth()
777 painter->SetPenWidth(1); in DrawHash()
785 painter->SetPenWidth(oldwidth); in DrawHash()
1090 painter->SetPenWidth(penWidth); in DrawSimpleBond()
1145 painter->SetPenWidth(1); in DrawHash()
1153 painter->SetPenWidth(oldwidth); in DrawHash()
1213 painter->SetPenWidth(penWidth); in DrawAromaticRing()
H A Dcommandpainter.cpp72 void CommandPainter::SetPenWidth(double width) in SetPenWidth() function in OpenBabel::CommandPainter
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtadrawerfpcanvas.pas82 procedure SetPenWidth(AWidth: Integer); procedure
348 procedure TFPCanvasDrawer.SetPenWidth(AWidth: Integer); procedure
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/aggpas/
H A Dtadraweraggpas.pas69 procedure SetPenWidth(AWidth: Integer); procedure
306 procedure TAggpasDrawer.SetPenWidth(AWidth: Integer); procedure
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtadrawerfpcanvas.pas82 procedure SetPenWidth(AWidth: Integer); procedure
348 procedure TFPCanvasDrawer.SetPenWidth(AWidth: Integer); procedure
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/aggpas/
H A Dtadraweraggpas.pas69 procedure SetPenWidth(AWidth: Integer); procedure
306 procedure TAggpasDrawer.SetPenWidth(AWidth: Integer); procedure
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/bgra/
H A Dtadrawerbgra.pas73 procedure SetPenWidth(AWidth: Integer); procedure
330 procedure TBGRABitmapDrawer.SetPenWidth(AWidth: Integer); procedure
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/bgra/
H A Dtadrawerbgra.pas73 procedure SetPenWidth(AWidth: Integer); procedure
330 procedure TBGRABitmapDrawer.SetPenWidth(AWidth: Integer); procedure
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/opengl/
H A Dtadraweropengl.pas92 procedure SetPenWidth(AWidth: Integer); procedure
437 procedure TOpenGLDrawer.SetPenWidth(AWidth: Integer); procedure
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/opengl/
H A Dtadraweropengl.pas92 procedure SetPenWidth(AWidth: Integer); procedure
437 procedure TOpenGLDrawer.SetPenWidth(AWidth: Integer); procedure
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dsch_bus_entry.h78 void SetPenWidth( int aWidth ) { m_stroke.SetWidth( aWidth ); } in SetPenWidth() function

123