Searched refs:mViewWidth (Results 1 – 2 of 2) sorted by relevance
/external/replicaisland/src/com/replica/replicaisland/ |
D | DrawableBitmap.java | 31 private int mViewWidth; field in DrawableBitmap 41 mViewWidth = 0; in DrawableBitmap() 49 mViewWidth = 0; in reset() 57 mViewWidth = width; in setViewSize() 113 final float viewWidth = mViewWidth; in draw() 218 if (mViewWidth > 0) { in visibleAtPosition() 219 if (position.x + mWidth < 0 || position.x > mViewWidth in visibleAtPosition()
|
/external/angle/src/tests/gl_tests/ |
D | MultiviewDrawTest.cpp | 66 mViewWidth(0), in MultiviewFramebufferTestBase() 90 mViewWidth = viewWidth; in updateFBOs() 146 CreateMultiviewBackingTextures(0, mViewWidth, mViewHeight, numLayers, mResolveTexture, in resolveMultisampledFBO() 165 glBlitFramebuffer(0, 0, mViewWidth, mViewHeight, 0, 0, mViewWidth, mViewHeight, in resolveMultisampledFBO() 230 int mViewWidth; member in MultiviewFramebufferTestBase 508 for (int w = 0; w < mViewWidth; ++w) in checkGreenChannel() 513 static_cast<size_t>(view * mViewWidth * mViewHeight + mViewWidth * h + w); in checkGreenChannel()
|