Searched refs:Transform (Results 1 - 25 of 48) sorted by relevance

12

/frameworks/native/services/surfaceflinger/
H A DTransform.h38 class Transform class in namespace:android
41 Transform();
42 Transform(const Transform& other);
43 explicit Transform(uint32_t orientation);
44 ~Transform();
88 Transform operator * (const Transform& rhs) const;
93 Transform inverse() const;
H A DTransform.cpp23 #include "Transform.h"
32 Transform::Transform() { function in class:android::Transform
36 Transform::Transform(const Transform& other) function in class:android::Transform
40 Transform::Transform(uint32_t orientation) { function in class:android::Transform
44 Transform::~Transform() {
[all...]
H A DLayerProtoHelper.h23 #include <Transform.h>
35 static void writeToProto(const Transform& transform, TransformProto* transformProto);
H A DRenderArea.h5 #include "Transform.h"
21 mRotationFlags = Transform::fromRotation(rotation);
26 virtual const Transform& getTransform() const = 0;
38 Transform::orientation_flags getRotationFlags() const { return mRotationFlags; };
46 Transform::orientation_flags mRotationFlags;
H A DRenderArea.cpp26 if (mRotationFlags & Transform::ROT_90) {
H A DDisplayDevice.cpp394 false, Transform::ROT_0);
424 const Transform& planeTransform(mGlobalTransform);
503 transform = Transform::ROT_0;
506 transform = Transform::ROT_90;
509 transform = Transform::ROT_180;
512 transform = Transform::ROT_270;
519 int orientation, int w, int h, Transform* tr)
524 flags = Transform::ROT_0;
527 flags = Transform::ROT_90;
530 flags = Transform
[all...]
H A DColorLayer.cpp65 const Transform& tr = displayDevice->getTransform();
96 error = hwcLayer->setTransform(HWC2::Transform::None);
H A DDisplayDevice.h20 #include "Transform.h"
128 const Transform& getTransform() const { return mGlobalTransform; }
255 int w, int h, Transform* tr);
270 Transform mGlobalTransform;
348 const Transform& getTransform() const override { return mDevice->getTransform(); }
H A DLayerProtoHelper.cpp54 void LayerProtoHelper::writeToProto(const Transform& transform, TransformProto* transformProto) {
H A DLayerRejecter.cpp53 if (item.mTransform & Transform::ROT_90) {
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DBasicPipeline.java46 Matrix m = state.mTransform.getMatrix(Transform.VOLUME_SPACE, Transform.SCREEN_SPACE);
H A DTransform.java26 public class Transform { class
30 private static final String LOGTAG = "Transform";
36 public void clone(Transform src) {
163 Transform t = new Transform();
H A DVrPipline1.java69 Matrix m = state.mTransform.getMatrix(Transform.SCREEN_SPACE, Transform.VOLUME_SPACE);
H A DVrState.java39 public Transform mTransform = new Transform();
/frameworks/native/include/layerproto/
H A DLayerProtoParser.h41 class Transform { class in class:android::surfaceflinger::LayerProtoParser
103 Transform transform;
104 Transform requestedTransform;
139 static LayerProtoParser::Transform generateTransform(const TransformProto& transformProto);
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Deigen.h35 // `Transform` class, instead of a raw `Matrix`.
53 using AffineMatrix = Transform<T, N-1, Projective>;
H A Dpose.h57 Eigen::Vector3<T> Transform(const Eigen::Vector3<T>& v) const { function in class:android::dvr::Pose
/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
H A DLayerProtoParser.h41 class Transform { class in class:android::surfaceflinger::LayerProtoParser
103 Transform transform;
104 Transform requestedTransform;
139 static LayerProtoParser::Transform generateTransform(const TransformProto& transformProto);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES20RenderEngine.h24 #include <Transform.h>
70 bool yswap, Transform::orientation_flags rotation);
H A DGLES20RenderEngine.cpp171 Transform::orientation_flags rotation) {
189 case Transform::ROT_0:
191 case Transform::ROT_90:
194 case Transform::ROT_180:
197 case Transform::ROT_270:
/frameworks/base/libs/hwui/
H A DGlop.h143 struct Transform { struct in struct:android::uirenderer::Glop
/frameworks/data-binding/extensions/library/
H A Dbuild.gradle20 import com.android.build.api.transform.Transform;
123 class ExcludeShimTransform extends Transform {
/frameworks/native/libs/vr/libdvrcommon/tests/
H A Dpose_test.cpp85 const vec3_t actual_rotated = test_pose.Transform(start_position);
139 const vec3_t transformed = pose.Transform(start_position);
140 const vec3_t inverted = pose_inverse.Transform(transformed);
/frameworks/native/libs/vr/libvrflinger/
H A Dhwc_types.h247 struct Transform final : public Wrapper<HWC2::Transform> {
259 Transform() : Base(None) {}
/frameworks/native/services/surfaceflinger/tests/unittests/mock/RenderEngine/
H A DMockRenderEngine.h58 void(size_t, size_t, Rect, size_t, bool, Transform::orientation_flags));

Completed in 102 milliseconds

12