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/minui/
minui.h 34 void gr_color(unsigned char r, unsigned char g, unsigned char b, unsigned char a);
graphics.c 189 void gr_color(unsigned char r, unsigned char g, unsigned char b, unsigned char a) function
  /bootable/recovery/
ui.c 126 gr_color(0, 0, 0, 255);
159 gr_color(0, 0, 0, 255);
196 gr_color(0, 0, 0, 160);
201 gr_color(64, 96, 255, 255);
207 gr_color(255, 255, 255, 255);
209 gr_color(64, 96, 255, 255);
219 gr_color(255, 255, 0, 255);
  /system/core/charger/
charger.c 193 gr_color(0, 0, 0, 255);
600 gr_color(0xa4, 0xc6, 0x39, 255);

Completed in 179 milliseconds