/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/ |
H A D | SkottieView.java | 131 int backgroundColor = a.getColor(R.styleable.SkottieView_background_color, -1); in SkottieView() 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/libwebsockets/test-apps/ |
H A 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 =
|
H A D | lws-common.js | 89 dark.style.backgroundColor = bgcolor;
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/ |
H A 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 =
|
H A D | lws-common.js | 89 dark.style.backgroundColor = bgcolor;
|
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/ |
H A D | SkottieRunner.java | 65 public SkottieAnimation createAnimation(TextureView view, InputStream is, int backgroundColor, int repeatCount) { in createAnimation() argument 66 return new SkottieAnimation(view, is, backgroundColor, repeatCount); in createAnimation() 82 public SkottieAnimation createAnimation(SurfaceView view, InputStream is, int backgroundColor, int repeatCount) { in createAnimation() argument 83 return new SkottieAnimation(view, is, backgroundColor, repeatCount); in createAnimation()
|
H A 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() 474 nDrawFrame(long nativeProxy, int width, int height, boolean wideColorGamut, float progress, int backgroundColor, boolean forceDraw) nDrawFrame() argument
|
H A D | SkottieView.java | 52 public SkottieView buildAsSurface(Context context, int backgroundColor) { in buildAsSurface() argument 55 s.mBackgroundColor = backgroundColor; in buildAsSurface()
|
/third_party/node/deps/v8/tools/profview/ |
H A D | profview.js | 218 backgroundColor: "#80e27e", 224 backgroundColor: "#a6c452", 230 backgroundColor: "#ff9e80", 236 backgroundColor: "#ff9e80", 242 backgroundColor: "#ffab40", 248 backgroundColor: "#ffea00", 254 backgroundColor: "#6ab7ff", 260 backgroundColor: "#c0cfff", 266 backgroundColor: "#ffb2ff", 272 backgroundColor [all...] |
/third_party/skia/gm/ |
H A D | gm.h | 96 GM(SkColor backgroundColor = SK_ColorWHITE); 198 GpuGM(SkColor backgroundColor = SK_ColorWHITE) : GM(backgroundColor) {} in GpuGM()
|
H A 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/skia/platform_tools/android/apps/skottie/skottielib/src/main/cpp/ |
H A D | native-lib.cpp | 182 jint backgroundColor, in Java_org_skia_skottie_SkottieAnimation_nDrawFrame() 225 canvas->clear(backgroundColor); in Java_org_skia_skottie_SkottieAnimation_nDrawFrame() 177 Java_org_skia_skottie_SkottieAnimation_nDrawFrame(JNIEnv *env, jclass clazz, jlong nativeProxy, jint width, jint height, jboolean wideColorGamut, jfloat progress, jint backgroundColor, jboolean forceDraw) Java_org_skia_skottie_SkottieAnimation_nDrawFrame() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineNoPositionTests.cpp | 328 const auto backgroundColor = getBackGroundColor(); in initPrograms() local 331 colorStr << "vec4(" << backgroundColor.x() << ", " << backgroundColor.y() << ", " << backgroundColor.z() << ", " << backgroundColor.w() << ")"; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineNoPositionTests.cpp | 310 const auto backgroundColor = getBackGroundColor(); in initPrograms() local 313 colorStr << "vec4(" << backgroundColor.x() << ", " << backgroundColor.y() << ", " << backgroundColor.z() << ", " << backgroundColor.w() << ")"; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 3213 const tcu::RGBA backgroundColor = tcu::RGBA(0, 0, 0, 255); 3246 errorMask.setPixel(x, y, backgroundColor); 3247 expectedImage.setPixel(x, y, backgroundColor); 3283 const tcu::RGBA backgroundColor = tcu::RGBA(0, 0, 0, 255); 3292 referenceImage.setPixel(x, y, backgroundColor); 3342 errorMask.setPixel(x, y, backgroundColor); 3368 const tcu::RGBA backgroundColor = tcu::RGBA(0, 0, 0, 255); 3383 referenceImage.setPixel(x, y, backgroundColor); 3419 errorMask.setPixel(x, y, backgroundColor); 3446 const tcu::RGBA backgroundColor [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 2961 const tcu::RGBA backgroundColor = tcu::RGBA(0, 0, 0, 255); 2994 errorMask.setPixel(x, y, backgroundColor); 2995 expectedImage.setPixel(x, y, backgroundColor); 3031 const tcu::RGBA backgroundColor = tcu::RGBA(0, 0, 0, 255); 3040 referenceImage.setPixel(x, y, backgroundColor); 3090 errorMask.setPixel(x, y, backgroundColor); 3116 const tcu::RGBA backgroundColor = tcu::RGBA(0, 0, 0, 255); 3131 referenceImage.setPixel(x, y, backgroundColor); 3167 errorMask.setPixel(x, y, backgroundColor); 3194 const tcu::RGBA backgroundColor [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderViewportLayerArrayTests.cpp | 372 tcu::Vec4 backgroundColor(0.0f, 0.0f, 0.0f, 1.0f); in iterate() 406 expectedPixels.push_back(std::make_pair(center, backgroundColor)); in iterate()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |