HomeSort by relevance Sort by last modified time
    Searched refs:gr_color (Results 1 - 5 of 5) sorted by null

  /system/extras/tests/framebuffer/
minui.h 27 void gr_color(unsigned char r, unsigned char g, unsigned char b);
  /bootable/recovery/
screen_ui.cpp 112 gr_color(0, 0, 0, 255);
135 gr_color(255, 255, 255, 255);
159 gr_color(0, 0, 0, 255);
202 gr_color(247, 0, 6, 255);
206 gr_color(0, 106, 157, 255);
209 gr_color(255, 255, 255, 255);
212 gr_color(249, 194, 0, 255);
215 gr_color(0, 0, 0, 160);
218 gr_color(255, 255, 255, 255);
  /bootable/recovery/minui/
minui.h 38 void gr_color(unsigned char r, unsigned char g, unsigned char b, unsigned char a);
graphics.c 204 void gr_color(unsigned char r, unsigned char g, unsigned char b, unsigned char a) function
  /system/core/charger/
charger.c 198 gr_color(0, 0, 0, 255);
620 gr_color(0xa4, 0xc6, 0x39, 255);

Completed in 2020 milliseconds