| /third_party/weex-loader/deps/weex-styler/test/ |
| D | validate.js | 144 backgroundColor: '#ff0000' property 148 backgroundColor: '#f00' property 152 backgroundColor: 'lightpink' property 156 backgroundColor: 'rgba(234, 45, 99, .4)' property 160 backgroundColor: 'asdf' property 164 backgroundColor: 'rgba(234,45,99,1.3)' property 173 backgroundColor: '#ff0000' property 177 backgroundColor: '#ff0000' property 181 backgroundColor: '#FFB6C1' property 185 backgroundColor: 'rgba(234,45,99,0.4)' property [all …]
|
| /third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/ |
| D | SkottieView.java | 131 int backgroundColor = a.getColor(R.styleable.SkottieView_background_color, -1); in SkottieView() local 132 if (backgroundColor == -1) { in SkottieView() 136 if (android.graphics.Color.alpha(backgroundColor) != 255) { in SkottieView() 141 Color c = new Color(backgroundColor); in SkottieView() 142 setSource(src, context, new Color(backgroundColor)); in SkottieView()
|
| /third_party/typescript/tests/dets/cases/ |
| D | dynamicallyBuildUIElements.ets | 176 }.backgroundColor(Color.Yellow) 188 .backgroundColor(Color.Pink) 197 .backgroundColor(Color.Yellow) 221 .backgroundColor(Color.Green) 230 .backgroundColor(Color.Red) 240 .backgroundColor(Color.Blue)
|
| D | functionAndClassWithDecorator.ets | 29 .backgroundColor(Color.Pink) 35 .backgroundColor(Color.Green)
|
| D | functionWithDecorators.ets | 21 .backgroundColor(Color.Pink) 28 .backgroundColor(Color.Green)
|
| D | targetEtsExample.ets | 109 .backgroundColor(Color.Pink)
|
| /third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/ |
| D | test.js | 211 document.getElementById("wsdi_statustd").style.backgroundColor = 223 document.getElementById("wsdi_statustd").style.backgroundColor = 242 document.getElementById("s_statustd").style.backgroundColor = 283 document.getElementById("s_statustd").style.backgroundColor = 318 document.getElementById("ot_statustd").style.backgroundColor = 330 document.getElementById("ot_statustd").style.backgroundColor = 421 document.getElementById("wslm_statustd").style.backgroundColor = 453 document.getElementById("wslm_statustd").style.backgroundColor =
|
| D | lws-common.js | 89 dark.style.backgroundColor = bgcolor;
|
| /third_party/libwebsockets/test-apps/ |
| D | test.js | 211 document.getElementById("wsdi_statustd").style.backgroundColor = 223 document.getElementById("wsdi_statustd").style.backgroundColor = 242 document.getElementById("s_statustd").style.backgroundColor = 283 document.getElementById("s_statustd").style.backgroundColor = 318 document.getElementById("ot_statustd").style.backgroundColor = 330 document.getElementById("ot_statustd").style.backgroundColor = 421 document.getElementById("wslm_statustd").style.backgroundColor = 453 document.getElementById("wslm_statustd").style.backgroundColor =
|
| D | lws-common.js | 89 dark.style.backgroundColor = bgcolor;
|
| /third_party/node/deps/v8/tools/profview/ |
| D | profview.js | 218 backgroundColor: "#80e27e", property 224 backgroundColor: "#a6c452", property 230 backgroundColor: "#ff9e80", property 236 backgroundColor: "#ff9e80", property 242 backgroundColor: "#ffab40", property 248 backgroundColor: "#ffea00", property 254 backgroundColor: "#6ab7ff", property 260 backgroundColor: "#c0cfff", property 266 backgroundColor: "#ffb2ff", property 272 backgroundColor: "#88c399", property [all …]
|
| /third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/ |
| D | SkottieRunner.java | 65 …public SkottieAnimation createAnimation(TextureView view, InputStream is, int backgroundColor, int… in createAnimation() argument 66 return new SkottieAnimation(view, is, backgroundColor, repeatCount); in createAnimation() 82 …public SkottieAnimation createAnimation(SurfaceView view, InputStream is, int backgroundColor, int… in createAnimation() argument 83 return new SkottieAnimation(view, is, backgroundColor, repeatCount); in createAnimation()
|
| D | SkottieAnimation.java | 54 SkottieAnimation(TextureView view, InputStream is, int backgroundColor, int repeatCount) { in SkottieAnimation() argument 59 mBackgroundColor = backgroundColor; in SkottieAnimation() 64 SkottieAnimation(SurfaceView view, InputStream is, int backgroundColor, int repeatCount) { in SkottieAnimation() argument 69 mBackgroundColor = backgroundColor; in SkottieAnimation() 476 int backgroundColor, boolean forceDraw); in nDrawFrame() argument
|
| D | SkottieView.java | 52 public SkottieView buildAsSurface(Context context, int backgroundColor) { in buildAsSurface() argument 55 s.mBackgroundColor = backgroundColor; in buildAsSurface()
|
| /third_party/skia/gm/ |
| D | gm.h | 96 GM(SkColor backgroundColor = SK_ColorWHITE); 198 GpuGM(SkColor backgroundColor = SK_ColorWHITE) : GM(backgroundColor) {} in GM() argument
|
| D | lcdblendmodes.cpp | 92 void drawColumn(SkCanvas* canvas, SkColor backgroundColor, SkColor textColor, bool useGrad) { in drawColumn() argument 126 backgroundPaint.setColor(backgroundColor); in drawColumn()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineNoPositionTests.cpp | 309 const auto backgroundColor = getBackGroundColor(); in initPrograms() local 312 …olorStr << "vec4(" << backgroundColor.x() << ", " << backgroundColor.y() << ", " << backgroundColo… in initPrograms()
|
| /third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/cpp/ |
| D | native-lib.cpp | 182 jint backgroundColor, in Java_org_skia_skottie_SkottieAnimation_nDrawFrame() argument 225 canvas->clear(backgroundColor); in Java_org_skia_skottie_SkottieAnimation_nDrawFrame()
|
| /third_party/node/deps/v8/tools/system-analyzer/view/map-panel/ |
| D | map-transitions.mjs | 93 edge.style.backgroundColor = this._edgeToColor.get(map.edge.type); 123 node.style.backgroundColor = this._edgeToColor.get(map.edge.type);
|
| /third_party/skia/modules/canvaskit/tests/ |
| D | paragraph.spec.js | 76 backgroundColor: CanvasKit.Color(234, 208, 232), // light pink property 146 backgroundColor: CanvasKit.Color4f(0, 0, 1.0, 0.8), property 764 backgroundColor: CanvasKit.Color(234, 208, 232), // light pink property 818 backgroundColor: CanvasKit.Color(234, 208, 232), // light pink property 830 backgroundColor: CanvasKit.Color(234, 208, 232), // light pink property
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
| D | vktRasterizationTests.cpp | 2875 const tcu::RGBA backgroundColor = tcu::RGBA(0, 0, 0, 255); in compareAndVerifyOverestimatedNormal() local 2908 errorMask.setPixel(x, y, backgroundColor); in compareAndVerifyOverestimatedNormal() 2909 expectedImage.setPixel(x, y, backgroundColor); in compareAndVerifyOverestimatedNormal() 2945 const tcu::RGBA backgroundColor = tcu::RGBA(0, 0, 0, 255); in compareAndVerifyOverestimatedDegenerate() local 2954 referenceImage.setPixel(x, y, backgroundColor); in compareAndVerifyOverestimatedDegenerate() 3004 errorMask.setPixel(x, y, backgroundColor); in compareAndVerifyOverestimatedDegenerate() 3030 const tcu::RGBA backgroundColor = tcu::RGBA(0, 0, 0, 255); in compareAndVerifyUnderestimatedNormal() local 3045 referenceImage.setPixel(x, y, backgroundColor); in compareAndVerifyUnderestimatedNormal() 3081 errorMask.setPixel(x, y, backgroundColor); in compareAndVerifyUnderestimatedNormal() 3108 const tcu::RGBA backgroundColor = tcu::RGBA(0, 0, 0, 255); in compareAndVerifyUnderestimatedDegenerate() local [all …]
|
| /third_party/node/deps/v8/tools/turbolizer/src/ |
| D | range-view.ts | 386 interval.style.backgroundColor = "rgb(250, 158, 168)"; 388 interval.style.backgroundColor = "rgb(250, 158, 100)"; 390 interval.style.backgroundColor = "rgb(153, 158, 230)"; 392 interval.style.backgroundColor = "rgb(153, 220, 168)";
|
| /third_party/vk-gl-cts/framework/platform/ios/ |
| D | tcuIOSAppDelegate.m | 45 self.window.backgroundColor = [UIColor whiteColor];
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | ohos_accessibility.js | 45 backgroundColor: '[PC Preview] unknown backgroundColor', property
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cShaderViewportLayerArrayTests.cpp | 372 tcu::Vec4 backgroundColor(0.0f, 0.0f, 0.0f, 1.0f); in iterate() local 406 expectedPixels.push_back(std::make_pair(center, backgroundColor)); in iterate()
|