Searched refs:dy (Results 1 – 9 of 9) sorted by relevance
/bootable/recovery/recovery_ui/ |
D | vr_ui.cpp | 38 int dy) const { in DrawSurface() 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 | ui.cpp | 181 void RecoveryUI::OnTouchDetected(int dx, int dy) { in OnTouchDetected() argument 187 if (abs(dy) < touch_low_threshold_ && abs(dx) > touch_high_threshold_) { in OnTouchDetected() 189 } else if (abs(dx) < touch_low_threshold_ && abs(dy) > touch_high_threshold_) { in OnTouchDetected() 190 direction = dy < 0 ? SwipeDirection::UP : SwipeDirection::DOWN; in OnTouchDetected() 192 LOG(DEBUG) << "Ignored " << dx << " " << dy << " (low: " << touch_low_threshold_ in OnTouchDetected()
|
D | screen_ui.cpp | 612 int dy) const { in DrawSurface() 613 gr_blit(surface, sx, sy, w, h, dx, dy); in DrawSurface()
|
/bootable/recovery/minui/ |
D | graphics.cpp | 261 void gr_blit(const GRSurface* source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit() argument 270 dy += overscan_offset_y; in gr_blit() 272 if (outside(dx, dy) || outside(dx + w - 1, dy + h - 1)) return; in gr_blit() 279 uint32_t* dst_py = PixelAt(gr_draw, dx, dy, row_pixels); in gr_blit() 293 uint8_t* dst_p = gr_draw->data() + dy * gr_draw->row_bytes + dx * gr_draw->pixel_bytes; in gr_blit()
|
/bootable/recovery/recovery_ui/include/recovery_ui/ |
D | vr_ui.h | 37 int dy) const override;
|
D | screen_ui.h | 64 int dy) const = 0; 328 int dy) const override;
|
D | ui.h | 226 void OnTouchDetected(int dx, int dy);
|
/bootable/recovery/minui/include/minui/ |
D | minui.h | 137 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 | 473 … ����������(/bin/dex2oat��dyy(u:object_r… 479 �*/bin/patchoat��dyy*u:object_r:libart_file:s0/system/fa… 3991 +��S��Sx�ާP�������dy�������2!�}��˟���ͭ"xX������Gw9���-F��9�eJH'�O(��ƂV1<*E�����a�… 4165 …1�h�T���,S�X�=�})F@�����q^ؙ�[���*�2�G��,S�X�x�8 ����5B����^:ȯꕌWy��5dy�tv��������~�X�K��…
|