Searched defs:deviceOrientation (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.h528 int deviceOrientation; member in struct:hwc_context_t
H A Dhwc_utils.cpp268 ctx->deviceOrientation = 0;
589 return !(ctx->deviceOrientation & 0x1);
591 return (ctx->deviceOrientation & 0x1);
668 int deviceOrientation = ctx->deviceOrientation; local
670 deviceOrientation = (deviceOrientation + 1) % 4;
671 if (deviceOrientation == 0)
673 else if (deviceOrientation == 1)//90
675 else if (deviceOrientation
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.h559 int deviceOrientation; member in struct:hwc_context_t
H A Dhwc_utils.cpp281 ctx->deviceOrientation = 0;
576 return !(ctx->deviceOrientation & 0x1);
578 return (ctx->deviceOrientation & 0x1);
655 int deviceOrientation = ctx->deviceOrientation; local
657 deviceOrientation = (deviceOrientation + 1) % 4;
658 if (deviceOrientation == 0)
660 else if (deviceOrientation == 1)//90
662 else if (deviceOrientation
[all...]

Completed in 45 milliseconds