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 38 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/
screen_ui.cpp 105 gr_color(0, 0, 0, 255);
140 gr_color(0, 0, 0, 255);
177 gr_color(0, 0, 0, 160);
182 gr_color(64, 96, 255, 255);
188 gr_color(255, 255, 255, 255);
190 gr_color(64, 96, 255, 255);
200 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 464 milliseconds