Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dgraphics.cpp48 auto swapped = (rotation == GRRotation::LEFT || rotation == GRRotation::RIGHT); in outside() local
49 return x < 0 || x >= (swapped ? gr_draw->height : gr_draw->width) || y < 0 || in outside()
50 y >= (swapped ? gr_draw->width : gr_draw->height); in outside()