Home
last modified time | relevance | path

Searched refs:bgcolor (Results 1 - 25 of 30) sorted by relevance

12

/third_party/libwebsockets/test-apps/
H A Dlws-common.js69 var bgcolor = options.bgcolor || "#000000";
89 dark.style.backgroundColor = bgcolor;
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/
H A Dlws-common.js69 var bgcolor = options.bgcolor || "#000000";
89 dark.style.backgroundColor = bgcolor;
/third_party/python/Lib/turtledemo/
H A Dtwo_canvases.py19 s1.bgcolor(0.85, 0.85, 1)
21 s2.bgcolor(1, 0.85, 0.85)
H A Dround_dance.py34 bgcolor("gray10")
H A Drosette.py38 s.bgcolor("black")
H A Dcolormixer.py35 screen.bgcolor(red.ycor(), green.ycor(), blue.ycor())
H A Dpenrose.py161 bgcolor(0.3, 0.3, 0)
H A Dnim.py123 self.screen.bgcolor((240, 240, 255))
/third_party/skia/third_party/externals/libwebp/examples/
H A Dgifdec.c45 uint32_t* const bgcolor) { in GIFGetBackgroundColor()
48 *bgcolor = GIF_TRANSPARENT_COLOR; // Special case. in GIFGetBackgroundColor()
51 *bgcolor = GIF_WHITE_COLOR; in GIFGetBackgroundColor()
57 *bgcolor = (0xffu << 24) in GIFGetBackgroundColor()
327 uint32_t* const bgcolor) { in GIFGetBackgroundColor()
331 (void)bgcolor; in GIFGetBackgroundColor()
43 GIFGetBackgroundColor(const ColorMapObject* const color_map, int bgcolor_index, int transparent_index, uint32_t* const bgcolor) GIFGetBackgroundColor() argument
325 GIFGetBackgroundColor(const struct ColorMapObject* const color_map, int bgcolor_index, int transparent_index, uint32_t* const bgcolor) GIFGetBackgroundColor() argument
H A Dwebpmux.c23 -loop 10 -bgcolor 128,255,255,255 \
218 params.bgcolor, params.loop_count); in DisplayInfo()
302 printf(" [-bgcolor BACKGROUND_COLOR] -o OUTPUT\n"); in PrintHelp()
509 static int ParseBgcolorArgs(const char* args, uint32_t* const bgcolor) { in ParseBgcolorArgs() argument
513 *bgcolor = (a << 24) | (r << 16) | (g << 8) | (b << 0); in ParseBgcolorArgs()
566 num_bgcolor_args = CountOccurrences(cmd_args, "-bgcolor"); in ValidateCommandLine()
689 } else if (!strcmp(argv[i], "-loop") || !strcmp(argv[i], "-bgcolor")) { in ParseCommandLine()
957 uint32_t bgcolor; in Process() local
958 ok = ParseBgcolorArgs(config->args_[i].params_, &bgcolor); in Process()
963 params.bgcolor in Process()
[all...]
H A Danim_util.h40 uint32_t bgcolor; member
H A Dgifdec.h62 // corresponding background color (in BGRA format) in 'bgcolor'.
65 uint32_t* const bgcolor);
H A Danim_diff.c160 ok = CompareBackgroundColor(img1->bgcolor, img2->bgcolor, in CompareAnimatedImagePair()
H A Danim_util.c241 image->bgcolor = anim_info.bgcolor; in ReadAnimatedWebP()
541 image->bgcolor = GetBackgroundColorGIF(gif); in ReadAnimatedGIF()
H A Dgif2webp.c323 &enc_options.anim_params.bgcolor); in main()
/third_party/ffmpeg/libavcodec/
H A Ddvbsubdec.c64 int bgcolor; member
99 int bgcolor; member
1218 region->bgcolor = *buf++; in dvbsub_parse_region_segment()
1224 region->bgcolor = (((*buf++) >> 4) & 15); in dvbsub_parse_region_segment()
1226 region->bgcolor = (((*buf++) >> 2) & 3); in dvbsub_parse_region_segment()
1232 memset(region->pbuf, region->bgcolor, region->buf_size); in dvbsub_parse_region_segment()
1233 ff_dlog(avctx, "Fill region (%d)\n", region->bgcolor); in dvbsub_parse_region_segment()
1277 display->bgcolor = *buf++; in dvbsub_parse_region_segment()
H A Dsanm.c1085 uint16_t fgcolor, bgcolor; in opcode_0xf7() local
1092 bgcolor = ctx->codebook[bytestream2_get_byteu(&ctx->gb)]; in opcode_0xf7()
1095 draw_glyph(ctx, dst, glyph, fgcolor, bgcolor, block_size, pitch); in opcode_0xf7()
1113 uint16_t fgcolor, bgcolor; in opcode_0xf8() local
1120 bgcolor = bytestream2_get_le16u(&ctx->gb); in opcode_0xf8()
1123 draw_glyph(ctx, dst, glyph, fgcolor, bgcolor, block_size, pitch); in opcode_0xf8()
/third_party/icu/tools/colprobe/
H A DdoComparisonTable.pl39 <body bgcolor="#FFFFFF">
64 print TABLE " <th bgcolor=\"$colorCommon\">COMMON (";
77 print TABLE " <th bgcolor=\"$colorLinux\">LINUX";
104 print TABLE " <th bgcolor=\"$colorWin\">WINDOWS";
151 print TABLE "<td bgcolor=\"$color\">\n";
175 print TABLE "<td bgcolor=\"$color\">\n$comment</td>\n";
200 # <td bgcolor="#AD989D">1.0-alpha</td>
201 # <td bgcolor="#FF6633">1.0</td>
202 # <td bgcolor="#FF6633">=</td>
203 # <td bgcolor
[all...]
H A DcreateComparisonTables.pl37 <body bgcolor="#FFFFFF">
59 print TABLE " <th bgcolor=\"$colorCommon\">COMMON (<a href=\"$refCommon\">UCA</a> <a href=\"../$dirCommon/xml/$locale.xml\">xml</a>)</th>\n";
68 print TABLE " <th bgcolor=\"$colorLinux\">LINUX (";
89 print TABLE " <th bgcolor=\"$colorWin\">WINDOWS (";
124 print TABLE "<td bgcolor=\"$color\">\n";
146 print TABLE "<td bgcolor=\"$color\">\n$comment</td>\n";
155 # <td bgcolor="#AD989D">1.0-alpha</td>
156 # <td bgcolor="#FF6633">1.0</td>
157 # <td bgcolor="#FF6633">=</td>
158 # <td bgcolor
[all...]
/third_party/ltp/tools/
H A Dgenhtml.pl164 $row_line =~ s/<tr>/<tr\ bgcolor=$background_colour>/;
215 print "bgcolor=\"#ff0000\"> <strong>Test Summary</strong></p></td><td bgcolor=\"#ff0000\"><strong>Pan reported some Tests FAIL</strong></p></td></tr>\n";
218 print "bgcolor=\"#66ff66\"> <strong>Test Summary</strong></p></td><td bgcolor=\"#66ff66\"><strong>Pan reported all Test Pass</strong></p></td></tr>\n";
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Ddemux.h298 uint32_t bgcolor; member
H A Dmux.h282 uint32_t bgcolor; // Background color of the canvas stored (in MSB order) as: member
/third_party/icu/icu4j/perf-tests/perldriver/
H A DOutput.pm236 <BODY bgcolor="#FFFFFF" LINK="#006666" VLINK="#000000">
/third_party/icu/icu4c/source/test/perf/perldriver/
H A DOutput.pm236 <BODY bgcolor="#FFFFFF" LINK="#006666" VLINK="#000000">
/third_party/skia/third_party/externals/libwebp/src/demux/
H A Danim_decode.c120 dec->info_.bgcolor = WebPDemuxGetI(dec->demux_, WEBP_FF_BACKGROUND_COLOR); in WebPAnimDecoderNewInternal()

Completed in 16 milliseconds

12