HomeSort by relevance Sort by last modified time
    Searched defs:mTransform (Results 1 - 19 of 19) sorted by null

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.h 83 int mTransform;
Camera3StreamBufferListener.h 33 uint32_t mTransform;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Layer.java 24 mTransform.setIdentity();
55 float[][] m = mTransform.m;
86 shape.animateTransform(mTransform);
92 M4 mTransform = new M4();
GLShape.java 75 if (mTransform != null)
76 transform = mTransform.multiply(transform);
89 if (mTransform == null) {
90 mTransform = new M4(mAnimateTransform);
92 mTransform = mTransform.multiply(mAnimateTransform);
96 public M4 mTransform;
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Camera.java 34 Transform mTransform;
48 mTransform = t;
50 mField.set_transformMatrix(0, mTransform.getRSData().getAllocation(), true);
98 if (mTransform == null) {
104 mData.transformMatrix = mTransform.getRSData().getAllocation();
TransformParam.java 35 Transform mTransform;
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();
LightBase.java 37 Transform mTransform;
46 mTransform = t;
76 mFieldData.transformMatrix = mTransform.getRSData().getAllocation();
Renderable.java 49 Transform mTransform;
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/native/include/gui/
BufferItem.h 63 // mTransform is the current transform flags for this buffer slot.
65 uint32_t mTransform;
98 // it is displayed onto. This is applied after mTransform.
IGraphicBufferConsumer.h 70 // mTransform is the current transform flags for this buffer slot.
72 uint32_t mTransform;
105 // it is displayed onto. This is applied after mTransform.
Surface.h 233 // mTransform is the transform identifier that will be used for the next
235 uint32_t mTransform;
237 // mStickyTransform is a transform that is applied on top of mTransform
  /frameworks/base/libs/hwui/
DeferredLayerUpdater.h 71 delete mTransform;
72 mTransform = matrix ? new SkMatrix(*matrix) : 0;
95 SkMatrix* mTransform;
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.h 93 // mTransform is the current transform flags for this buffer slot.
94 uint32_t mTransform;
  /hardware/intel/img/hwcomposer/common/base/
HwcLayer.h 109 uint32_t mTransform;
  /hardware/intel/img/hwcomposer/ips/common/
RotationBufferProvider.h 79 int mTransform;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 69 private AffineTransform mTransform = null;
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.rotate(radians)
    [all...]
  /hardware/intel/img/hwcomposer/include/
DisplayPlane.h 142 int mTransform;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SurfaceTextureScreenNail.java 39 private float[] mTransform = new float[16];
112 mSurfaceTexture.getTransformMatrix(mTransform);
121 updateTransformMatrix(mTransform);
122 canvas.drawTexture(mExtTexture, mTransform, x, y, width, height);
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 

Completed in 1212 milliseconds