Home
last modified time | relevance | path

Searched refs:borderRightWidth (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/npm-asset/html2canvas/dist/types/css/
H A Dindex.d.ts9 import { borderBottomWidth, borderLeftWidth, borderRightWidth, borderTopWidth } from './property-de…
63 borderRightWidth: ReturnType<typeof borderRightWidth.parse>; property in CSSParsedDeclaration
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/npm-asset/html2canvas/dist/types/src/css/
H A Dindex.d.ts9 import { borderBottomWidth, borderLeftWidth, borderRightWidth, borderTopWidth } from './property-de…
63 borderRightWidth: ReturnType<typeof borderRightWidth.parse>; property in CSSParsedDeclaration
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLIFrameElement.cpp119 nsCSSValue* borderRightWidth = aData->ValueForBorderRightWidth(); in MapAttributesIntoRule() local
120 if (borderRightWidth->GetUnit() == eCSSUnit_Null) in MapAttributesIntoRule()
121 borderRightWidth->SetFloatValue(0.0f, eCSSUnit_Pixel); in MapAttributesIntoRule()
H A DHTMLHRElement.cpp169 nsCSSValue* borderRightWidth = aData->ValueForBorderRightWidth(); in MapAttributesIntoRule() local
170 if (borderRightWidth->GetUnit() == eCSSUnit_Null) { in MapAttributesIntoRule()
171 borderRightWidth->SetFloatValue(sizePerSide, eCSSUnit_Pixel); in MapAttributesIntoRule()
H A DHTMLTableElement.cpp833 nsCSSValue* borderRightWidth = aData->ValueForBorderRightWidth(); in MapAttributesIntoRule() local
834 if (borderRightWidth->GetUnit() == eCSSUnit_Null) in MapAttributesIntoRule()
835 borderRightWidth->SetFloatValue((float)borderThickness, eCSSUnit_Pixel); in MapAttributesIntoRule()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/npm-asset/html2canvas/dist/types/css/property-descriptors/
H A Dborder-width.d.ts3 export declare const borderRightWidth: IPropertyValueDescriptor<number>; constant
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/npm-asset/html2canvas/dist/types/src/css/property-descriptors/
H A Dborder-width.d.ts3 export declare const borderRightWidth: IPropertyValueDescriptor<number>; constant
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/devtools/actors/
H A Dinspector.rs426 borderRightWidth: String, field
489 borderTopWidth, borderRightWidth, borderBottomWidth, borderLeftWidth, in handle_message()
520 borderRightWidth: borderRightWidth, in handle_message()
/dports/textproc/py-xhtml2pdf/xhtml2pdf-0.2.5/xhtml2pdf/
H A Dtables.py95 c.frag.borderRightWidth,
110 …if getBorderStyle(c.frag.borderRightStyle) and c.frag.borderRightWidth and c.frag.borderRightColor…
112 c.frag.borderRightWidth,
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/api/
H A Ddom.ts32 const borderX = asNumber(cs.borderLeftWidth) + asNumber(cs.borderRightWidth);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp956 int rightWidth = fitToBorder ? style->borderRightWidth() : rightSlice; in paintNinePieceImage()
1657 … ignoreLeft ? 0 : style->borderLeftWidth(), ignoreRight ? 0 : style->borderRightWidth()); in paintBorder()
1689 … bool applyRightInnerClip = (style->borderRightWidth() < border.radii().topRight().width()) in paintBorder()
1730 … ignoreLeft ? 0 : style->borderLeftWidth(), ignoreRight ? 0 : style->borderRightWidth()); in paintBorder()
1867 thickness = style->borderRightWidth() * 2; in paintBorder()
1872 … bool applyTopInnerClip = (style->borderRightWidth() < border.radii().topRight().width()) in paintBorder()
1874 && (rightStyle != DOUBLE || style->borderRightWidth() > 6); in paintBorder()
1879 style->borderRightWidth()); in paintBorder()
1894 && (rightStyle != DOUBLE || style->borderRightWidth() > 6); in paintBorder()
1899 style->borderRightWidth()); in paintBorder()
[all …]
H A DRenderBoxModelObject.h89 virtual int borderRight() const { return style()->borderRightWidth(); } in borderRight()
H A DInlineFlowBox.h142 …return isHorizontal() ? renderer()->style()->borderRightWidth() : renderer()->style()->borderBotto… in borderLogicalRight()
H A DRenderMediaControlsChromium.cpp233 context->setStrokeThickness(object->style()->borderRightWidth()); in paintMediaTimelineContainer()
/dports/security/keybase/client-v5.7.1/shared/common-adapters/
H A Drounded-box.tsx38 borderRightWidth: 1,
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.cpp484 || borderRightWidth() != other->borderRightWidth()) in diff()
817 int rightWidth = (!horizontal || includeLogicalRightEdge) ? borderRightWidth() : 0; in getRoundedInnerBorderFor()
1283 return borderRightWidth(); in borderBeforeWidth()
1297 return borderRightWidth(); in borderAfterWidth()
1308 return isLeftToRightDirection() ? borderLeftWidth() : borderRightWidth(); in borderStartWidth()
1315 return isLeftToRightDirection() ? borderRightWidth() : borderLeftWidth(); in borderEndWidth()
H A DBorderData.h70 unsigned short borderRightWidth() const in borderRightWidth() function
/dports/devel/py-qstylizer/qstylizer-0.2.1/qstylizer/descriptor/
H A Dprop.py149 borderRightWidth = _descriptor_cls("border-right-width") variable in PropParent
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/typed-styles/css/
H A DBaseStyle.js.flow161 borderRightWidth?: props.borderRightWidth,
162 'border-right-width'?: props.borderRightWidth,
/dports/www/madsonic/madsonic/script/webfx/
H A Dboxsizing.htc128 case "style.borderRightWidth":
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Drender_form.cpp1449 int borderRightWidth = style->borderRightWidth(); in paintBorderMinusLegend() local
1455 if (lx + lw <= w - borderRightWidth) in paintBorderMinusLegend()
1457 … 0, (render_r && (rs == DOTTED || rs == DASHED || rs == DOUBLE) ? style->borderRightWidth() : 0)); in paintBorderMinusLegend()
1463 … (render_r && (rs == DOTTED || rs == DASHED || rs == DOUBLE) ? style->borderRightWidth() : 0)); in paintBorderMinusLegend()
1504 if (lx < w && lx + lw > w - borderRightWidth) { in paintBorderMinusLegend()
1510 …drawBorder(p, _tx + w - borderRightWidth, startY, _tx + w, _ty + h, BSRight, rc, style->color(), r… in paintBorderMinusLegend()
/dports/www/p5-CSS-DOM/CSS-DOM-0.17/lib/CSS/DOM/
H A DInterface.pm235 borderRightWidth => STR,
/dports/lang/spidermonkey78/firefox-78.9.0/browser/actors/
H A DFormValidationChild.jsm175 parseInt(style.paddingRight) + parseInt(style.borderRightWidth);
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/devtools_traits/
H A Dlib.rs168 pub borderRightWidth: String, field
/dports/www/dojo/dojo-release-1.12.2/dojox/charting/axis2d/
H A Dcommon.js.map7 …,"paddingRight","paddingBottom","borderLeftWidth","borderTopWidth","borderRightWidth","borderBotto…

123456789