HomeSort by relevance Sort by last modified time
    Searched refs:isRotationDoable (Results 1 - 12 of 12) sorted by null

  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp     [all...]
hwc_mdpcomp.cpp 327 if((has90Transform(layer) and (not isRotationDoable(ctx, hnd))) ||
722 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) {
    [all...]
hwc_utils.h 265 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd);
hwc.cpp 160 has90Transform(layer) && isRotationDoable(ctx, hnd)) {
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.h 287 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd);
hwc_utils.cpp     [all...]
hwc.cpp 142 && isRotationDoable(ctx, hnd)) {
    [all...]
hwc_mdpcomp.cpp 381 if((has90Transform(layer) and (not isRotationDoable(ctx, hnd))) ||
804 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) {
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 315 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd);
hwc_utils.cpp     [all...]
hwc.cpp 141 && isRotationDoable(ctx, hnd)) {
    [all...]
hwc_mdpcomp.cpp 385 if((has90Transform(layer) and (not isRotationDoable(ctx, hnd))) ||
830 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) {
    [all...]

Completed in 1932 milliseconds