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
55
void
gr_blit
(gr_surface source, int sx, int sy, int w, int h, int dx, int dy);
88
// screen with
gr_blit
(). An "alpha" surface is a grayscale image
graphics.c
230
void
gr_blit
(GRSurface* source, int sx, int sy, int w, int h, int dx, int dy) {
function
234
printf("
gr_blit
: source has wrong format\n");
328
gr_blit
(frame, 0, 0, frame->width, frame->height, x, 0);
/bootable/recovery/
screen_ui.cpp
116
gr_blit
(surface, 0, 0, iconWidth, iconHeight, iconX, iconY);
122
gr_blit
((i < stage) ? stageMarkerFill : stageMarkerEmpty,
141
gr_blit
(icon, 0, 0, gr_get_width(icon), gr_get_height(icon), iconX, iconY);
163
gr_blit
(progressBarFill, width-pos, 0, pos, height, dx+width-pos, dy);
166
gr_blit
(progressBarEmpty, 0, 0, width-pos, height, dx, dy);
171
gr_blit
(progressBarFill, 0, 0, pos, height, dx, dy);
174
gr_blit
(progressBarEmpty, pos, 0, width-pos, height, dx+pos, dy);
/system/core/healthd/
healthd_mode_charger.cpp
295
gr_blit
(surface, 0, 0, w, h, x, y);
Completed in 31 milliseconds