OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gr_blit
(Results
1 - 4
of
4
) sorted by null
/bootable/recovery/minui/
minui.h
45
void
gr_blit
(gr_surface source, int sx, int sy, int w, int h, int dx, int dy);
graphics.c
293
void
gr_blit
(gr_surface source, int sx, int sy, int w, int h, int dx, int dy) {
function
/bootable/recovery/
screen_ui.cpp
105
gr_blit
(surface, 0, 0, iconWidth, iconHeight,
135
gr_blit
(surface, 0, 0, iconWidth, iconHeight, iconX, iconY);
141
gr_blit
((i < stage) ? stageMarkerFill : stageMarkerEmpty,
185
gr_blit
(progressBarFill, width-pos, 0, pos, height, dx+width-pos, dy);
188
gr_blit
(progressBarEmpty, 0, 0, width-pos, height, dx, dy);
193
gr_blit
(progressBarFill, 0, 0, pos, height, dx, dy);
196
gr_blit
(progressBarEmpty, pos, 0, width-pos, height, dx+pos, dy);
203
gr_blit
(progressBarIndeterminate[frame], 0, 0, width, height, dx, dy);
/system/core/charger/
charger.c
637
gr_blit
(surface, 0, 0, w, h, x, y);
Completed in 26 milliseconds