Home
last modified time | relevance | path

Searched refs:GRRotation (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/minui/
Dgraphics.cpp44 static GRRotation rotation = GRRotation::NONE;
48 auto swapped = (rotation == GRRotation::LEFT || rotation == GRRotation::RIGHT); in outside()
99 if (rotation == GRRotation::LEFT) { in incr_x()
101 } else if (rotation == GRRotation::RIGHT) { in incr_x()
103 } else if (rotation == GRRotation::DOWN) { in incr_x()
112 if (rotation == GRRotation::LEFT) { in incr_y()
114 } else if (rotation == GRRotation::RIGHT) { in incr_y()
116 } else if (rotation == GRRotation::DOWN) { in incr_y()
126 case GRRotation::NONE: in PixelAt()
128 case GRRotation::RIGHT: in PixelAt()
[all …]
/bootable/recovery/minui/include/minui/
Dminui.h92 enum class GRRotation : int { enum
141 void gr_rotate(GRRotation rotation);