Home
last modified time | relevance | path

Searched refs:borderLeftWidth (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/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…
65 borderLeftWidth: ReturnType<typeof borderLeftWidth.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…
65 borderLeftWidth: ReturnType<typeof borderLeftWidth.parse>; property in CSSParsedDeclaration
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLIFrameElement.cpp116 nsCSSValue* borderLeftWidth = aData->ValueForBorderLeftWidth(); in MapAttributesIntoRule() local
117 if (borderLeftWidth->GetUnit() == eCSSUnit_Null) in MapAttributesIntoRule()
118 borderLeftWidth->SetFloatValue(0.0f, eCSSUnit_Pixel); in MapAttributesIntoRule()
H A DHTMLHRElement.cpp177 nsCSSValue* borderLeftWidth = aData->ValueForBorderLeftWidth(); in MapAttributesIntoRule() local
178 if (borderLeftWidth->GetUnit() == eCSSUnit_Null) { in MapAttributesIntoRule()
179 borderLeftWidth->SetFloatValue(sizePerSide, eCSSUnit_Pixel); in MapAttributesIntoRule()
H A DHTMLTableElement.cpp830 nsCSSValue* borderLeftWidth = aData->ValueForBorderLeftWidth(); in MapAttributesIntoRule() local
831 if (borderLeftWidth->GetUnit() == eCSSUnit_Null) in MapAttributesIntoRule()
832 borderLeftWidth->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.ts5 export declare const borderLeftWidth: 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.ts5 export declare const borderLeftWidth: IPropertyValueDescriptor<number>; constant
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderMediaControlsChromium.cpp125 context->setStrokeThickness(style->borderLeftWidth()); in paintMediaSlider()
133 bufferedRect.inflate(-style->borderLeftWidth()); in paintMediaSlider()
227 context->setStrokeThickness(object->style()->borderLeftWidth()); in paintMediaTimelineContainer()
H A DRenderBoxModelObject.cpp954 int leftWidth = fitToBorder ? style->borderLeftWidth() : leftSlice; in paintNinePieceImage()
1657 … ignoreLeft ? 0 : style->borderLeftWidth(), ignoreRight ? 0 : style->borderRightWidth()); in paintBorder()
1670 … bool applyLeftInnerClip = (style->borderLeftWidth() < border.radii().topLeft().width()) in paintBorder()
1738 … bool applyLeftInnerClip = (style->borderLeftWidth() < border.radii().bottomLeft().width()) in paintBorder()
1803 thickness = style->borderLeftWidth() * 2; in paintBorder()
1807 … bool applyTopInnerClip = (style->borderLeftWidth() < border.radii().topLeft().width()) in paintBorder()
1809 && (leftStyle != DOUBLE || style->borderLeftWidth() > 6); in paintBorder()
1814 style->borderLeftWidth()); in paintBorder()
1828 && (leftStyle != DOUBLE || style->borderLeftWidth() > 6); in paintBorder()
1833 style->borderLeftWidth()); in paintBorder()
[all …]
H A DRenderFieldset.cpp166 int clipWidth = max(static_cast<int>(style()->borderLeftWidth()), legend->width()); in paintBoxDecorations()
H A DRenderBoxModelObject.h88 virtual int borderLeft() const { return style()->borderLeftWidth(); } in borderLeft()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/devtools/actors/
H A Dinspector.rs430 borderLeftWidth: String, field
489 borderTopWidth, borderRightWidth, borderBottomWidth, borderLeftWidth, in handle_message()
522 borderLeftWidth: borderLeftWidth, in handle_message()
/dports/textproc/py-xhtml2pdf/xhtml2pdf-0.2.5/xhtml2pdf/
H A Dtables.py92 c.frag.borderLeftWidth,
105 …if getBorderStyle(c.frag.borderLeftStyle) and c.frag.borderLeftWidth and c.frag.borderLeftColor is…
107 c.frag.borderLeftWidth,
/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/security/keybase/client-v5.7.1/shared/common-adapters/
H A Drounded-box.tsx36 borderLeftWidth: 1,
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/api/widgets/
H A Ddecoration.ts69 editingBoxStyle.borderLeftWidth +
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/modules/
H A DLayoutUtils.jsm32 parseFloat(cstyle.borderLeftWidth) +
/dports/www/firefox-esr/firefox-91.8.0/toolkit/modules/
H A DLayoutUtils.jsm32 parseFloat(cstyle.borderLeftWidth) +
/dports/www/firefox/firefox-99.0/toolkit/modules/
H A DLayoutUtils.jsm32 parseFloat(cstyle.borderLeftWidth) +
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.cpp481 if (borderLeftWidth() != other->borderLeftWidth() in diff()
816 int leftWidth = (!horizontal || includeLogicalLeftEdge) ? borderLeftWidth() : 0; in getRoundedInnerBorderFor()
1281 return borderLeftWidth(); in borderBeforeWidth()
1299 return borderLeftWidth(); in borderAfterWidth()
1308 return isLeftToRightDirection() ? borderLeftWidth() : borderRightWidth(); in borderStartWidth()
1315 return isLeftToRightDirection() ? borderRightWidth() : borderLeftWidth(); in borderEndWidth()
H A DBorderData.h63 unsigned short borderLeftWidth() const in borderLeftWidth() function
/dports/security/keybase/client-v5.7.1/shared/settings/nav/
H A Dsettings-item.tsx90 borderLeftWidth: 3,
/dports/devel/py-qstylizer/qstylizer-0.2.1/qstylizer/descriptor/
H A Dprop.py144 borderLeftWidth = _descriptor_cls("border-left-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.flow146 borderLeftWidth?: props.borderLeftWidth,
147 'border-left-width'?: props.borderLeftWidth,
/dports/www/madsonic/madsonic/script/webfx/
H A Dboxsizing.htc126 case "style.borderLeftWidth":

12345678910>>...15