Searched refs:sx (Results 1 – 6 of 6) sorted by relevance
/bootable/recovery/recovery_ui/ |
D | vr_ui.cpp | 37 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()
|
D | screen_ui.cpp | 608 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/ |
D | vr_ui.h | 36 void DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx,
|
D | screen_ui.h | 63 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/ |
D | graphics.cpp | 146 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/ |
D | minui.h | 136 void gr_blit(const GRSurface* source, int sx, int sy, int w, int h, int dx, int dy);
|