Home
last modified time | relevance | path

Searched refs:sy (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/minui/
Dminui.h63 void gr_blit(GRSurface* source, int sx, int sy, int w, int h, int dx, int dy);
Dgraphics.cpp229 void gr_blit(GRSurface* source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit() argument
242 unsigned char* src_p = source->data + sy*source->row_bytes + sx*source->pixel_bytes; in gr_blit()