Searched refs:sx (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/minui/ |
D | graphics.cpp | 79 unsigned char* sx = src_p; in text_blend() local 82 unsigned char a = *sx++; in text_blend() 232 void gr_blit(GRSurface* source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit() argument 245 unsigned char* src_p = source->data + sy*source->row_bytes + sx*source->pixel_bytes; in gr_blit()
|
D | minui.h | 53 void gr_blit(GRSurface* source, int sx, int sy, int w, int h, int dx, int dy);
|