Searched refs:swapped (Results 1 – 1 of 1) sorted by relevance
48 auto swapped = (rotation == GRRotation::LEFT || rotation == GRRotation::RIGHT); in outside() local49 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()