Home
last modified time | relevance | path

Searched defs:bgcolor (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/libwebp/examples/
Danim_util.h40 uint32_t bgcolor; member
Dgifdec.c45 uint32_t* const bgcolor) { in GIFGetBackgroundColor()
327 uint32_t* const bgcolor) { in GIFGetBackgroundColor()
Dwebpmux.c509 static int ParseBgcolorArgs(const char* args, uint32_t* const bgcolor) { in ParseBgcolorArgs()
957 uint32_t bgcolor; in Process() local
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Danim_util.h40 uint32_t bgcolor; member
Dgifdec.c45 uint32_t* const bgcolor) { in GIFGetBackgroundColor()
327 uint32_t* const bgcolor) { in GIFGetBackgroundColor()
Dwebpmux.c506 static int ParseBgcolorArgs(const char* args, uint32_t* const bgcolor) { in ParseBgcolorArgs()
947 uint32_t bgcolor; in Process() local
/third_party/flutter/skia/third_party/externals/libwebp/src/webp/
Dmux.h282 uint32_t bgcolor; // Background color of the canvas stored (in MSB order) as: member
Ddemux.h298 uint32_t bgcolor; member
/third_party/skia/third_party/externals/libwebp/src/webp/
Dmux.h282 uint32_t bgcolor; // Background color of the canvas stored (in MSB order) as: member
Ddemux.h298 uint32_t bgcolor; member
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/
Dnegative_b_incalculable.js3663 "bgcolor": "white", property
3674 "bgcolor": "white", property
3750 "bgcolor": "white" property
Dnegative_b.js8487 "bgcolor": "white", property
8498 "bgcolor": "white", property
8574 "bgcolor": "white" property
Dnegative_ab.js15318 "bgcolor": "white", property
15329 "bgcolor": "white", property
15405 "bgcolor": "white" property
Dpositive_abz.js22044 "bgcolor": "white", property
22055 "bgcolor": "white", property
22131 "bgcolor": "white" property
Dnegative_a.js5932 "bgcolor": "white", property
5943 "bgcolor": "white", property
6019 "bgcolor": "white" property
Dplotlyjs-bundle.js1 …on"==typeof define&&define.amd)define([],t);else{("undefined"!=typeof window?window:"undefined"!=t… property
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dterm-styled-ostream.oo.c56 term_color_t bgcolor; member
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/
Ddvb-sub.c83 int bgcolor; member
120 guint8 bgcolor; member
/third_party/ffmpeg/libavcodec/
Dsanm.c1084 uint16_t fgcolor, bgcolor; in opcode_0xf7() local
1112 uint16_t fgcolor, bgcolor; in opcode_0xf8() local
Ddvbsubdec.c62 int bgcolor; member
97 int bgcolor; member
/third_party/python/Lib/
Dturtle.py1223 def bgcolor(self, *args): member in TurtleScreen