HomeSort by relevance Sort by last modified time
    Searched refs:mTexHeight (Results 1 - 9 of 9) sorted by null

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
FramebufferBlendActivity.java 45 private int mTexHeight;
55 mTexHeight = mTexture.getHeight();
94 canvas.drawRect(0.0f, 0.0f, mTexWidth, mTexHeight, mPaint);
96 canvas.translate(0.0f, 40.0f + mTexHeight);
102 canvas.drawRect(0.0f, 0.0f, mTexWidth, mTexHeight, mPaint);
108 canvas.translate(0.0f, 40.0f + mTexHeight);
ShadersActivity.java 47 private int mTexHeight;
64 mTexHeight = mTexture.getHeight();
66 mDrawHeight = mTexHeight * 1.2f;
74 mMtx1.setTranslate(mTexWidth / 2.0f, mTexHeight / 2.0f);
AdvancedBlendActivity.java 47 private int mTexHeight;
65 mTexHeight = texture.getHeight();
67 mDrawHeight = mTexHeight * 1.2f;
MoreShadersActivity.java 49 private int mTexHeight;
67 mTexHeight = texture.getHeight();
69 mDrawHeight = mTexHeight * 1.2f;
95 mMtx1.setTranslate(mTexWidth / 2.0f, mTexHeight / 2.0f);
  /developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
TextureRenderer.java 39 private int mTexHeight;
95 mTexHeight = texHeight;
144 float imgAspectRatio = mTexWidth / (float)mTexHeight;
  /developers/samples/android/media/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
TextureRenderer.java 39 private int mTexHeight;
95 mTexHeight = texHeight;
144 float imgAspectRatio = mTexWidth / (float)mTexHeight;
  /development/samples/HelloEffects/src/com/example/android/mediafx/
TextureRenderer.java 39 private int mTexHeight;
95 mTexHeight = texHeight;
144 float imgAspectRatio = mTexWidth / (float)mTexHeight;
  /development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
TextureRenderer.java 39 private int mTexHeight;
95 mTexHeight = texHeight;
144 float imgAspectRatio = mTexWidth / (float)mTexHeight;
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
ResourceModifiers.java 39 private final int mTexHeight;
67 mTexHeight = mBitmap.getHeight();
78 mMtx1.setTranslate(mTexWidth / 2.0f, mTexHeight / 2.0f);

Completed in 61 milliseconds