Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:deviceOrientation

268     ctx->deviceOrientation = 0;
589 return !(ctx->deviceOrientation & 0x1);
591 return (ctx->deviceOrientation & 0x1);
668 int deviceOrientation = ctx->deviceOrientation;
670 deviceOrientation = (deviceOrientation + 1) % 4;
671 if (deviceOrientation == 0)
673 else if (deviceOrientation == 1)//90
675 else if (deviceOrientation == 2)//180
677 else if (deviceOrientation == 3)//270
841 if(ctx->deviceOrientation & 0x1) {