Searched refs:mTransform (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
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();
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();
/frameworks/av/services/camera/libcameraservice/camera3/
H A DCamera3StreamBufferListener.h33 uint32_t mTransform; member in struct:android::camera3::Camera3StreamBufferListener::BufferInfo
H A DCamera3OutputStream.cpp40 mTransform(0) {
54 mTransform(0) {
74 mTransform(0) {
231 mTransform = transform;
321 mTransform);
324 __FUNCTION__, mTransform, strerror(-res), res);
H A DCamera3OutputStream.h81 int mTransform; member in class:android::camera3::Camera3OutputStream
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java68 private AffineTransform mTransform = null; field in class:GcSnapshot
400 // Set the current transform and clip which can either come from mTransform/mClip if they
405 // reset mTransform in case there was one.
406 mTransform = null;
424 if (mTransform == null) {
425 mTransform = new AffineTransform();
427 mTransform.translate(dx, dy);
437 if (mTransform == null) {
438 mTransform = new AffineTransform();
440 mTransform
[all...]
/frameworks/native/include/gui/
H A DBufferQueue.h239 mTransform(0),
254 // mTransform is the current transform flags for this buffer slot.
255 uint32_t mTransform; member in struct:android::BufferQueue::BufferItem
419 mTransform(0),
488 // mTransform is the current transform flags for this buffer slot.
490 uint32_t mTransform; member in struct:android::BufferQueue::BufferSlot
H A DSurface.h205 // mTransform is the transform identifier that will be used for the next
207 uint32_t mTransform; member in class:android::Surface
/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.h95 // mTransform is the current transform flags for this buffer slot.
96 uint32_t mTransform; member in struct:android::RingBufferConsumer::BufferInfo
H A DRingBufferConsumer.cpp78 cur.mTransform = item.mTransform;
/frameworks/native/libs/gui/
H A DBufferQueue.cpp559 mSlots[buf].mTransform = transform;
762 slot.mCrop.bottom, slot.mTransform, slot.mTimestamp,
842 buffer->mTransform = mSlots[buf].mTransform;
H A DCpuConsumer.cpp144 nativeBuffer->transform = b.mTransform;
H A DSurface.cpp66 mTransform = 0;
281 mTransform, fence);
515 mTransform = 0;
638 mTransform = transform;
H A DGLConsumer.cpp265 mCurrentTransform = item.mTransform;
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1006 if (item.mTransform & Transform::ROT_90) {
1038 bufWidth, bufHeight, item.mTransform, item.mScalingMode,

Completed in 478 milliseconds