HomeSort by relevance Sort by last modified time
    Searched defs:color_bytes (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/browser/
image_util.cc 36 std::vector<uint8_t> color_bytes; local
37 if (!base::HexStringToBytes(formatted_color, &color_bytes))
40 *result = SkColorSetARGB(255, color_bytes[0], color_bytes[1], color_bytes[2]);
  /external/elfutils/0.153/lib/
color.c 66 char *color_bytes = ""; variable
212 color_bytes = xstrdup ("\e[38;5;141m");

Completed in 75 milliseconds