Home
last modified time | relevance | path

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

/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dtoggle_buttons_theme.dart43 this.borderWidth,
88 /// To render a hairline border (one physical pixel), set borderWidth to 0.0.
90 final double borderWidth;
110 double borderWidth,
125 borderWidth: borderWidth ?? this.borderWidth,
147 borderWidth: lerpDouble(a?.borderWidth, b?.borderWidth, t),
166 borderWidth,
189 && typedOther.borderWidth == borderWidth;
207 properties.add(DoubleProperty('borderWidth', borderWidth, defaultValue: null));
Dtoggle_buttons.dart142 /// To remove the border, set [borderWidth] to null. Setting [borderWidth] to
182 this.borderWidth,
307 /// When true, a border with [borderWidth], [borderRadius] and the
342 /// To render a hairline border (one physical pixel), set borderWidth to 0.0.
348 /// ToggleButtonTheme.of(context).borderWidth is used. If
349 /// [ToggleButtonsThemeData.borderWidth] is also null, then
351 final double borderWidth;
404 final double resultingBorderWidth = borderWidth
405 ?? toggleButtonsTheme.borderWidth
430 final double resultingBorderWidth = borderWidth
[all …]
/third_party/flutter/flutter/packages/flutter/test/material/
Dtoggle_buttons_theme_test.dart39 expect(themeData.borderWidth, null);
54 expect(theme.data.borderWidth, null);
84 borderWidth: 2.0,
105 'borderWidth: 2.0',
344 borderWidth: customWidth,
385 borderWidth: customWidth,
425 borderWidth: customWidth,
Doutline_button_test.dart511 const double borderWidth = 4.0;
531 width: borderWidth,
557 ..path(color: disabledBorderColor, strokeWidth: borderWidth));
578 ..path(color: borderColor, strokeWidth: borderWidth));
596 ..path(color: highlightedBorderColor, strokeWidth: borderWidth));
610 ..path(color: borderColor, strokeWidth: borderWidth));
Dtoggle_buttons_test.dart896 borderWidth: customWidth,
933 borderWidth: customWidth,
969 borderWidth: customWidth,
1113 borderWidth: customBorderWidth,
1147 borderWidth: 5.0,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DPixmapSurfaceGLX.cpp101 unsigned int borderWidth = 0; in initialize() local
104 &borderWidth, &depth); in initialize()
DDisplayGLX.cpp474 unsigned int borderWidth = 0; in validatePixmap() local
477 &borderWidth, &depth); in validatePixmap()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11.cpp254 unsigned width_, height_, borderWidth, depth; in getDimensions() local
256 …XGetGeometry(m_display.getXDisplay(), m_window, &root, &x, &y, &width_, &height_, &borderWidth, &d… in getDimensions()
/third_party/flutter/skia/third_party/externals/angle2/util/ozone/
DOzoneWindow.h45 int32_t borderWidth; member
DOzoneWindow.cpp23 mNative.borderWidth = 5; in initialize()
/third_party/skia/third_party/externals/angle2/util/ozone/
DOzoneWindow.h48 int32_t borderWidth; member
DOzoneWindow.cpp25 mNative.borderWidth = 5; in initializeImpl()
/third_party/weex-loader/deps/weex-styler/test/
Dvalidate.js34 borderWidth: '1pt', property
46 borderWidth: '1pt', property
Dparse.js16 …bkitTransform: 'rotate(90deg)', width: '200px', left: 0, right: '0px', borderWidth: '1pt', fontWei… property
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.h45 int32_t borderWidth; member
DDisplayGbm.cpp665 double borderw = n->borderWidth * 2. / mWidth; in drawWithTexture()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ozone/
DDisplayOzone.h57 int32_t borderWidth; member
DDisplayOzone.cpp740 double borderw = n->borderWidth * 2. / mWidth; in drawWithTexture()
/third_party/weex-loader/deps/weex-styler/lib/
Dvalidator.js2298 borderWidth: SHORTHAND_LENGTH_VALIDATOR, property
2812 borderWidth: SHORTHAND_LENGTH_VALIDATOR, property
2918 borderWidth: SHORTHAND_LENGTH_VALIDATOR, property
/third_party/typescript/tests/lib/
Dreact.d.ts800 borderWidth?: any; property
Dlib.d.ts4775 borderWidth: string; property
/third_party/skia/third_party/externals/oboe/docs/reference/
Djquery.js32 …fsetHeight;a.extend(f.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});a.support.m… property
/third_party/typescript/tests/baselines/reference/docker/
Doffice-ui-fabric.log1800 … '{ backgroundColor: string; borderColor: string; borderStyle: string; borderWidth: string; boxSha…
1812 …4:11 - error TS2322: Type '{ borderColor: string; borderStyle: string; borderWidth: string; boxSha…
/third_party/typescript/src/lib/
Ddom.generated.d.ts2885 borderWidth: string; property
/third_party/typescript/lib/
Dlib.dom.d.ts2905 borderWidth: string; property