Home
last modified time | relevance | path

Searched refs:mTexWidth (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DFramebufferBlendActivity.java44 private int mTexWidth; field in FramebufferBlendActivity.BlendView
54 mTexWidth = mTexture.getWidth(); in BlendView()
57 mHorGradient = new LinearGradient(0.0f, 0.0f, mTexWidth, 0.0f, in BlendView()
78 canvas.translate(40.0f + mTexWidth + 40.0f, 40.0f); in onDraw()
94 canvas.drawRect(0.0f, 0.0f, mTexWidth, mTexHeight, mPaint); in drawBlendedBitmap()
102 canvas.drawRect(0.0f, 0.0f, mTexWidth, mTexHeight, mPaint); in drawBlendedBitmapInverse()
DShadersActivity.java46 private int mTexWidth; field in ShadersActivity.ShadersView
63 mTexWidth = mTexture.getWidth(); in ShadersView()
65 mDrawWidth = mTexWidth * 2.2f; in ShadersView()
74 mMtx1.setTranslate(mTexWidth / 2.0f, mTexHeight / 2.0f); in ShadersView()
DMoreShadersActivity.java48 private int mTexWidth; field in MoreShadersActivity.ShadersView
66 mTexWidth = texture.getWidth(); in ShadersView()
68 mDrawWidth = mTexWidth * 2.2f; in ShadersView()
95 mMtx1.setTranslate(mTexWidth / 2.0f, mTexHeight / 2.0f); in ShadersView()
DAdvancedBlendActivity.java46 private int mTexWidth; field in AdvancedBlendActivity.ShadersView
64 mTexWidth = texture.getWidth(); in ShadersView()
66 mDrawWidth = mTexWidth * 2.2f; in ShadersView()
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DResourceModifiers.java38 private final int mTexWidth; field in ResourceModifiers
66 mTexWidth = mBitmap.getWidth(); in ResourceModifiers()
78 mMtx1.setTranslate(mTexWidth / 2.0f, mTexHeight / 2.0f); in ResourceModifiers()