Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:deviceOrientation

383     ctx->deviceOrientation = 0;
742 return !(ctx->deviceOrientation & 0x1);
744 return (ctx->deviceOrientation & 0x1);
830 int deviceOrientation = ctx->deviceOrientation;
832 deviceOrientation = (deviceOrientation + 1) % 4;
833 if (deviceOrientation == 0)
835 else if (deviceOrientation == 1)//90
837 else if (deviceOrientation == 2)//180
839 else if (deviceOrientation == 3)//270