Searched defs:x (Results 1 – 9 of 9) sorted by relevance
/bootable/recovery/ |
D | common.h | 36 #define STRINGIFY(x) #x argument 37 #define EXPAND(x) STRINGIFY(x) argument
|
D | wear_ui.cpp | 93 int x = (gr_fb_width() - width) / 2; in draw_background_locked() local 120 int x = outer_width; in draw_screen_locked() local
|
D | screen_ui.cpp | 156 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/ |
D | graphics.cpp | 52 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
|
D | mkfont.c | 7 unsigned char *x; in main() local
|
D | events.cpp | 34 #define BITS_TO_LONGS(x) (((x) + BITS_PER_LONG - 1) / BITS_PER_LONG) argument
|
D | resources.cpp | 165 int x; in transform_rgb_to_draw() local
|
/bootable/recovery/applypatch/ |
D | bsdiff.cpp | 58 #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/ |
D | services.cpp | 38 void service_bootstrap_func(void* x) { in service_bootstrap_func()
|