Searched defs:dx (Results 1 – 3 of 3) sorted by relevance
44 void WearSwipeDetector::detect(int dx, int dy) { in detect()
122 int dx = (gr_fb_width() - width)/2; in draw_progress_locked() local
232 void gr_blit(GRSurface* source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit()