Searched refs:mTransform (Results 1 - 12 of 12) 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/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.h178 mTransform(0),
192 // mTransform is the current transform flags for this buffer slot.
193 uint32_t mTransform; member in struct:android::BufferQueue::BufferItem
340 mTransform(0),
404 // mTransform is the current transform flags for this buffer slot.
406 uint32_t mTransform; member in struct:android::BufferQueue::BufferSlot
H A DSurfaceTextureClient.h177 // mTransform is the transform identifier that will be used for the next
179 uint32_t mTransform; member in class:android::SurfaceTextureClient
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp107 nativeBuffer->transform = b.mTransform;
H A DBufferQueue.cpp558 mSlots[buf].mTransform = transform;
758 slot.mCrop.bottom, slot.mTransform, slot.mTimestamp,
838 buffer->mTransform = mSlots[buf].mTransform;
H A DSurfaceTextureClient.cpp86 mTransform = 0;
301 mTransform, fence);
535 mTransform = 0;
658 mTransform = transform;
H A DSurfaceTexture.cpp297 mCurrentTransform = item.mTransform;
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp582 if (item.mTransform & Transform::ROT_90) {
615 bufWidth, bufHeight, item.mTransform, item.mScalingMode,

Completed in 1326 milliseconds