Home
last modified time | relevance | path

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

/bootable/recovery/
Dcommon.h25 #define STRINGIFY(x) #x argument
26 #define EXPAND(x) STRINGIFY(x) argument
Dvr_ui.cpp30 int VrRecoveryUI::DrawTextLine(int x, int y, const char* line, bool bold) const { in DrawTextLine()
Dscreen_ui.cpp163 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
Dwear_ui.cpp97 int x = (gr_fb_width() - width) / 2; in draw_background_locked() local
123 int x = kMarginWidth; in draw_screen_locked() local
/bootable/recovery/minui/
Dgraphics.cpp45 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
Dmkfont.c7 unsigned char *x; in main() local
Devents.cpp35 #define BITS_TO_LONGS(x) (((x) + BITS_PER_LONG - 1) / BITS_PER_LONG) argument
Dresources.cpp167 int x; in transform_rgb_to_draw() local