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

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.h 81 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();
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
DesktopView.java 65 private Matrix mTransform;
98 mTransform = new Matrix();
125 synchronized (mTransform) {
126 canvas.setMatrix(mTransform);
130 mTransform.getValues(values);
134 mTransform.mapPoints(topleft);
136 mTransform.mapPoints(bottomright);
153 mTransform.setPolyToPoly(
162 mTransform.setPolyToPoly(
211 mTransform.setValues(values)
    [all...]
  /frameworks/native/include/gui/
IGraphicBufferConsumer.h 65 // mTransform is the current transform flags for this buffer slot.
66 uint32_t mTransform;
96 // it is displayed onto. This is applied after mTransform.
Surface.h 207 // mTransform is the transform identifier that will be used for the next
209 uint32_t mTransform;
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.h 93 // mTransform is the current transform flags for this buffer slot.
94 uint32_t mTransform;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 68 private AffineTransform mTransform = null;
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.rotate(radians)
    [all...]
  /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 1561 milliseconds