Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:deviceOrientation

281     ctx->deviceOrientation = 0;
576 return !(ctx->deviceOrientation & 0x1);
578 return (ctx->deviceOrientation & 0x1);
655 int deviceOrientation = ctx->deviceOrientation;
657 deviceOrientation = (deviceOrientation + 1) % 4;
658 if (deviceOrientation == 0)
660 else if (deviceOrientation == 1)//90
662 else if (deviceOrientation == 2)//180
664 else if (deviceOrientation == 3)//270