Home
last modified time | relevance | path

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

/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Dthemes.dart38 errorColor: const Color(0xFFB00020),
72 errorColor: const Color(0xFFB00020),
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dtheme_data.dart152 Color errorColor,
210 errorColor: errorColor,
227 errorColor ??= Colors.red[700];
322 errorColor: errorColor,
396 @required this.errorColor,
457 assert(errorColor != null),
537 errorColor: colorScheme.error,
716 final Color errorColor;
913 Color errorColor,
977 errorColor: errorColor ?? this.errorColor,
[all …]
Dcolor_scheme.dart119 Color errorColor,
137 error: errorColor ?? Colors.red[700],
Dtext_field.dart741 ?? themeData.textTheme.caption.copyWith(color: themeData.errorColor),
Dinput_decorator.dart2008 ? decoration.errorStyle?.color ?? themeData.errorColor
2022 final Color color = decoration.enabled ? themeData.errorColor : Colors.transparent;
2035 : themeData.errorColor;
/third_party/openGLES/specs/katex/
DREADME.md49 …TeX will render the unsupported command as text in the color given by `errorColor`. (default: `tru…
50 - `errorColor`: `string`. A color string given in the format `"#XXX"` or `"#XXXXXX"`. This option d…
Dkatex.js847 color: this.settings.errorColor,
1436 this.errorColor = get(options.errorColor, "#cc0000");
Dkatex.min.js1errorColor,value:[a],type:"color"},this.mode);this.consume();return i};h.prototype.parseAtom=funct…
/third_party/openGLES/specs/es/katex/
DREADME.md49 …TeX will render the unsupported command as text in the color given by `errorColor`. (default: `tru…
50 - `errorColor`: `string`. A color string given in the format `"#XXX"` or `"#XXXXXX"`. This option d…
Dkatex.js847 color: this.settings.errorColor,
1436 this.errorColor = get(options.errorColor, "#cc0000");
Dkatex.min.js1errorColor,value:[a],type:"color"},this.mode);this.consume();return i};h.prototype.parseAtom=funct…
/third_party/openGLES/specs/gl/katex/
DREADME.md49 …TeX will render the unsupported command as text in the color given by `errorColor`. (default: `tru…
50 - `errorColor`: `string`. A color string given in the format `"#XXX"` or `"#XXXXXX"`. This option d…
Dkatex.js847 color: this.settings.errorColor,
1436 this.errorColor = get(options.errorColor, "#cc0000");
Dkatex.min.js1errorColor,value:[a],type:"color"},this.mode);this.consume();return i};h.prototype.parseAtom=funct…
/third_party/openGLES/specs/es/3.2/katex/
DREADME.md49 …TeX will render the unsupported command as text in the color given by `errorColor`. (default: `tru…
50 - `errorColor`: `string`. A color string given in the format `"#XXX"` or `"#XXXXXX"`. This option d…
Dkatex.js847 color: this.settings.errorColor,
1436 this.errorColor = get(options.errorColor, "#cc0000");
Dkatex.min.js1errorColor,value:[a],type:"color"},this.mode);this.consume();return i};h.prototype.parseAtom=funct…
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp917 const Vec4 errorColor (1.0f, 0.0f, 0.0f, 1.0f); in verify() local
1000 errorMask.getAccess().setPixel(errorColor, x, y, z); in verify()
1097 errorMask.getAccess().setPixel((isOk ? okColor : errorColor), x, y, z); in verify()
1198 errorMask.getAccess().setPixel((isOk ? okColor : errorColor), x, y, z); in verify()
1294 const Vec4 errorColor (1.0f, 0.0f, 0.0f, 1.0f); in iterate() local
1365 errorMask.getAccess().setPixel(errorColor, x, y, z); in iterate()
2017 const Vec4 errorColor (1.0f, 0.0f, 0.0f, 1.0f); in verify() local
2070 errorMask.getAccess().setPixel(errorColor, x, y, outputNdx); in verify()
2110 errorMask.getAccess().setPixel(errorColor, x, y, outputNdx); in verify()
2147 errorMask.getAccess().setPixel(errorColor, x, y, outputNdx); in verify()
/third_party/flutter/flutter/packages/flutter/test/material/
Dtheme_data_test.dart152 expect(theme.errorColor, equals(lightColors.error));
169 expect(theme.errorColor, equals(darkColors.error));
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/shrine/
Dapp.dart96 errorColor: kShrineErrorRed,
/third_party/vk-gl-cts/framework/common/
DtcuImageCompare.cpp94 const tcu::IVec4 errorColor (255, 0, 0, 255); in findNumPositionDeviationFailingPixels() local
151 errorMask.setPixel(errorColor, x, y, z); in findNumPositionDeviationFailingPixels()
174 errorMask.setPixel(errorColor, x, y, z); in findNumPositionDeviationFailingPixels()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCoordinatesTests.cpp284 const tcu::RGBA& errorColor) in oneWayComparePointSets() argument
328 drawTessCoordPoint(errorDst, primitiveType, subPt, errorColor, 4); in oneWayComparePointSets()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp451 const Vec4 errorColor = Vec4(1.0f, 0.0f, 0.0f, 1.0f); in imageHasErrorPixels() local
458 if (color == errorColor || color == blankColor) in imageHasErrorPixels()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationTests.cpp1115 const tcu::RGBA& errorColor) in oneWayComparePointSets() argument
1159 drawTessCoordPoint(errorDst, primitiveType, subPt, errorColor, 4); in oneWayComparePointSets()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dcompilation_trace.txt3642 package:flutter/src/material/theme_data.dart,ThemeData,get:errorColor