Searched defs:x (Results 1 – 8 of 8) sorted by relevance
/bootable/recovery/ |
D | common.h | 25 #define STRINGIFY(x) #x argument 26 #define EXPAND(x) STRINGIFY(x) argument
|
D | vr_ui.cpp | 30 int VrRecoveryUI::DrawTextLine(int x, int y, const char* line, bool bold) const { in DrawTextLine()
|
D | screen_ui.cpp | 163 int x = (gr_fb_width() - max_stage * gr_get_width(stageMarkerEmpty)) / 2; in draw_background_locked() local 264 void ScreenRecoveryUI::DrawHighlightBar(int x, int y, int width, int height) const { in DrawHighlightBar() 268 int ScreenRecoveryUI::DrawTextLine(int x, int y, const char* line, bool bold) const { in DrawTextLine() 273 int ScreenRecoveryUI::DrawTextLines(int x, int y, const char* const* lines) const { in DrawTextLines() 281 int ScreenRecoveryUI::DrawWrappedTextLines(int x, int y, const char* const* lines) const { in DrawWrappedTextLines() 335 int x = kMarginWidth + kMenuIndent; in draw_screen_locked() local
|
D | wear_ui.cpp | 97 int x = (gr_fb_width() - width) / 2; in draw_background_locked() local 123 int x = kMarginWidth; in draw_screen_locked() local
|
/bootable/recovery/minui/ |
D | graphics.cpp | 45 static bool outside(int x, int y) in outside() 60 void gr_font_size(const GRFont* font, int *x, int *y) in gr_font_size() 98 void gr_text(const GRFont* font, int x, int y, const char *s, bool bold) in gr_text() 127 void gr_texticon(int x, int y, GRSurface* icon) { in gr_texticon() 170 for (int x = 0; x < gr_draw->width; ++x) { in gr_clear() local 193 int x, y; in gr_fill() local 205 int x, y; in gr_fill() local
|
D | mkfont.c | 7 unsigned char *x; in main() local
|
D | events.cpp | 35 #define BITS_TO_LONGS(x) (((x) + BITS_PER_LONG - 1) / BITS_PER_LONG) argument
|
D | resources.cpp | 167 int x; in transform_rgb_to_draw() local
|