OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gr_get_width
(Results
1 - 4
of
4
) sorted by null
/bootable/recovery/minui/
minui.h
56
unsigned int
gr_get_width
(gr_surface surface);
graphics.c
254
unsigned int
gr_get_width
(GRSurface* surface) {
function
/bootable/recovery/
screen_ui.cpp
102
int iconWidth =
gr_get_width
(surface);
104
int textWidth =
gr_get_width
(text_surface);
118
int sw =
gr_get_width
(stageMarkerEmpty);
119
int x = (gr_fb_width() - max_stage *
gr_get_width
(stageMarkerEmpty)) / 2;
141
gr_blit(icon, 0, 0,
gr_get_width
(icon), gr_get_height(icon), iconX, iconY);
146
int width =
gr_get_width
(progressBarEmpty);
453
int width =
gr_get_width
(progressBarEmpty);
/system/core/healthd/
healthd_mode_charger.cpp
289
w =
gr_get_width
(surface);
Completed in 29 milliseconds