Home
last modified time | relevance | path

Searched refs:dy (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/minui/
Dminui.h36 void gr_blit(gr_surface source, int sx, int sy, int w, int h, int dx, int dy);
Dgraphics.c188 void gr_blit(gr_surface source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit() argument
199 gl->texCoord2i(gl, sx - dx, sy - dy); in gr_blit()
200 gl->recti(gl, dx, dy, dx + w, dy + h); in gr_blit()
/bootable/recovery/
Dui.c129 int dy = (3*gr_fb_height() + iconHeight - 2*height)/4; in draw_progress_locked() local
133 gr_fill(dx, dy, width, height); in draw_progress_locked()
140 gr_blit(s, 0, 0, gr_get_width(s), gr_get_height(s), dx, dy); in draw_progress_locked()
145 gr_blit(s, 0, 0, gr_get_width(s), gr_get_height(s), dx + x, dy); in draw_progress_locked()
150 gr_blit(s, 0, 0, gr_get_width(s), gr_get_height(s), dx + x, dy); in draw_progress_locked()
155 gr_blit(gProgressBarIndeterminate[frame], 0, 0, width, height, dx, dy); in draw_progress_locked()