Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dresources.c129 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()
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()