Searched defs:Transform (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DTransform.h36 class Transform class in namespace:android
39 Transform();
40 Transform(const Transform& other);
41 explicit Transform(uint32_t orientation);
42 ~Transform();
82 Transform operator * (const Transform& rhs) const;
87 Transform inverse() const;
H A DTransform.cpp24 #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...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_conceal.c28 Transform
58 static void Transform(i32 *data);
74 pixel values for concealed macroblocks. Transform produces 4x4
441 Transform(firstPhase);
551 Transform(firstPhase);
579 Function name: Transform
587 void Transform(i32 *data) function
/frameworks/base/libs/hwui/
H A DGlop.h144 struct Transform { struct in struct:android::uirenderer::Glop
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
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();

Completed in 128 milliseconds