Searched defs:mTransform (Results 1 - 12 of 12) sorted by last modified time

/frameworks/native/include/gui/
H A DBufferItem.h63 // mTransform is the current transform flags for this buffer slot.
65 uint32_t mTransform; member in class:android::BufferItem
98 // it is displayed onto. This is applied after mTransform.
H A DIGraphicBufferConsumer.h70 // mTransform is the current transform flags for this buffer slot.
72 uint32_t mTransform; member in class:android::IGraphicBufferConsumer::BufferItem
105 // it is displayed onto. This is applied after mTransform.
H A DSurface.h233 // mTransform is the transform identifier that will be used for the next
235 uint32_t mTransform; member in class:android::Surface
237 // mStickyTransform is a transform that is applied on top of mTransform
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DCamera.java34 Transform mTransform; field in class:Camera
48 mTransform = t;
50 mField.set_transformMatrix(0, mTransform.getRSData().getAllocation(), true);
98 if (mTransform == null) {
104 mData.transformMatrix = mTransform.getRSData().getAllocation();
H A DLightBase.java37 Transform mTransform; field in class:LightBase
46 mTransform = t;
76 mFieldData.transformMatrix = mTransform.getRSData().getAllocation();
H A DRenderable.java49 Transform mTransform; field in class:Renderable
94 return mTransform;
98 mTransform = t;
184 mTransform).getAllocation();
197 mTransform).getAllocation();
207 if (mTransform == null) {
208 mTransform = SceneManager.getDefaultTransform();
213 mData.transformMatrix = mTransform.getRSData().getAllocation();
H A DTransformParam.java35 Transform mTransform; field in class:TransformParam
43 mTransform = t;
44 if (mField != null && mTransform != null) {
45 mData.transform = mTransform.getRSData().getAllocation();
70 if (mTransform != null) {
71 mData.transform = mTransform.getRSData().getAllocation();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java69 private AffineTransform mTransform = null; field in class:GcSnapshot
401 // Set the current transform and clip which can either come from mTransform/mClip if they
406 // reset mTransform in case there was one.
407 mTransform = null;
425 if (mTransform == null) {
426 mTransform = new AffineTransform();
428 mTransform.translate(dx, dy);
438 if (mTransform == null) {
439 mTransform = new AffineTransform();
441 mTransform
[all...]
/frameworks/base/libs/hwui/
H A DDeferredLayerUpdater.h71 delete mTransform;
72 mTransform = matrix ? new SkMatrix(*matrix) : 0;
95 SkMatrix* mTransform; member in class:android::uirenderer::DeferredLayerUpdater
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.h83 int mTransform; member in class:android::camera3::Camera3OutputStream
H A DCamera3StreamBufferListener.h33 uint32_t mTransform; member in struct:android::camera3::Camera3StreamBufferListener::BufferInfo
/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.h93 // mTransform is the current transform flags for this buffer slot.
94 uint32_t mTransform; member in struct:android::RingBufferConsumer::BufferInfo

Completed in 1040 milliseconds