Home
last modified time | relevance | path

Searched defs:dx (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/
Dwear_touch.cpp44 void WearSwipeDetector::detect(int dx, int dy) { in detect()
Dwear_ui.cpp122 int dx = (gr_fb_width() - width)/2; in draw_progress_locked() local
/bootable/recovery/minui/
Dgraphics.cpp232 void gr_blit(GRSurface* source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit()