Searched defs:rotated90 (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp354 bool rotated90 = (bool)(layer->transform & HAL_TRANSFORM_ROT_90); local
355 int crop_w = rotated90 ? crop.bottom - crop.top : crop.right - crop.left;
356 int crop_h = rotated90 ? crop.right - crop.left : crop.bottom - crop.top;
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_mdpcomp.cpp408 bool rotated90 = (bool)(layer->transform & HAL_TRANSFORM_ROT_90); local
409 int crop_w = rotated90 ? crop.bottom - crop.top : crop.right - crop.left;
410 int crop_h = rotated90 ? crop.right - crop.left : crop.bottom - crop.top;
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.cpp412 bool rotated90 = (bool)(layer->transform & HAL_TRANSFORM_ROT_90); local
413 int crop_w = rotated90 ? crop.bottom - crop.top : crop.right - crop.left;
414 int crop_h = rotated90 ? crop.right - crop.left : crop.bottom - crop.top;

Completed in 45 milliseconds