Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:Transform

589     const Transform& planeTransform(plane.transform());
642 ((layerOrientation & Transform::ROT_INVALID) == false)) {
780 const Transform& planeTransform(plane.transform());
1710 case 1009: // toggle use of transform hint
2614 // initialize the display orientation transform.
2646 int orientation, int w, int h, Transform* tr)
2651 flags = Transform::ROT_0;
2654 flags = Transform::ROT_90;
2657 flags = Transform::ROT_180;
2660 flags = Transform::ROT_270;
2680 Transform orientationTransform;
2701 const Transform& GraphicPlane::transform() const {