Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:rotated90

346     bool rotated90 = (bool)(layer->transform & HAL_TRANSFORM_ROT_90);
347 int crop_w = rotated90 ? crop.bottom - crop.top : crop.right - crop.left;
348 int crop_h = rotated90 ? crop.right - crop.left : crop.bottom - crop.top;