Searched refs:sy (Results 1 – 7 of 7) 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 | 617 void ScreenRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface() argument 619 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, 330 void DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx,
|
/bootable/recovery/minui/ |
D | graphics.cpp | 306 void gr_blit(const GRSurface* source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit() argument 323 reinterpret_cast<const uint32_t*>(source->data()) + sy * source->row_bytes / 4 + sx; in gr_blit() 337 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 | 149 void gr_blit(const GRSurface* source, int sx, int sy, int w, int h, int dx, int dy);
|
/bootable/recovery/tests/testdata/ |
D | recovery_body | 3022 �s��?ٯ��5��UwV ��r���r^�!Ǹ�{h�����E��J/s�a�>&;ʯ:X�3�����+��a:�V/��P���sy��jS��Cw��Õ��8�T��… 4596 �;�`@�;�ȴ!�$k����5�jV]|�Ͳφ�?�H1�`U^�$�+�R]�-I9��K����jsy�wM$X�����H=H����nLپ�u�>��…
|