OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gr_fill
(Results
1 - 5
of
5
) sorted by null
/system/extras/tests/framebuffer/
minui.h
28
void
gr_fill
(int x, int y, int w, int h);
/bootable/recovery/minui/
minui.h
35
void
gr_fill
(int x, int y, int w, int h);
graphics.c
237
void
gr_fill
(int x, int y, int w, int h)
function
/bootable/recovery/
ui.c
127
gr_fill
(0, 0, gr_fb_width(), gr_fb_height());
160
gr_fill
(dx, dy, width, height);
197
gr_fill
(0, 0, gr_fb_width(), gr_fb_height());
202
gr_fill
(0, (menu_top+menu_sel) * CHAR_HEIGHT,
214
gr_fill
(0, i*CHAR_HEIGHT+CHAR_HEIGHT/2-1,
/system/core/charger/
charger.c
192
gr_fill
(0, 0, gr_fb_width(), gr_fb_height());
Completed in 559 milliseconds