Searched defs:Transform (Results 1 - 4 of 4) sorted by last modified time

/frameworks/native/services/surfaceflinger/
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...]
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();
83 Transform operator * (const Transform& rhs) const;
85 Transform inverse() const;
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DTransform.java29 public abstract class Transform extends SceneGraphBase { class in inherits:SceneGraphBase
30 Transform mParent;
31 ArrayList<Transform> mChildren;
36 public Transform() { method in class:Transform
37 mChildren = new ArrayList<Transform>();
41 public void appendChild(Transform t) {
61 Transform child = mChildren.get(i);
/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

Completed in 113 milliseconds