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);
211 gr_color(0, 0, 0, 160);
217 gr_color(C_HEADER, 255);
220 if (i == menu_top) gr_color(C_MENU, 255);
226 gr_color(255, 255, 255, 255);
228 gr_color(C_MENU, 255);
234 gr_color(C_MENU, 255);
241 gr_color(C_LOG, 255)
    [all...]
  /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 891 milliseconds