Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:Transform

633     const Transform& planeTransform(plane.transform());
686 ((layerOrientation & Transform::ROT_INVALID) == false)) {
816 const Transform& planeTransform(plane.transform());
1779 case 1009: // toggle use of transform hint
2681 // initialize the display orientation transform.
2713 int orientation, int w, int h, Transform* tr)
2718 flags = Transform::ROT_0;
2721 flags = Transform::ROT_90;
2724 flags = Transform::ROT_180;
2727 flags = Transform::ROT_270;
2747 Transform orientationTransform;
2768 const Transform& GraphicPlane::transform() const {