Searched defs:isRotationDoable (Results 1 - 3 of 3) sorted by relevance
/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_utils.cpp | 980 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd) { function in namespace:qhwc 1493 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { 1681 if((has90Transform(layer) && isRotationDoable(ctx, hnd)) || downscale) { 1789 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { 1919 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) {
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
H A D | hwc_utils.cpp | 1265 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd) { function in namespace:qhwc 1808 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { 2092 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) { 2204 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) { 2339 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) {
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_utils.cpp | 1198 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd) { function in namespace:qhwc 1728 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { 2012 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) { 2123 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) { 2258 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) {
|
Completed in 46 milliseconds