Home
last modified time | relevance | path

Searched defs:bgColor (Results 1 – 11 of 11) sorted by relevance

/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/model/
DAnimationData.kt18 private val bgColor: String?, constant in com.airbnb.lottie.samples.model.AnimationData
29 var bgColor = this.bgColor ?: "#ffffff" in bgColorInt() variable
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
DGifHeader.java36 int bgColor; field in GifHeader
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDemoUtility.java34 public static final Color bgColor = Color.lightGray; field in DemoUtility
/external/skia/tests/
DFontHostStreamTest.cpp23 static const SkColor bgColor = SK_ColorWHITE; variable
DDrawTextTest.cpp28 static const SkColor bgColor = SK_ColorWHITE; variable
DBlurTest.cpp55 static const SkColor bgColor = SK_ColorWHITE; variable
/external/skia/gm/
Dgm.h219 SimpleGM(SkColor bgColor, const SkString& name, const SkISize& size, DrawProc drawProc) in SimpleGM()
236 SimpleGpuGM(SkColor bgColor, const SkString& name, const SkISize& size, DrawProc drawProc) in SimpleGpuGM()
Ddrawimageset.cpp36 SkCanvas::ImageSetEntry set[], const SkColor bgColor=SK_ColorLTGRAY) { in make_image_tiles()
Dgm.cpp77 GM::GM(SkColor bgColor) { in GM()
/external/oss-fuzz/projects/giflib/
Ddgif_fuzz_common.cc116 Color8888 bgColor = 0; in fuzz_dgif_ala_android() local
/external/skia/src/ports/
DSkScalerContext_mac_ct.cpp268 uint32_t bgColor = (!glyph.isColor()) ? 0xFFFFFFFF : 0x00000000; in getCG() local