Searched defs:rgb (Results 1 – 5 of 5) sorted by relevance
230 static uint32_t rgb(uint32_t r, uint32_t g, uint32_t b) in rgb() function
73 uint32_t rgb = (grb & 0xFFFF) | (grb >> 16); in buildAPyramid() local
87 inline static int rgb565To888(int rgb) in rgb565To888()
93 public static int rgb(int red, int green, int blue) { in rgb() method in Color
800 bool rgb; in hwcTestColorConvert() member