Home
last modified time | relevance | path

Searched refs:LEFT (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/minui/
Dgraphics.cpp47 auto swapped = (rotation == GRRotation::LEFT || rotation == GRRotation::RIGHT); in outside()
98 if (rotation == GRRotation::LEFT) { in incr_x()
111 if (rotation == GRRotation::LEFT) { in incr_y()
132 case GRRotation::LEFT: in PixelAt()
396 gr_rotate(GRRotation::LEFT); in gr_init()
417 return (rotation == GRRotation::LEFT || rotation == GRRotation::RIGHT) in gr_fb_width()
423 return (rotation == GRRotation::LEFT || rotation == GRRotation::RIGHT) in gr_fb_height()
/bootable/recovery/recovery_ui/
Dui.cpp195 enum SwipeDirection { UP, DOWN, RIGHT, LEFT } direction; in OnTouchDetected() enumerator
201 direction = dx < 0 ? SwipeDirection::LEFT : SwipeDirection::RIGHT; in OnTouchDetected()
228 case SwipeDirection::LEFT: in OnTouchDetected()
/bootable/recovery/minui/include/minui/
Dminui.h96 LEFT = 3, enumerator