Searched refs:color_string (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | parseutils.c | 354 int av_parse_color(uint8_t *rgba_color, const char *color_string, int slen, in av_parse_color() argument 361 if (color_string[0] == '#') { in av_parse_color() 363 } else if (!strncmp(color_string, "0x", 2)) in av_parse_color() 367 slen = strlen(color_string); in av_parse_color() 368 av_strlcpy(color_string2, color_string + hex_offset, in av_parse_color() 425 alpha_string, color_string); in av_parse_color()
|
D | parseutils.h | 98 int av_parse_color(uint8_t *rgba_color, const char *color_string, int slen,
|
/third_party/python/Lib/idlelib/ |
D | configdialog.py | 874 rgbTuplet, color_string = colorchooser.askcolor( 877 if color_string and (color_string != prev_color): 887 self.color.set(color_string) 889 self.color.set(color_string)
|