Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dvr_ui.cpp37 void VrRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface() argument
39 gr_blit(surface, sx, sy, w, h, dx + stereo_offset_, dy); in DrawSurface()
40 gr_blit(surface, sx, sy, w, h, dx - stereo_offset_ + ScreenWidth(), dy); in DrawSurface()
Dscreen_ui.cpp608 void ScreenRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface() argument
610 gr_blit(surface, sx, sy, w, h, dx, dy); in DrawSurface()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dvr_ui.h36 void DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx,
Dscreen_ui.h63 virtual void DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx,
324 void DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx,
/bootable/recovery/minui/
Dgraphics.cpp146 const uint8_t* sx = src_p; in TextBlend() local
149 uint8_t a = *sx++; in TextBlend()
261 void gr_blit(const GRSurface* source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit() argument
278 reinterpret_cast<const uint32_t*>(source->data()) + sy * source->row_bytes / 4 + sx; in gr_blit()
292 const uint8_t* src_p = source->data() + sy * source->row_bytes + sx * source->pixel_bytes; in gr_blit()
/bootable/recovery/minui/include/minui/
Dminui.h136 void gr_blit(const GRSurface* source, int sx, int sy, int w, int h, int dx, int dy);