Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:rotated90

278     bool rotated90 = (bool)(layer->transform & HAL_TRANSFORM_ROT_90);
279 int crop_w = rotated90 ? crop.bottom - crop.top : crop.right - crop.left;
280 int crop_h = rotated90 ? crop.right - crop.left : crop.bottom - crop.top;