Home
last modified time | relevance | path

Searched refs:thickness (Results 1 – 25 of 4892) sorted by relevance

12345678910>>...196

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/helpers/tools_to_build_newstroke-font/
H A Dfont.kicad_pcb7 (thickness 1.6)
109 (effects (font (size 2.032 1.524) (thickness 0.3048)))
112 (effects (font (size 2.032 1.524) (thickness 0.3048)))
115 (effects (font (size 2.032 1.524) (thickness 0.3048)))
118 (effects (font (size 2.032 1.524) (thickness 0.3048)))
121 (effects (font (size 2.032 1.524) (thickness 0.3048)))
124 (effects (font (size 2.032 1.524) (thickness 0.3048)))
127 (effects (font (size 2.032 1.524) (thickness 0.3048)))
130 (effects (font (size 2.032 1.524) (thickness 0.3048)))
133 (effects (font (size 2.032 1.524) (thickness 0.3048)))
[all …]
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/examples/Old/
H A Dexample017.scad8 thickness = 6;
19 x2 = x1 + thickness;
21 x4 = x3 + thickness;
23 x6 = x5 - thickness;
25 x8 = x7 - thickness;
26 x9 = x8 - thickness;
30 y2 = y1 + thickness;
50 translate([ x5 + thickness, y4 ]) circle(thickness);
55 translate([ x5 + boltlen - thickness, y2 ]) circle(thickness);
59 translate([ -thickness*2, 0 ]) square(thickness*2);
[all …]
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/examples/Old/
H A Dexample017.scad8 thickness = 6;
19 x2 = x1 + thickness;
21 x4 = x3 + thickness;
23 x6 = x5 - thickness;
25 x8 = x7 - thickness;
26 x9 = x8 - thickness;
30 y2 = y1 + thickness;
50 translate([ x5 + thickness, y4 ]) circle(thickness);
55 translate([ x5 + boltlen - thickness, y2 ]) circle(thickness);
59 translate([ -thickness*2, 0 ]) square(thickness*2);
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime.UI.Xaml/tests/Windows/UI/Xaml/
H A DThicknessTests.cs16 var thickness = new Thickness(); in Ctor_Default()
17 Assert.Equal(0, thickness.Left); in Ctor_Default()
18 Assert.Equal(0, thickness.Top); in Ctor_Default()
19 Assert.Equal(0, thickness.Right); in Ctor_Default()
20 Assert.Equal(0, thickness.Bottom); in Ctor_Default()
55 Assert.Equal(left, thickness.Left); in Ctor_Left_Top_Right_Bottom()
56 Assert.Equal(top, thickness.Top); in Ctor_Left_Top_Right_Bottom()
57 Assert.Equal(right, thickness.Right); in Ctor_Left_Top_Right_Bottom()
66 Assert.Equal(value, thickness.Left); in Left_Set_GetReturnsExpected()
74 Assert.Equal(value, thickness.Top); in Top_Set_GetReturnsExpected()
[all …]
/dports/deskutils/latte-dock/latte-dock-0.10.6/containment/package/contents/ui/abilities/
H A DMetrics.qml23 backgroundThickness: background.thickness
29 //margin.thickness: fraction.thicknessMargin * iconSize
39 return metrics.margin.thickness;
50 return themeExtended.marginsAreaTop + metrics.margin.thickness;
59 …mask.thickness.normal: mask.screenEdge + Math.max(totals.thickness + extraThicknessForNormal, back…
60 …mask.thickness.medium: mask.screenEdge + (1 + (0.65 * (parabolic.factor.maxZoom-1)))*(totals.thick…
61 …mask.thickness.zoomed: mask.screenEdge + ((totals.thickness+extraThicknessForZoomed) * parabolic.f…
67 mask.thickness.normalForItems: margin.screenEdge + totals.thickness
68 mask.thickness.zoomedForItems: margin.screenEdge + (parabolic.factor.zoom * totals.thickness)
73 …mask.thickness.maxNormalForItems: mask.maxScreenEdge + mask.thickness.maxNormalForItemsWithoutScre…
[all …]
/dports/graphics/vcg/vcg.1.30/expl/
H A Dtree2.vcg26 color: blue thickness: 6 }
35 color: blue thickness: 6 }
43 color: blue thickness: 6 }
53 color: blue thickness: 6 }
62 color: blue thickness: 6 }
71 color: blue thickness: 6 }
80 color: blue thickness: 6 }
90 color: blue thickness: 6 }
99 color: blue thickness: 6 }
108 color: blue thickness: 6 }
[all …]
H A Dtree1.vcg24 color: blue thickness: 6 }
33 color: blue thickness: 6 }
41 color: blue thickness: 6 }
51 color: blue thickness: 6 }
60 color: blue thickness: 6 }
69 color: blue thickness: 6 }
78 color: blue thickness: 6 }
88 color: blue thickness: 6 }
97 color: blue thickness: 6 }
106 color: blue thickness: 6 }
[all …]
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/haloclassic/src/haloclassic/
H A DHaloFocusRect.as94 GraphicsUtil.drawRoundRectComplex(g, thickness, thickness,
95 w - 2 * thickness, h - 2 * thickness,
107 w - thickness, h - thickness,
113 GraphicsUtil.drawRoundRectComplex(g, thickness, thickness,
114 w - 2 * thickness, h - 2 * thickness,
123 g.drawRoundRect(thickness, thickness,
124 w - 2 * thickness, h - 2 * thickness, r);
129 g.drawRoundRect(thickness / 2, thickness / 2,
130 w - thickness, h - thickness,
132 g.drawRoundRect(thickness, thickness,
[all …]
/dports/misc/visp/visp-3.4.0/modules/core/src/display/
H A DvpDisplay_uchar.cpp64 vp_display_display_arrow(I, ip1, ip2, color, w, h, thickness); in displayArrow()
187 vp_display_display_cross(I, ip, size, color, thickness); in displayCross()
199 unsigned int thickness) in displayCross() argument
201 vp_display_display_cross(I, i, j, size, color, thickness); in displayCross()
214 vp_display_display_dot_line(I, ip1, ip2, color, thickness); in displayDotLine()
226 unsigned int thickness) in displayDotLine() argument
538 unsigned int thickness) in displayPoint() argument
540 vp_display_display_point(I, ip, color, thickness); in displayPoint()
551 unsigned int thickness) in displayPoint() argument
553 vp_display_display_point(I, i, j, color, thickness); in displayPoint()
[all …]
H A DvpDisplay_rgba.cpp64 vp_display_display_arrow(I, ip1, ip2, color, w, h, thickness); in displayArrow()
184 unsigned int thickness) in displayCross() argument
186 vp_display_display_cross(I, ip, size, color, thickness); in displayCross()
198 unsigned int thickness) in displayCross() argument
200 vp_display_display_cross(I, i, j, size, color, thickness); in displayCross()
213 vp_display_display_dot_line(I, ip1, ip2, color, thickness); in displayDotLine()
225 unsigned int thickness) in displayDotLine() argument
538 unsigned int thickness) in displayPoint() argument
540 vp_display_display_point(I, ip, color, thickness); in displayPoint()
552 vp_display_display_point(I, i, j, color, thickness); in displayPoint()
[all …]
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFX7Segment.cpp197 thickness=3; in FXIMPLEMENT()
207 thickness=3; in FX7Segment()
385 points[1].y=y+(h>>1)-(thickness>>1)+thickness; in drawSegments()
400 points[3].y=y+(h>>1)-(thickness>>1)+thickness; in drawSegments()
435 points[4].y=y+(h>>1)-(thickness>>1)+thickness; in drawSegments()
437 points[5].y=y+(h>>1)-(thickness>>1)+thickness; in drawSegments()
443 …dc.fillRectangle(x+(w>>1)-(thickness>>1)-1,y+(h>>1)-(thickness>>1)-thickness-1,thickness,thickness in drawSegments()
444 …dc.fillRectangle(x+(w>>1)-(thickness>>1)-1,y+(h>>1)-(thickness>>1)+thickness+1,thickness,thickness in drawSegments()
492 if(thickness!=t){ in setThickness()
493 thickness=t; in setThickness()
[all …]
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/plmo/
H A Dlinethic.men8 4. @CE 1 0 42 50 * gui-thickness
16 11. @CE 2 0 42 50 * gui-thickness
18 12. @CE 3 0 42 50 * gui-thickness
20 13. @CE 4 0 42 50 * gui-thickness
22 14. @CE 5 0 42 50 * gui-thickness
24 15. @CE 6 0 42 50 * gui-thickness
26 16. @CE 7 0 42 50 * gui-thickness
28 17. @CE 8 0 42 50 * gui-thickness
30 18. @CE 9 0 42 50 * gui-thickness
32 19. @CE 10 0 42 50 * gui-thickness
[all …]
H A Dspikthic.men8 4. @CE 1 0 42 50 * gui-thickness
16 11. @CE 2 0 42 50 * gui-thickness
18 12. @CE 3 0 42 50 * gui-thickness
20 13. @CE 4 0 42 50 * gui-thickness
22 14. @CE 5 0 42 50 * gui-thickness
24 15. @CE 6 0 42 50 * gui-thickness
26 16. @CE 7 0 42 50 * gui-thickness
28 17. @CE 8 0 42 50 * gui-thickness
30 18. @CE 9 0 42 50 * gui-thickness
32 19. @CE 10 0 42 50 * gui-thickness
[all …]
/dports/cad/gdsreader/GDSreader.0.3.2/
H A Dlayers.config.5AM.4ML12 thickness 0.100000
27 thickness 0.100000
42 thickness 0.100000
57 thickness 0.100000
72 thickness 0.100000
87 thickness 0.100000
102 thickness 0.100000
117 thickness 0.225000
132 thickness 0.100000
147 thickness 0.100000
[all …]
H A Dlayers.config.7HP.5ML12 thickness 0.100000
28 thickness 1.2500000
43 thickness 0.100000
58 thickness 0.100000
73 thickness 0.100000
88 thickness 0.100000
103 thickness 0.100000
118 thickness 0.100000
133 thickness 0.200000
148 thickness 0.100000
[all …]
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFX7Segment.cpp203 thickness=3; in FXIMPLEMENT()
213 thickness=3; in FX7Segment()
440 points[1].y=y+(h>>1)-(thickness>>1)+thickness; in drawSegments()
455 points[3].y=y+(h>>1)-(thickness>>1)+thickness; in drawSegments()
490 points[4].y=y+(h>>1)-(thickness>>1)+thickness; in drawSegments()
492 points[5].y=y+(h>>1)-(thickness>>1)+thickness; in drawSegments()
498 …dc.fillRectangle(x+(w>>1)-(thickness>>1)-1,y+(h>>1)-(thickness>>1)-thickness-1,thickness,thickness in drawSegments()
499 …dc.fillRectangle(x+(w>>1)-(thickness>>1)-1,y+(h>>1)-(thickness>>1)+thickness+1,thickness,thickness in drawSegments()
547 if(thickness!=t){ in setThickness()
548 thickness=t; in setThickness()
[all …]
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFX7Segment.cpp206 thickness=3; in FXIMPLEMENT()
216 thickness=3; in FX7Segment()
456 points[1].y=y+(h>>1)-(thickness>>1)+thickness; in drawSegments()
471 points[3].y=y+(h>>1)-(thickness>>1)+thickness; in drawSegments()
506 points[4].y=y+(h>>1)-(thickness>>1)+thickness; in drawSegments()
508 points[5].y=y+(h>>1)-(thickness>>1)+thickness; in drawSegments()
514 …dc.fillRectangle(x+(w>>1)-(thickness>>1)-1,y+(h>>1)-(thickness>>1)-thickness-1,thickness,thickness in drawSegments()
515 …dc.fillRectangle(x+(w>>1)-(thickness>>1)-1,y+(h>>1)-(thickness>>1)+thickness+1,thickness,thickness in drawSegments()
563 if(thickness!=t){ in setThickness()
564 thickness=t; in setThickness()
[all …]
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFX7Segment.cpp203 thickness=3; in FXIMPLEMENT()
213 thickness=3; in FX7Segment()
440 points[1].y=y+(h>>1)-(thickness>>1)+thickness; in drawSegments()
455 points[3].y=y+(h>>1)-(thickness>>1)+thickness; in drawSegments()
490 points[4].y=y+(h>>1)-(thickness>>1)+thickness; in drawSegments()
492 points[5].y=y+(h>>1)-(thickness>>1)+thickness; in drawSegments()
498 …dc.fillRectangle(x+(w>>1)-(thickness>>1)-1,y+(h>>1)-(thickness>>1)-thickness-1,thickness,thickness in drawSegments()
499 …dc.fillRectangle(x+(w>>1)-(thickness>>1)-1,y+(h>>1)-(thickness>>1)+thickness+1,thickness,thickness in drawSegments()
547 if(thickness!=t){ in setThickness()
548 thickness=t; in setThickness()
[all …]
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFX7Segment.cpp206 thickness=3; in FXIMPLEMENT()
216 thickness=3; in FX7Segment()
456 points[1].y=y+(h>>1)-(thickness>>1)+thickness; in drawSegments()
471 points[3].y=y+(h>>1)-(thickness>>1)+thickness; in drawSegments()
506 points[4].y=y+(h>>1)-(thickness>>1)+thickness; in drawSegments()
508 points[5].y=y+(h>>1)-(thickness>>1)+thickness; in drawSegments()
514 …dc.fillRectangle(x+(w>>1)-(thickness>>1)-1,y+(h>>1)-(thickness>>1)-thickness-1,thickness,thickness in drawSegments()
515 …dc.fillRectangle(x+(w>>1)-(thickness>>1)-1,y+(h>>1)-(thickness>>1)+thickness+1,thickness,thickness in drawSegments()
563 if(thickness!=t){ in setThickness()
564 thickness=t; in setThickness()
[all …]
/dports/misc/visp/visp-3.4.0/modules/core/include/visp3/core/
H A DvpDisplay.h713 unsigned int thickness = 1);
716 unsigned int thickness = 1);
730 unsigned int thickness = 1);
734 unsigned int thickness = 1);
758 unsigned int thickness = 1);
760 unsigned int thickness = 1);
818 unsigned int thickness = 1);
821 unsigned int thickness = 1);
832 unsigned int thickness = 1);
834 unsigned int thickness = 1);
[all …]
H A DvpImageDraw.h62 unsigned int w = 4, unsigned int h = 2, unsigned int thickness = 1);
67 unsigned char color, unsigned int thickness = 1);
69 const vpColor &color, unsigned int thickness = 1);
72 unsigned int thickness = 1);
74 unsigned int thickness = 1);
77 unsigned int thickness = 1);
79 unsigned int thickness = 1);
96 unsigned int thickness = 1);
98 unsigned int thickness = 1);
109 bool fill = false, unsigned int thickness = 1);
[all …]
/dports/x11/alacritty/alacritty-0.9.0/alacritty/src/display/
H A Dcursor.rs13 fn rects(self, size_info: &SizeInfo, thickness: f32) -> CursorRects; in rects()
17 fn rects(self, size_info: &SizeInfo, thickness: f32) -> CursorRects { in rects()
25 let thickness = (thickness * width as f32).round().max(1.); in rects() localVariable
65 RenderRect::new(x, y, thickness, height, color, 1.).into() in beam()
70 let y = y + height - thickness; in underline()
71 RenderRect::new(x, y, width, thickness, color, 1.).into() in underline()
76 let top_line = RenderRect::new(x, y, width, thickness, color, 1.); in hollow()
78 let vertical_y = y + thickness; in hollow()
79 let vertical_height = height - 2. * thickness; in hollow()
82 let bottom_y = y + height - thickness; in hollow()
[all …]
/dports/math/py-networkx/networkx-2.6.3/networkx/linalg/tests/
H A Dtest_attrmatrix.py10 G.add_edge(0, 1, thickness=1, weight=3)
12 G.add_edge(0, 2, thickness=2)
13 G.add_edge(1, 2, thickness=3)
30 G.add_edge(0, 2, thickness=2)
31 G.add_edge(1, 2, thickness=3)
48 G.add_edge(0, 2, thickness=2)
49 G.add_edge(1, 2, thickness=3)
83 G.add_edge(0, 2, thickness=2)
84 G.add_edge(1, 2, thickness=3)
98 G.add_edge(0, 2, thickness=2)
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/border/
H A DLineBorder.java81 protected int thickness; field in LineBorder
120 public LineBorder(Color color, int thickness) in LineBorder() argument
122 this (color, thickness, /* roundedCorners */ false); in LineBorder()
153 public LineBorder(Color color, int thickness, boolean roundedCorners) in LineBorder() argument
155 if ((color == null) || (thickness < 0)) in LineBorder()
159 this.thickness = thickness; in LineBorder()
240 for (int i = 0; i < thickness; i++) in paintBorder()
243 g.drawRoundRect(x, y, width, height, thickness, thickness); in paintBorder()
274 return new Insets(thickness, thickness, thickness, thickness); in getBorderInsets()
295 insets.left = insets.right = insets.top = insets.bottom = thickness; in getBorderInsets()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/border/
H A DLineBorder.java81 protected int thickness; field in LineBorder
120 public LineBorder(Color color, int thickness) in LineBorder() argument
122 this (color, thickness, /* roundedCorners */ false); in LineBorder()
153 public LineBorder(Color color, int thickness, boolean roundedCorners) in LineBorder() argument
155 if ((color == null) || (thickness < 0)) in LineBorder()
159 this.thickness = thickness; in LineBorder()
240 for (int i = 0; i < thickness; i++) in paintBorder()
243 g.drawRoundRect(x, y, width, height, thickness, thickness); in paintBorder()
274 return new Insets(thickness, thickness, thickness, thickness); in getBorderInsets()
295 insets.left = insets.right = insets.top = insets.bottom = thickness; in getBorderInsets()
[all …]

12345678910>>...196