OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gr_surface
(Results
1 - 6
of
6
) sorted by null
/bootable/recovery/
screen_ui.h
69
gr_surface
backgroundIcon[5];
70
gr_surface
backgroundText[5];
71
gr_surface
*installationOverlay;
72
gr_surface
*progressBarIndeterminate;
73
gr_surface
progressBarEmpty;
74
gr_surface
progressBarFill;
75
gr_surface
stageMarkerEmpty;
76
gr_surface
stageMarkerFill;
122
void LoadBitmap(const char* filename,
gr_surface
* surface);
123
void LoadLocalizedBitmap(const char* filename,
gr_surface
* surface)
[
all
...]
screen_ui.cpp
102
gr_surface
surface = installationOverlay[frame];
118
gr_surface
surface = backgroundIcon[icon];
119
gr_surface
text_surface = backgroundText[icon];
367
void ScreenRecoveryUI::LoadBitmap(const char* filename,
gr_surface
* surface) {
374
void ScreenRecoveryUI::LoadLocalizedBitmap(const char* filename,
gr_surface
* surface) {
412
progressBarIndeterminate = (
gr_surface
*)malloc(indeterminate_frames *
413
sizeof(
gr_surface
));
422
installationOverlay = (
gr_surface
*)malloc(installing_frames *
423
sizeof(
gr_surface
));
470
gr_surface
bg = backgroundIcon[icon]
[
all
...]
/bootable/recovery/minui/
minui.h
26
typedef void*
gr_surface
;
typedef
41
void gr_texticon(int x, int y,
gr_surface
icon);
45
void gr_blit(
gr_surface
source, int sx, int sy, int w, int h, int dx, int dy);
46
unsigned int gr_get_width(
gr_surface
surface);
47
unsigned int gr_get_height(
gr_surface
surface);
74
int res_create_surface(const char* name,
gr_surface
* pSurface);
75
int res_create_localized_surface(const char* name,
gr_surface
* pSurface);
76
void res_free_surface(
gr_surface
surface);
resources.c
46
int res_create_surface(const char* name,
gr_surface
* pSurface) {
166
*pSurface = (
gr_surface
) surface;
199
int res_create_localized_surface(const char* name,
gr_surface
* pSurface) {
295
*pSurface = (
gr_surface
) surface;
319
void res_free_surface(
gr_surface
surface) {
graphics.c
258
void gr_texticon(int x, int y,
gr_surface
icon) {
293
void gr_blit(
gr_surface
source, int sx, int sy, int w, int h, int dx, int dy) {
311
unsigned int gr_get_width(
gr_surface
surface) {
318
unsigned int gr_get_height(
gr_surface
surface) {
/system/core/charger/
charger.c
97
gr_surface
surface;
127
gr_surface
surf_unknown;
624
static int draw_surface_centered(struct charger *charger,
gr_surface
surface)
Completed in 413 milliseconds