Home
last modified time | relevance | path

Searched defs:x (Results 1 – 9 of 9) sorted by relevance

/bootable/recovery/
Dcommon.h36 #define STRINGIFY(x) #x argument
37 #define EXPAND(x) STRINGIFY(x) argument
Dwear_ui.cpp93 int x = (gr_fb_width() - width) / 2; in draw_background_locked() local
120 int x = outer_width; in draw_screen_locked() local
Dscreen_ui.cpp156 int x = (gr_fb_width() - max_stage * gr_get_width(stageMarkerEmpty)) / 2; in draw_background_locked() local
261 void ScreenRecoveryUI::DrawTextLine(int x, int* y, const char* line, bool bold) { in DrawTextLine()
266 void ScreenRecoveryUI::DrawTextLines(int x, int* y, const char* const* lines) { in DrawTextLines()
/bootable/recovery/minui/
Dgraphics.cpp52 static bool outside(int x, int y) in outside()
67 void gr_font_size(const GRFont* font, int *x, int *y) in gr_font_size()
105 void gr_text(const GRFont* font, int x, int y, const char *s, bool bold) in gr_text()
134 void gr_texticon(int x, int y, GRSurface* icon) { in gr_texticon()
177 for (int x = 0; x < gr_draw->width; ++x) { in gr_clear() local
200 int x, y; in gr_fill() local
212 int x, y; in gr_fill() local
Dmkfont.c7 unsigned char *x; in main() local
Devents.cpp34 #define BITS_TO_LONGS(x) (((x) + BITS_PER_LONG - 1) / BITS_PER_LONG) argument
Dresources.cpp165 int x; in transform_rgb_to_draw() local
/bootable/recovery/applypatch/
Dbsdiff.cpp58 #define MIN(x,y) (((x)<(y)) ? (x) : (y)) argument
62 off_t i,j,k,x,tmp,jj,kk; in split() local
172 off_t x,y; in search() local
195 static void offtout(off_t x,u_char *buf) in offtout()
/bootable/recovery/minadbd/
Dservices.cpp38 void service_bootstrap_func(void* x) { in service_bootstrap_func()