Home
last modified time | relevance | path

Searched refs:borderWidth (Results 1 – 25 of 1871) sorted by relevance

12345678910>>...75

/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DBaseField.java211 …app.rectangle(borderWidth / 2, borderWidth / 2, box.getWidth() - borderWidth, box.getHeight() - bo… in getBorderAppearance()
227 …app.rectangle(borderWidth / 2, borderWidth / 2, box.getWidth() - borderWidth, box.getHeight() - bo… in getBorderAppearance()
242 …app.rectangle(borderWidth / 2, borderWidth / 2, box.getWidth() - borderWidth, box.getHeight() - bo… in getBorderAppearance()
380 app.moveTo(borderWidth, borderWidth); in drawTopFrame()
385 app.lineTo(2 * borderWidth, 2 * borderWidth); in drawTopFrame()
386 app.lineTo(borderWidth, borderWidth); in drawTopFrame()
391 app.moveTo(borderWidth, borderWidth); in drawBottomFrame()
392 app.lineTo(box.getWidth() - borderWidth, borderWidth); in drawBottomFrame() local
396 app.lineTo(2 * borderWidth, 2 * borderWidth); in drawBottomFrame()
397 app.lineTo(borderWidth, borderWidth); in drawBottomFrame()
[all …]
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DBaseField.java220 …app.rectangle(borderWidth / 2, borderWidth / 2, box.getWidth() - borderWidth, box.getHeight() - bo… in getBorderAppearance()
236 …app.rectangle(borderWidth / 2, borderWidth / 2, box.getWidth() - borderWidth, box.getHeight() - bo… in getBorderAppearance()
251 …app.rectangle(borderWidth / 2, borderWidth / 2, box.getWidth() - borderWidth, box.getHeight() - bo… in getBorderAppearance()
389 app.moveTo(borderWidth, borderWidth); in drawTopFrame()
394 app.lineTo(2 * borderWidth, 2 * borderWidth); in drawTopFrame()
395 app.lineTo(borderWidth, borderWidth); in drawTopFrame()
400 app.moveTo(borderWidth, borderWidth); in drawBottomFrame()
401 app.lineTo(box.getWidth() - borderWidth, borderWidth); in drawBottomFrame() local
405 app.lineTo(2 * borderWidth, 2 * borderWidth); in drawBottomFrame()
406 app.lineTo(borderWidth, borderWidth); in drawBottomFrame()
[all …]
/dports/print/py-reportlab/reportlab-3.5.68/tests/
H A Dtest_pdfbase_pdfform.py55 …cb1A',tooltip='Field cb1A',checked=True,x=72,y=72,buttonStyle='circle',borderWidth=1, borderColor=…
56 …1B',tooltip='Field cb1B',checked=True,x=72,y=72+36,buttonStyle='check',borderWidth=2, borderColor=…
57 …',tooltip='Field cb1C',checked=True,x=72,y=72+2*36,buttonStyle='cross',borderWidth=2, borderColor=…
58 …D',tooltip='Field cb1D',checked=True,x=72,y=72+3*36,buttonStyle='star',borderWidth=2, borderColor=…
60 …,tooltip='Field cb1F',checked=True,x=72,y=72+5*36,buttonStyle='check', borderWidth=2, borderColor=…
67 …b1M',tooltip='Field cb1M',checked=False,x=72,y=600,buttonStyle='check',borderWidth=2, borderColor=…
81 …cb2A',tooltip='Field cb2A',checked=True,x=72,y=72,buttonStyle='circle',borderWidth=1, borderColor=…
82 …2B',tooltip='Field cb2B',checked=True,x=72,y=72+36,buttonStyle='check',borderWidth=2, borderColor=…
93 …b2M',tooltip='Field cb2M',checked=False,x=72,y=600,buttonStyle='check',borderWidth=2, borderColor=…
139 …(name='CH%d'%i,value=value,x=x,y=y, width=72+bW, height=20+bW, borderStyle=BS[i%5], borderWidth=bW,
[all …]
/dports/net-im/tkabber/tkabber-1.1.2/ifacetk/
H A Dunix.xrdb15 *ProgressBar*borderWidth: 1
17 *ComboBox.borderWidth: 1
18 *ArrowButton.borderWidth: 0
22 *Spinbox.borderWidth: 1
43 *Tree*borderWidth: 1
55 *Listbox.borderWidth: 1
60 *Text.borderWidth: 1
66 *Entry.borderWidth: 1
68 *Button.borderWidth: 1
71 *Menu.borderWidth: 1
[all …]
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/lib/
H A DPmwNoteBook.py415 borderWidth = self._borderWidth
443 tabTop2 = tabTop + borderWidth
450 numTabs * 2 * borderWidth
480 left2 = left + borderWidth
512 borderWidth + canvasBorder, self.tabBottom + borderWidth,
526 left + borderWidth, self.tabBottom + borderWidth,
527 canvasBorder + borderWidth, self.tabBottom + borderWidth,
535 right - borderWidth, self.tabBottom + borderWidth,
548 borderWidth + canvasBorder,
550 borderWidth + canvasBorder,
[all …]
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/lib/
H A DPmwNoteBook.py414 borderWidth = self._borderWidth
445 tabTop2 = tabTop + borderWidth
452 numTabs * 2 * borderWidth
482 left2 = left + borderWidth
514 borderWidth + canvasBorder, self.tabBottom + borderWidth,
528 left + borderWidth, self.tabBottom + borderWidth,
529 canvasBorder + borderWidth, self.tabBottom + borderWidth,
537 right - borderWidth, self.tabBottom + borderWidth,
550 borderWidth + canvasBorder,
552 borderWidth + canvasBorder,
[all …]
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/
H A DControlXYGrid.swift31 private var borderWidth: CGFloat = 10 variable
44 …circleRect = CGRect(x: borderWidth, y: frame.size.height - 30.0 - borderWidth, width: 30.0, height…
50 …circleRect = CGRect(x: borderWidth, y: frame.size.height - 30.0 - borderWidth, width: 30.0, height…
54 let maxX = frame.size.width - borderWidth - circleRect.size.width in setXValue()
56 let xPosition: CGFloat = value * (maxX - borderWidth) in setXValue()
57 circleRect.origin.x = xPosition * borderWidth in setXValue()
69 let yPosition = value * (maxY - borderWidth) in setYValue()
77 …circleRect = CGRect(x: borderWidth, y: frame.size.height - diameter - borderWidth, width: diameter… in setCircleDiameter()
91 let minX = borderWidth, minY = borderWidth in beginTracking()
122 let minX = borderWidth, minY = borderWidth in continueTracking()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/decorate/
H A Dborderfilter.cpp243 solid(tmp, dest, fg, borderWidth); in niepce()
258 width = src.width() + borderWidth * 2; in bevel()
359 destW = src.width() + borderWidth * 2; in pattern()
402 dest = DImg(src.width() + borderWidth * 2, src.height() + borderWidth * 2, in solid2()
405 dest.bitBltImage(&src, borderWidth, borderWidth); in solid2()
413 solid2(tmp, dest, fg, borderWidth); in niepce2()
422 dest = DImg(src.width() + borderWidth * 2, in bevel2()
423 src.height() + borderWidth * 2, in bevel2()
445 for (x = 0 ; x < borderWidth ; ++x) in bevel2()
471 dest.bitBltImage(&src, borderWidth, borderWidth); in bevel2()
[all …]
H A Dborderfilter.h88 void solid(DImg& src, DImg& dest, const DColor& fg, int borderWidth);
89 void niepce(DImg& src, DImg& dest, const DColor& fg, int borderWidth,
92 const DColor& btmColor, int borderWidth);
93 void pattern(DImg& src, DImg& dest, int borderWidth, const DColor& firstColor,
99 void solid2(DImg& src, DImg& dest, const DColor& fg, int borderWidth);
100 void niepce2(DImg& src, DImg& dest, const DColor& fg, int borderWidth,
103 const DColor& btmColor, int borderWidth);
104 void pattern2(DImg& src, DImg& dest, int borderWidth, const DColor& firstColor,
/dports/www/dillo2/dillo-3.0.5/dw/
H A Dstyle.cc80 borderWidth.setVal (0); in initValues()
114 borderWidth.setVal (0); in resetValues()
167 borderWidth.equals (&otherAttrs->borderWidth) && in equals()
212 borderWidth.hashValue () + in hashValue()
327 borderWidth = attrs->borderWidth; in copyAttrs()
726 w = style->borderWidth.top; in drawBorderTop()
823 w = style->borderWidth.bottom; in drawBorderBottom()
922 w = style->borderWidth.left; in drawBorderLeft()
949 w = style->borderWidth.left; in drawBorderLeft()
1019 w = style->borderWidth.right; in drawBorderRight()
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/styled/
H A DPixmapBorder.java126 int borderWidth = getBorderWidth(component); in paintBorder() local
132 p.addPoint(x + width - borderWidth, y + borderWidth); in paintBorder()
133 p.addPoint(x + borderWidth, y + borderWidth); in paintBorder()
134 p.addPoint(x + borderWidth, y + height - borderWidth); in paintBorder()
155 p.addPoint(x + borderWidth, y + height - borderWidth); in paintBorder()
156 p.addPoint(x + width - borderWidth, y + height - borderWidth); in paintBorder()
157 p.addPoint(x + width - borderWidth, y + borderWidth); in paintBorder()
163 int startY = y + height - borderWidth - (height - borderWidth) % imageHeight; in paintBorder()
172 int startX = x + width - borderWidth - (width - borderWidth) % imageWidth; in paintBorder()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/
H A DSvgHandler.cpp300 const int imageSize = size - ( borderWidth * 2 ); in imageWithBorder()
318 .arg( borderWidth ); in addBordersToPixmap()
343 pt.drawPixmap( borderWidth, borderWidth, orgPixmap.width(), orgPixmap.height(), orgPixmap ); in addBordersToPixmap()
345 …rers[m_themeFile]->render( &pt, "cover_border_topleft", QRectF( 0, 0, borderWidth, borderWidth ) ); in addBordersToPixmap()
346 …themeFile]->render( &pt, "cover_border_top", QRectF( borderWidth, 0, orgPixmap.width(), borderWidt… in addBordersToPixmap()
347 …ender( &pt, "cover_border_topright", QRectF( newWidth - borderWidth , 0, borderWidth, borderWidth in addBordersToPixmap()
348 …e]->render( &pt, "cover_border_right", QRectF( newWidth - borderWidth, borderWidth, borderWidth, o… in addBordersToPixmap()
349 …over_border_bottomright", QRectF( newWidth - borderWidth, newHeight - borderWidth, borderWidth, bo… in addBordersToPixmap()
350 …nder( &pt, "cover_border_bottom", QRectF( borderWidth, newHeight - borderWidth, orgPixmap.width(),… in addBordersToPixmap()
351 …r( &pt, "cover_border_bottomleft", QRectF( 0, newHeight - borderWidth, borderWidth, borderWidth ) … in addBordersToPixmap()
[all …]
/dports/x11-toolkits/tk85/tk8.5.19/generic/ttk/
H A DttkElements.c129 int borderWidth = 0; in BorderElementSize() local
182 int borderWidth = 2; in FieldElementSize() local
193 int borderWidth = 2; in FieldElementDraw() local
536 int borderWidth = 2; in SquareIndicatorElementDraw() local
576 int borderWidth = 2; in DiamondIndicatorElementDraw() local
968 borderWidth, relief); in SliderElementDraw()
976 b.x-1, b.y+borderWidth, b.x-1, b.y+b.height-borderWidth); in SliderElementDraw()
979 b.x, b.y+borderWidth, b.x, b.y+b.height-borderWidth); in SliderElementDraw()
986 b.x+borderWidth, b.y-1, b.x+b.width-borderWidth, b.y-1); in SliderElementDraw()
989 b.x+borderWidth, b.y, b.x+b.width-borderWidth, b.y); in SliderElementDraw()
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/generic/ttk/
H A DttkElements.c127 int borderWidth = 0; in BorderElementSize() local
180 int borderWidth = 2; in FieldElementSize() local
191 int borderWidth = 2; in FieldElementDraw() local
534 int borderWidth = 2; in SquareIndicatorElementDraw() local
574 int borderWidth = 2; in DiamondIndicatorElementDraw() local
966 borderWidth, relief); in SliderElementDraw()
974 b.x-1, b.y+borderWidth, b.x-1, b.y+b.height-borderWidth); in SliderElementDraw()
977 b.x, b.y+borderWidth, b.x, b.y+b.height-borderWidth); in SliderElementDraw()
984 b.x+borderWidth, b.y-1, b.x+b.width-borderWidth, b.y-1); in SliderElementDraw()
987 b.x+borderWidth, b.y, b.x+b.width-borderWidth, b.y); in SliderElementDraw()
[all …]
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/Csound iOS Examples/ViewControllers/PitchShifter/
H A DControlXYGrid.m36 CGFloat borderWidth;
48 borderWidth = 10.0f;
49 circleRect = CGRectMake(borderWidth,
65 borderWidth = 10.0f;
81 CGFloat minX = borderWidth;
96 CGFloat minY = borderWidth;
109 circleRect = CGRectMake(borderWidth,
128 CGFloat minX = borderWidth;
129 CGFloat minY = borderWidth;
163 CGFloat minX = borderWidth;
[all …]
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/table/
H A DRtfBorderGroup.java99 public RtfBorderGroup(int bordersToAdd, int borderStyle, float borderWidth, Color borderColor) { in RtfBorderGroup() argument
102 addBorder(bordersToAdd, borderStyle, borderWidth, borderColor); in RtfBorderGroup()
138 addBorder(bordersToUse, RtfBorder.BORDER_SINGLE, borderWidth, borderColor); in RtfBorderGroup()
149 …private void setBorder(int borderPosition, int borderStyle, float borderWidth, Color borderColor) { in setBorder() argument
162 public void addBorder(int bordersToAdd, int borderStyle, float borderWidth, Color borderColor) { in addBorder() argument
164 setBorder(RtfBorder.LEFT_BORDER, borderStyle, borderWidth, borderColor); in addBorder()
167 setBorder(RtfBorder.TOP_BORDER, borderStyle, borderWidth, borderColor); in addBorder()
170 setBorder(RtfBorder.RIGHT_BORDER, borderStyle, borderWidth, borderColor); in addBorder()
173 setBorder(RtfBorder.BOTTOM_BORDER, borderStyle, borderWidth, borderColor); in addBorder()
176 setBorder(RtfBorder.VERTICAL_BORDER, borderStyle, borderWidth, borderColor); in addBorder()
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/xr/src/
H A Dfallback.h.old5 "XR*fontToggle*borderWidth: 0",
7 "XR*fontApplyButton.borderWidth: 0",
8 "XR*fontResetButton.borderWidth: 0",
10 "XR*fontDoneButton.borderWidth: 0",
11 "XR*quitButton.borderWidth: 0",
12 "XR*intButton.borderWidth: 0",
13 "XR*optionButton.borderWidth: 0",
14 "XR*helpButton.borderWidth: 0",
15 "XR*fileButton.borderWidth: 0",
16 "XR*messageLabel.borderWidth: 0",
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/generic/ttk/
H A DttkElements.c143 int borderWidth = 0; in BorderElementSize() local
203 int borderWidth = 2; in FieldElementSize() local
218 int borderWidth = 2; in FieldElementDraw() local
591 int borderWidth = 2; in SquareIndicatorElementDraw() local
636 int borderWidth = 2; in DiamondIndicatorElementDraw() local
1052 borderWidth, relief); in SliderElementDraw()
1060 b.x-1, b.y+borderWidth, b.x-1, b.y+b.height-borderWidth); in SliderElementDraw()
1063 b.x, b.y+borderWidth, b.x, b.y+b.height-borderWidth); in SliderElementDraw()
1070 b.x+borderWidth, b.y-1, b.x+b.width-borderWidth, b.y-1); in SliderElementDraw()
1073 b.x+borderWidth, b.y, b.x+b.width-borderWidth, b.y); in SliderElementDraw()
[all …]
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_thermo.cpp30 borderWidth(2), in PrivateData()
49 int borderWidth; member in QwtThermo::PrivateData
248 true, d_data->borderWidth, 0); in draw()
305 r.y() + d_data->borderWidth, in layoutThermo()
327 r.x() + d_data->borderWidth, in layoutThermo()
354 - d_data->borderWidth, in layoutThermo()
663 d_data->borderWidth = width; in setBorderWidth()
672 int QwtThermo::borderWidth() const in borderWidth() function in QwtThermo
674 return d_data->borderWidth; in borderWidth()
903 w += 2 * d_data->borderWidth; in minimumSizeHint()
[all …]
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_thermo.cpp30 borderWidth(2), in PrivateData()
49 int borderWidth; member in QwtThermo::PrivateData
248 true, d_data->borderWidth, 0); in draw()
305 r.y() + d_data->borderWidth, in layoutThermo()
327 r.x() + d_data->borderWidth, in layoutThermo()
354 - d_data->borderWidth, in layoutThermo()
662 d_data->borderWidth = width; in setBorderWidth()
671 int QwtThermo::borderWidth() const in borderWidth() function in QwtThermo
673 return d_data->borderWidth; in borderWidth()
902 w += 2 * d_data->borderWidth; in minimumSizeHint()
[all …]
/dports/net/linphone/linphoneqt-4.1.1/ui/modules/Common/Misc/
H A DBorders.qml11 property var borderWidth
32 height: borderWidth != null ? borderWidth : bottomWidth
42 width: borderWidth != null ? borderWidth : leftWidth
51 width: borderWidth != null ? borderWidth : rightWidth
59 height: borderWidth != null ? borderWidth : topWidth
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/
H A DSimpleRootAreaProvider.cpp72 …der->borderWidth(KoBorder::LeftBorder) + border->borderWidth(KoBorder::RightBorder), border->borde… in doPostLayout()
119 …der->borderWidth(KoBorder::LeftBorder) + border->borderWidth(KoBorder::RightBorder), border->borde… in doPostLayout()
158 … rect.adjust(border->borderWidth(KoBorder::LeftBorder), border->borderWidth(KoBorder::TopBorder), in suggestRect()
159 … -border->borderWidth(KoBorder::RightBorder), - border->borderWidth(KoBorder::BottomBorder)); in suggestRect()
/dports/www/firefox/firefox-99.0/widget/
H A DThemeDrawing.cpp68 const LayoutDeviceCoord borderWidth(SnapBorderWidth(aBorderWidth, aDpiRatio)); in PaintRoundedRectWithRadius() local
78 bg.Deflate(borderWidth); in PaintRoundedRectWithRadius()
90 std::max(0.0f, float(radius) - float(borderWidth)); in PaintRoundedRectWithRadius()
105 if (borderWidth != 0.0f && aBorderColor.a != 0.0f) { in PaintRoundedRectWithRadius()
112 wr::ToBorderWidths(borderWidth, borderWidth, borderWidth, borderWidth); in PaintRoundedRectWithRadius()
125 const LayoutDeviceCoord borderWidth(SnapBorderWidth(aBorderWidth, aDpiRatio)); in PaintRoundedRectWithRadius() local
134 rect.Deflate(borderWidth * 0.5f); in PaintRoundedRectWithRadius()
136 LayoutDeviceCoord radius(aRadius * aDpiRatio - borderWidth * 0.5f); in PaintRoundedRectWithRadius()
150 if (borderWidth != 0.0f && aBorderColor.a != 0.0f) { in PaintRoundedRectWithRadius()
165 gfx::StrokeOptions(borderWidth)); in PaintRoundedRectWithRadius()
[all …]
/dports/mail/xfaces/xfaces-3.3/
H A Dface_shape.c71 Dimension borderWidth; local
86 XtNborderWidth, &borderWidth,
100 x += borderWidth;
101 y += borderWidth;
113 x -= borderWidth;
114 y -= borderWidth;
115 width += 2 * borderWidth;
116 height += 2 * borderWidth;
121 x += borderWidth;
122 y += borderWidth;
/dports/x11-wm/jwm/jwm-2.3.7/src/
H A Dborder.c110 titleHeight > settings.borderWidth) { in GetBorderActionType()
405 titleHeight > settings.borderWidth) { in DrawBorderHelper()
533 starty = settings.borderWidth; in DrawBorderHandles()
695 segments[0].y2 = settings.borderWidth; in DrawBorderHandles()
698 segments[1].x2 = settings.borderWidth; in DrawBorderHandles()
709 segments[3].y2 = settings.borderWidth; in DrawBorderHandles()
714 segments[4].x2 = settings.borderWidth; in DrawBorderHandles()
739 segments[0].y2 = settings.borderWidth; in DrawBorderHandles()
1211 *north = settings.borderWidth; in GetBorderSize()
1240 *west = settings.borderWidth; in GetBorderSize()
[all …]

12345678910>>...75