Home
last modified time | relevance | path

Searched refs:borderWidth (Results 26 – 50 of 2255) sorted by relevance

12345678910>>...91

/dports/x11-clocks/emiclock/emiclock-2.0.2/resources/R6/EUC/
H A DEmiClock.ad77 EmiClock*hourlyChimeDialog.soundToggle.borderWidth: 1
80 EmiClock*hourlyChimeDialog.soundLabel.borderWidth: 0
92 EmiClock*halfHourChimeDialog.soundToggle.borderWidth: 1
95 EmiClock*halfHourChimeDialog.soundLabel.borderWidth: 0
107 EmiClock*noteAlarmDialog.soundToggle.borderWidth: 1
110 EmiClock*noteAlarmDialog.soundLabel.borderWidth: 0
117 EmiClock*alarmSettingsPopup*title.borderWidth: 0
121 EmiClock*alarmSettingsPopup*alarmTimeLabel.borderWidth: 0
127 EmiClock*alarmSettingsPopup*alarmDateLabel.borderWidth: 0
137 EmiClock*alarmSettingsPopup*oneTimeToggle.borderWidth: 1
[all …]
/dports/editors/calligra/calligra-3.2.1/words/part/
H A DKWRootAreaProviderBase.cpp64 …der->borderWidth(KoBorder::LeftBorder) + border->borderWidth(KoBorder::RightBorder), border->borde… in doPostLayout()
86 …der->borderWidth(KoBorder::LeftBorder) + border->borderWidth(KoBorder::RightBorder), border->borde… in doPostLayout()
124 … rect.adjust(border->borderWidth(KoBorder::LeftBorder), border->borderWidth(KoBorder::TopBorder), in suggestRect()
125 … -border->borderWidth(KoBorder::RightBorder), - border->borderWidth(KoBorder::BottomBorder)); in suggestRect()
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/pdfbase/
H A Dacroform.py214 borderWidth=1, argument
433 borderWidth=borderWidth,
464 if borderWidth: CB['BS'] = bsPDF(borderWidth,borderStyle,dashLen)
536 borderWidth=borderWidth,
569 if borderWidth: RB['BS'] = bsPDF(borderWidth,borderStyle,dashLen)
622 if borderWidth!=None and borderWidth>0 and opaqueColor(borderColor):
839 borderWidth=borderWidth,
882 if borderWidth:
919 borderWidth=borderWidth,
966 borderWidth=borderWidth,
[all …]
/dports/net-im/tkabber/tkabber-1.1.2/examples/xrdb/
H A Dgreen.xrdb38 *Spinbox.borderWidth: 1
40 *SpinBox.borderWidth: 1
42 *ComboBox.borderWidth: 1
43 *ArrowButton.borderWidth: 0
125 *Listbox.borderWidth: 1
129 *Text.borderWidth: 1
133 *Entry.borderWidth: 1
139 *Button.borderWidth: 1
142 *Menu.borderWidth: 1
143 *Menubutton.borderWidth: 1
[all …]
/dports/print/gv/gv-3.7.4/src/
H A Dgv_widgetless.dat5 GV.control.MButton.borderWidth: 0
10 GV.borderWidth: 0
11 GV.control.borderWidth: 0
12 GV.control.viewFrame.borderWidth: 0
13 GV.control.viewFrame.viewClip.borderWidth: 0
14 GV.control.viewFrame.viewClip.page.borderWidth: 0
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A Dtk3d.c282 borderWidth, relief) in Tk_Draw3DRectangle() argument
294 borderWidth = width/2;
297 borderWidth = height/2;
753 borderWidth, leftRelief) in Tk_Draw3DPolygon() argument
788 halfWidth = borderWidth/2;
981 borderWidth = 0;
988 borderWidth = width/2;
998 x + borderWidth, y + borderWidth,
1002 if (borderWidth) {
1026 borderWidth, leftRelief) in Tk_Fill3DPolygon() argument
[all …]
/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/src/scenegraph/
H A Dpaintedrectangleitem.cpp47 auto borderWidth = std::floor(m_borderWidth); in paint() local
49 if (borderWidth > 0.0) { in paint()
55 …painter->drawRoundedRect(borderWidth, borderWidth, width() - borderWidth * 2, height() - borderWid… in paint()
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/
H A DSimpleRootAreaProvider.cpp72 …der->borderWidth(KoBorder::LeftBorder) + border->borderWidth(KoBorder::RightBorder), border->borde… in doPostLayout()
134 …der->borderWidth(KoBorder::LeftBorder) + border->borderWidth(KoBorder::RightBorder), border->borde… in doPostLayout()
176 … rect.adjust(border->borderWidth(KoBorder::LeftBorder), border->borderWidth(KoBorder::TopBorder), in suggestRect()
177 … -border->borderWidth(KoBorder::RightBorder), - border->borderWidth(KoBorder::BottomBorder)); in suggestRect()
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A Dtk3d.c287 if (width < 2*borderWidth) { in Tk_Draw3DRectangle()
288 borderWidth = width/2; in Tk_Draw3DRectangle()
291 borderWidth = height/2; in Tk_Draw3DRectangle()
968 borderWidth = 0; in Tk_Fill3DRectangle()
975 if (width < 2*borderWidth) { in Tk_Fill3DRectangle()
976 borderWidth = width/2; in Tk_Fill3DRectangle()
978 if (height < 2*borderWidth) { in Tk_Fill3DRectangle()
979 borderWidth = height/2; in Tk_Fill3DRectangle()
986 x + borderWidth, y + borderWidth, in Tk_Fill3DRectangle()
990 if (borderWidth) { in Tk_Fill3DRectangle()
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A Dtk3d.c287 if (width < 2*borderWidth) { in Tk_Draw3DRectangle()
288 borderWidth = width/2; in Tk_Draw3DRectangle()
291 borderWidth = height/2; in Tk_Draw3DRectangle()
968 borderWidth = 0; in Tk_Fill3DRectangle()
975 if (width < 2*borderWidth) { in Tk_Fill3DRectangle()
976 borderWidth = width/2; in Tk_Fill3DRectangle()
978 if (height < 2*borderWidth) { in Tk_Fill3DRectangle()
979 borderWidth = height/2; in Tk_Fill3DRectangle()
986 x + borderWidth, y + borderWidth, in Tk_Fill3DRectangle()
990 if (borderWidth) { in Tk_Fill3DRectangle()
[all …]
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A Dtk3d.c289 borderWidth = width/2; in Tk_Draw3DRectangle()
292 borderWidth = height/2; in Tk_Draw3DRectangle()
773 halfWidth = borderWidth/2; in Tk_Draw3DPolygon()
964 borderWidth = 0; in Tk_Fill3DRectangle()
971 if (width < 2*borderWidth) { in Tk_Fill3DRectangle()
972 borderWidth = width/2; in Tk_Fill3DRectangle()
974 if (height < 2*borderWidth) { in Tk_Fill3DRectangle()
975 borderWidth = height/2; in Tk_Fill3DRectangle()
982 x + borderWidth, y + borderWidth, in Tk_Fill3DRectangle()
986 if (borderWidth) { in Tk_Fill3DRectangle()
[all …]
/dports/x11-wm/blackbox/blackbox-0.70.1/data/
H A DREADME.style106 .borderWidth
129 .borderWidth
155 .borderWidth
172 .borderWidth
187 .borderWidth
195 .borderWidth
203 .borderWidth
211 .borderWidth
219 .borderWidth
227 .borderWidth
[all …]
/dports/graphics/pixen/Pixen-0.1/
H A DPXEllipseTool.m40 …(int)cy evenWidth:(BOOL)evenWidth evenHeight:(BOOL)evenHeight borderWidth:(int)borderWidth inCanva…
43 for (cWidth = 0; cWidth < borderWidth; cWidth++) {
76 - (NSArray *)plotEllipseInscribedInRect:(NSRect)bound withLineWidth:(int)borderWidth trackingPoints…
99 …ithX:x y:y cx:cx cy:cy evenWidth:evenWidth evenHeight:evenHeight borderWidth:borderWidth inCanvas:…
121 …ithX:x y:y cx:cx cy:cy evenWidth:evenWidth evenHeight:evenHeight borderWidth:borderWidth inCanvas:…
142 - (void)plotFilledEllipseInscribedInRect:(NSRect)bound withLineWidth:(int)borderWidth withFillColor…
144 …NSArray *points = [self plotEllipseInscribedInRect:(NSRect)bound withLineWidth:borderWidth trackin…
167 - (void)plotUnfilledEllipseInscribedInRect:(NSRect)bound withLineWidth:(int)borderWidth inCanvas:ca…
169 …[self plotEllipseInscribedInRect:(NSRect)bound withLineWidth:borderWidth trackingPoints:NO inCanva…
195 …[self plotUnfilledEllipseInscribedInRect:ellipseBound withLineWidth:[propertiesView borderWidth] i…
[all …]
H A DPXRectangleTool.m57 int borderWidth = [propertiesView borderWidth];
59 [self drawRect:NSMakeRect((origin.x < aPoint.x) ? origin.x+borderWidth : aPoint.x+borderWidth,
60 (origin.y < aPoint.y) ? origin.y+borderWidth : aPoint.y+borderWidth,
61 …(origin.x < aPoint.x) ? aPoint.x - origin.x - (borderWidth*2): origin.x - aPoint.x - (borderWidth*…
62 …(origin.y < aPoint.y) ? aPoint.y - origin.y - (borderWidth*2): origin.y - aPoint.y - (borderWidth*…
71 for (i = 0; i < [propertiesView borderWidth]; i++)
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/
H A Dwbox.c20 short borderWidth; member
128 eData.x = eData.y = box->borderWidth; in rearrange()
133 eData.ye = box->borderWidth; in rearrange()
134 eData.xe = WMWidgetWidth(box) - box->borderWidth; in rearrange()
135 eData.h = WMWidgetHeight(box) - 2 * box->borderWidth; in rearrange()
136 eData.total = WMWidgetWidth(box) - 2 * box->borderWidth; in rearrange()
138 eData.xe = box->borderWidth; in rearrange()
139 eData.ye = WMWidgetHeight(box) - box->borderWidth; in rearrange()
140 eData.w = WMWidgetWidth(box) - 2 * box->borderWidth; in rearrange()
154 if (box->borderWidth != width) { in WMSetBoxBorderWidth()
[all …]
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/
H A Dwbox.c20 short borderWidth; member
128 eData.x = eData.y = box->borderWidth; in rearrange()
133 eData.ye = box->borderWidth; in rearrange()
134 eData.xe = WMWidgetWidth(box) - box->borderWidth; in rearrange()
135 eData.h = WMWidgetHeight(box) - 2 * box->borderWidth; in rearrange()
136 eData.total = WMWidgetWidth(box) - 2 * box->borderWidth; in rearrange()
138 eData.xe = box->borderWidth; in rearrange()
139 eData.ye = WMWidgetHeight(box) - box->borderWidth; in rearrange()
140 eData.w = WMWidgetWidth(box) - 2 * box->borderWidth; in rearrange()
154 if (box->borderWidth != width) { in WMSetBoxBorderWidth()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderTable.cpp1052 int borderWidth = 0; in outerBorderBefore() local
1071 borderWidth = max(borderWidth, static_cast<int>(tb.width() / 2)); in outerBorderBefore()
1072 return borderWidth; in outerBorderBefore()
1079 int borderWidth = 0; in outerBorderAfter() local
1098 return borderWidth; in outerBorderAfter()
1106 int borderWidth = 0; in outerBorderStart() local
1123 borderWidth = max(borderWidth, sw); in outerBorderStart()
1128 return borderWidth; in outerBorderStart()
1136 int borderWidth = 0; in outerBorderEnd() local
1153 borderWidth = max(borderWidth, sw); in outerBorderEnd()
[all …]
/dports/deskutils/latte-dock/latte-dock-0.10.6/containment/package/contents/ui/colorizer/
H A DCustomBackground.qml15 property int borderWidth: 0
119 return parent.width + 2*borderWidth;
121 return parent.width + Math.max(roundness, 2*borderWidth);
127 return parent.width + 2 * borderWidth;
129 return parent.width + Math.max(roundness, 2 * borderWidth);
140 return parent.height + 2 * borderWidth;
142 return parent.height + Math.max(roundness,2 * borderWidth);
146 return parent.height + 2*borderWidth;
148 return parent.height + Math.max(roundness, 2*borderWidth);
159 border.width: main.borderWidth
[all …]
/dports/x11-themes/gtk-oxygen-engine/oxygen-gtk2-1.4.6/src/
H A Doxygentaboptions.cpp39 …int borderWidth( GTK_IS_CONTAINER( widget ) ? gtk_container_get_border_width( GTK_CONTAINER( widge… in TabOptions() local
49 if( x == allocation.x + borderWidth ) (*this) |= FirstTabAligned; in TabOptions()
50 if( x+w == allocation.x + allocation.width - borderWidth ) (*this) |= LastTabAligned; in TabOptions()
55 if( y == allocation.y + borderWidth ) (*this) |= FirstTabAligned; in TabOptions()
56 if( y+h == allocation.y + allocation.height - borderWidth ) (*this) |= LastTabAligned; in TabOptions()
/dports/x11-themes/gtk3-oxygen-engine/oxygen-gtk3-1.4.1/src/
H A Doxygentaboptions.cpp42 …int borderWidth( GTK_IS_CONTAINER( widget ) ? gtk_container_get_border_width( GTK_CONTAINER( widge… in TabOptions() local
51 if( x == allocation.x + borderWidth ) (*this) |= FirstTabAligned; in TabOptions()
52 if( x+w == allocation.x + allocation.width - borderWidth ) (*this) |= LastTabAligned; in TabOptions()
57 if( y == allocation.y + borderWidth ) (*this) |= FirstTabAligned; in TabOptions()
58 if( y+h == allocation.y + allocation.height - borderWidth ) (*this) |= LastTabAligned; in TabOptions()
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/table/
H A DRtfBorder.java375 private int borderWidth = 20; field in RtfBorder
393 this.borderWidth = border.getBorderWidth(); in RtfBorder()
407 …cument doc, int borderType, int borderPosition, int borderStyle, float borderWidth, Color borderCo… in RtfBorder() argument
412 this.borderWidth = (int) Math.min((borderWidth * TWIPS_FACTOR), 75); in RtfBorder()
413 if(this.borderWidth == 0) { in RtfBorder()
428 … if(this.borderStyle == BORDER_NONE || this.borderPosition == NO_BORDER || this.borderWidth == 0) { in writeContent()
457 result.write(intToByteArray(this.borderWidth)); in writeContent()
480 result.write(intToByteArray(this.borderWidth)); in writeContent()
564 return borderWidth; in getBorderWidth()
/dports/deskutils/latte-dock/latte-dock-0.10.6/declarativeimports/components/
H A DBadgeText.qml44 property int borderWidth: 1
81 width: parent.width - 2 * parent.borderWidth
82 height: parent.height - 2 * parent.borderWidth
151 anchors.topMargin: parent.borderWidth
152 anchors.bottomMargin: parent.borderWidth
153 anchors.leftMargin: parent.borderWidth
154 anchors.rightMargin: parent.borderWidth
156 border.width: parent.borderWidth > 0 ? parent.borderWidth+1 : 0
166 border.width: parent.borderWidth
/dports/games/xnethack/xNetHack-xnh6.1/win/X11/
H A DNetHack.ad28 NetHack*text*borderWidth: 0
125 NetHack*yn_prompt*borderWidth: 0
143 NetHack*response*borderWidth: 1
189 NetHack*player_selection*btn_random.borderWidth: 1
194 NetHack*player_selection*btn_quit.borderWidth: 1
205 NetHack*race_selection*btn_random.borderWidth: 1
210 NetHack*race_selection*btn_quit.borderWidth: 1
221 NetHack*gender_selection*btn_random.borderWidth: 1
226 NetHack*gender_selection*btn_quit.borderWidth: 1
252 NetHack*extended_commands*btn_dismiss.borderWidth: 1
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/X11/
H A DNetHack.ad28 NetHack*text*borderWidth: 0
125 NetHack*yn_prompt*borderWidth: 0
143 NetHack*response*borderWidth: 1
189 NetHack*player_selection*btn_random.borderWidth: 1
194 NetHack*player_selection*btn_quit.borderWidth: 1
205 NetHack*race_selection*btn_random.borderWidth: 1
210 NetHack*race_selection*btn_quit.borderWidth: 1
221 NetHack*gender_selection*btn_random.borderWidth: 1
226 NetHack*gender_selection*btn_quit.borderWidth: 1
252 NetHack*extended_commands*btn_dismiss.borderWidth: 1
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/X11/
H A DNetHack.ad28 NetHack*text*borderWidth: 0
125 NetHack*yn_prompt*borderWidth: 0
143 NetHack*response*borderWidth: 1
189 NetHack*player_selection*btn_random.borderWidth: 1
194 NetHack*player_selection*btn_quit.borderWidth: 1
205 NetHack*race_selection*btn_random.borderWidth: 1
210 NetHack*race_selection*btn_quit.borderWidth: 1
221 NetHack*gender_selection*btn_random.borderWidth: 1
226 NetHack*gender_selection*btn_quit.borderWidth: 1
252 NetHack*extended_commands*btn_dismiss.borderWidth: 1
[all …]

12345678910>>...91