Searched refs:sx (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/minui/ |
D | resources.c | 129 int sx = x * 3; in res_create_surface() local 131 unsigned char r = pRow[sx]; in res_create_surface() 132 unsigned char g = pRow[sx + 1]; in res_create_surface() 133 unsigned char b = pRow[sx + 2]; in res_create_surface()
|
D | minui.h | 36 void gr_blit(gr_surface source, int sx, int sy, int w, int h, int dx, int dy);
|
D | graphics.c | 188 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()
|