Searched refs:color_str (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_drawbox.c | 84 char *color_str; member 243 if (!strcmp(s->color_str, "invert")) in init() 245 else if (av_parse_color(s->rgba_color, s->color_str, -1, ctx) < 0) in init() 453 { "color", "set color of the box", OFFSET(color_str), AV_OPT_TYPE_STRING, { .str = "black" }, 0, 0, FLAGS }, 454 { "c", "set color of the box", OFFSET(color_str), AV_OPT_TYPE_STRING, { .str = "black" }, 0, 0, FLAGS }, 536 { "color", "set color of the grid", OFFSET(color_str), AV_OPT_TYPE_STRING, { .str = "black" }, 0, 0, FLAGS }, 537 { "c", "set color of the grid", OFFSET(color_str), AV_OPT_TYPE_STRING, { .str = "black" }, 0, 0, FLAGS },
|
/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
H A D | parser.cc | 3641 auto color_str = token->AsString(); in ParseSampler() 3643 if (color_str == "float_transparent_black") in ParseSampler() 3645 else if (color_str == "int_transparent_black") in ParseSampler() 3647 else if (color_str == "float_opaque_black") in ParseSampler() 3649 else if (color_str == "int_opaque_black") in ParseSampler() 3651 else if (color_str == "float_opaque_white") in ParseSampler() 3653 else if (color_str == "int_opaque_white") in ParseSampler() 3656 return Result("invalid BORDER_COLOR value " + color_str); in ParseSampler()
|
/third_party/selinux/libselinux/include/selinux/ |
H A D | selinux.h | 707 char **color_str);
|
Completed in 9 milliseconds