Home | History | Annotate | Download | only in libhwc

Lines Matching full:is_rotated

239 static bool is_rotated(const hwc_layer_1_t &layer)
382 int max_w = is_rotated(layer) ? 2048 : 4800;
383 int max_h = is_rotated(layer) ? 2048 : 3344;