Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DVrState.java35 public int mImgWidth; field in VrState
51 mImgWidth = src.mImgWidth; in clone()
98 mImgWidth = w; in createOutputAllocation()
113 mImgWidth = src.mImgWidth; in copyData()
DVrPipline1.java107 if (state.mImgWidth*state.mImgHeight < 512*512) { in raycast()
110 int blocks = state.mImgWidth*state.mImgHeight/(256*256); in raycast()
112 options.setX(0,state.mImgWidth); in raycast()
DBasicPipeline.java58 scriptC_rasterize.invoke_setup_triangles(state.mImgWidth, state.mImgHeight); in rasterizeTriangles()
/frameworks/layoutlib/bridge/src/android/view/shadow/
DTriangleBuffer.java34 int mImgWidth; field in TriangleBuffer
47 mImgWidth = width; in setSize()
75 triangleZBuffMin(mData, mImgWidth, mImgHeight, fx1, fy1, fz1, fx2, fy2, in drawTriangles()
89 triangleZBuffMin(mData, mImgWidth, mImgHeight, fx3, fy3, fz3, fx2, fy2, in drawTriangles()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java107 private int mImgWidth = 1; field in ImageWallpaper.GLEngine
172 float imgWidth = Math.min(mImgWidth > 0 ? screenWidth / (float) mImgWidth : 1.f, 1.f); in updateShift()
185 mImgWidth = b.getWidth(); in updateMiniBitmap()