Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dgraphics.cpp48 auto swapped = (rotation == GRRotation::LEFT || rotation == GRRotation::RIGHT); in outside()
99 if (rotation == GRRotation::LEFT) { in incr_x()
112 if (rotation == GRRotation::LEFT) { in incr_y()
133 case GRRotation::LEFT: in PixelAt()
402 gr_rotate(GRRotation::LEFT); in gr_init()
423 return (rotation == GRRotation::LEFT || rotation == GRRotation::RIGHT) in gr_fb_width()
429 return (rotation == GRRotation::LEFT || rotation == GRRotation::RIGHT) in gr_fb_height()
/bootable/recovery/recovery_ui/
Dui.cpp182 enum SwipeDirection { UP, DOWN, RIGHT, LEFT } direction; in OnTouchDetected() enumerator
188 direction = dx < 0 ? SwipeDirection::LEFT : SwipeDirection::RIGHT; in OnTouchDetected()
215 case SwipeDirection::LEFT: in OnTouchDetected()
/bootable/recovery/minui/include/minui/
Dminui.h96 LEFT = 3, enumerator