Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:deviceOrientation

382     ctx->deviceOrientation = 0;
730 return !(ctx->deviceOrientation & 0x1);
732 return (ctx->deviceOrientation & 0x1);
818 int deviceOrientation = ctx->deviceOrientation;
820 deviceOrientation = (deviceOrientation + 1) % 4;
821 if (deviceOrientation == 0)
823 else if (deviceOrientation == 1)//90
825 else if (deviceOrientation == 2)//180
827 else if (deviceOrientation == 3)//270