Home
last modified time | relevance | path

Searched defs:rgb_color (Results 1 – 4 of 4) sorted by relevance

/external/coreboot/payloads/libpayload/include/
Dcbgfx.h88 struct rgb_color { struct
89 uint8_t red;
90 uint8_t green;
91 uint8_t blue;
/external/libpng/contrib/gregbook/
Drpng2-win.c196 static struct rgb_color { struct
217 static int num_rgb = sizeof(rgb) / sizeof(struct rgb_color); argument
Drpng2-x.c221 static struct rgb_color { struct
243 static int num_rgb = sizeof(rgb) / sizeof(struct rgb_color); argument
/external/fmtlib/include/fmt/
Dcolor.h225 uint32_t rgb_color; member