Searched refs:color_bytes (Results 1 – 4 of 4) sorted by relevance
36 std::vector<uint8_t> color_bytes; in ParseCSSColorString() local37 if (!base::HexStringToBytes(formatted_color, &color_bytes)) in ParseCSSColorString()40 *result = SkColorSetARGB(255, color_bytes[0], color_bytes[1], color_bytes[2]); in ParseCSSColorString()
66 char *color_bytes = ""; variable212 color_bytes = xstrdup ("\e[38;5;141m"); in parse_opt()
129 extern char *color_bytes;
736 info.bytes_color = color_bytes; in show_disasm()