Searched defs:y (Results 1 – 6 of 6) sorted by relevance
/bootable/recovery/minui/ |
D | graphics.cpp | 58 static bool outside(int x, int y) in outside() 68 void gr_font_size(int *x, int *y) in gr_font_size() 106 void gr_text(int x, int y, const char *s, bool bold) in gr_text() 137 void gr_texticon(int x, int y, GRSurface* icon) { in gr_texticon() 179 for (int y = 0; y < gr_draw->height; ++y) { in gr_clear() local 203 int x, y; in gr_fill() local 215 int x, y; in gr_fill() local
|
D | resources.cpp | 208 unsigned int y; in res_create_display_surface() local 251 unsigned int y; in res_create_multi_display_surface() local 352 unsigned int y; in res_create_alpha_surface() local 393 png_uint_32 y; in res_create_localized_alpha_surface() local
|
/bootable/recovery/ |
D | screen_ui.cpp | 117 int y = iconY + iconHeight + 20; in draw_background_locked() local 207 void ScreenRecoveryUI::DrawHorizontalRule(int* y) { in DrawHorizontalRule() 214 void ScreenRecoveryUI::DrawTextLine(int* y, const char* line, bool bold) { in DrawTextLine() 219 void ScreenRecoveryUI::DrawTextLines(int* y, const char* const* lines) { in DrawTextLines() 246 int y = 0; in draw_screen_locked() local
|
D | verifier.h | 25 p256_int y; member
|
/bootable/recovery/applypatch/ |
D | bsdiff.c | 58 #define MIN(x,y) (((x)<(y)) ? (x) : (y)) argument 172 off_t x,y; in search() local 197 off_t y; in offtout() local
|
D | bspatch.c | 69 off_t y; in offtin() local
|