/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | toggle_buttons_theme.dart | 43 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));
|
D | toggle_buttons.dart | 142 /// 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/ |
D | toggle_buttons_theme_test.dart | 39 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,
|
D | outline_button_test.dart | 511 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));
|
D | toggle_buttons_test.dart | 896 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/ |
D | PixmapSurfaceGLX.cpp | 101 unsigned int borderWidth = 0; in initialize() local 104 &borderWidth, &depth); in initialize()
|
D | DisplayGLX.cpp | 474 unsigned int borderWidth = 0; in validatePixmap() local 477 &borderWidth, &depth); in validatePixmap()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11.cpp | 254 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/ |
D | OzoneWindow.h | 45 int32_t borderWidth; member
|
D | OzoneWindow.cpp | 23 mNative.borderWidth = 5; in initialize()
|
/third_party/skia/third_party/externals/angle2/util/ozone/ |
D | OzoneWindow.h | 48 int32_t borderWidth; member
|
D | OzoneWindow.cpp | 25 mNative.borderWidth = 5; in initializeImpl()
|
/third_party/weex-loader/deps/weex-styler/test/ |
D | validate.js | 34 borderWidth: '1pt', property 46 borderWidth: '1pt', property
|
D | parse.js | 16 …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/ |
D | DisplayGbm.h | 45 int32_t borderWidth; member
|
D | DisplayGbm.cpp | 665 double borderw = n->borderWidth * 2. / mWidth; in drawWithTexture()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ozone/ |
D | DisplayOzone.h | 57 int32_t borderWidth; member
|
D | DisplayOzone.cpp | 740 double borderw = n->borderWidth * 2. / mWidth; in drawWithTexture()
|
/third_party/weex-loader/deps/weex-styler/lib/ |
D | validator.js | 2298 borderWidth: SHORTHAND_LENGTH_VALIDATOR, property 2812 borderWidth: SHORTHAND_LENGTH_VALIDATOR, property 2918 borderWidth: SHORTHAND_LENGTH_VALIDATOR, property
|
/third_party/typescript/tests/lib/ |
D | react.d.ts | 800 borderWidth?: any; property
|
D | lib.d.ts | 4775 borderWidth: string; property
|
/third_party/skia/third_party/externals/oboe/docs/reference/ |
D | jquery.js | 32 …fsetHeight;a.extend(f.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});a.support.m… property
|
/third_party/typescript/tests/baselines/reference/docker/ |
D | office-ui-fabric.log | 1800 … '{ 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/ |
D | dom.generated.d.ts | 2885 borderWidth: string; property
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 2905 borderWidth: string; property
|