/external/replicaisland/src/com/replica/replicaisland/ |
D | DrawableBitmap.java | 28 private int mWidth; field in DrawableBitmap 38 mWidth = width; in DrawableBitmap() 111 final float width = mWidth; in draw() 162 mWidth = width; in resize() 168 return mWidth; in getWidth() 172 mWidth = width; in setWidth() 219 if (position.x + mWidth < 0 || position.x > mViewWidth in visibleAtPosition() 228 setCrop(horzFlip ? mWidth : 0, in setFlip() 230 horzFlip ? -mWidth : mWidth, in setFlip()
|
D | SpriteComponent.java | 29 private int mWidth; field in SpriteComponent 43 mWidth = width; in SpriteComponent() 59 mWidth = 0; in reset() 111 bitmap.setWidth(mWidth); in update() 170 return mWidth; in getWidth() 178 mWidth = width; in setSize()
|
D | ScrollerComponent.java | 25 private int mWidth; field in ScrollerComponent 59 mWidth = 0; in reset() 78 mWidth = width; in setup() 102 background.setWidth(mWidth); in update()
|
D | GameRenderer.java | 39 private int mWidth; field in GameRenderer 67 mWidth = gameWidth; in GameRenderer() 204 DrawableBitmap.beginDrawing(gl, mWidth, mHeight); in onDrawFrame() 272 float scaleX = (float)w / mWidth; in onSurfaceChanged() 274 final int viewportWidth = (int)(mWidth * scaleX); in onSurfaceChanged() 286 float ratio = (float) mWidth / mHeight; in onSurfaceChanged()
|
D | BackgroundCollisionComponent.java | 28 private int mWidth; field in BackgroundCollisionComponent 60 mWidth = width; in BackgroundCollisionComponent() 105 mWidth = width; in setSize() 144 final int right = left + mWidth; in update() 146 final float centerOffsetX = ((mWidth) / 2.0f) + left; in update()
|
D | TiledVertexGrid.java | 28 private int mWidth; field in TiledVertexGrid 44 mWidth = width; in TiledVertexGrid() 189 final int horzTileCount = (int)Math.ceil((float)mWidth / mTileWidth); in draw()
|
D | GLSurfaceView.java | 1081 mWidth = 0; in GLThread() 1181 && (mWidth > 0) && (mHeight > 0) in guardedRun() 1209 w = mWidth; in guardedRun() 1385 mWidth = w; in onWindowResize() 1522 private int mWidth; field in GLSurfaceView.GLThread
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Renderbuffer.cpp | 253 mWidth = 0; in RenderbufferStorage() 265 return mWidth; in getWidth() 289 mWidth = renderTarget->getWidth(); in Colorbuffer() 317 mWidth = width; in Colorbuffer() 367 mWidth = depthStencil->getWidth(); in DepthStencilbuffer() 395 mWidth = width; in DepthStencilbuffer()
|
D | Renderbuffer.h | 112 GLsizei mWidth;
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Renderbuffer.cpp | 452 mWidth = 0; in RenderbufferStorage() 464 return mWidth; in getWidth() 488 mWidth = renderTarget->getWidth(); in Colorbuffer() 516 mWidth = width; in Colorbuffer() 566 mWidth = depthStencil->getWidth(); in DepthStencilbuffer() 594 mWidth = width; in DepthStencilbuffer()
|
D | Renderbuffer.h | 196 GLsizei mWidth;
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | WavePlotView.java | 62 private int mWidth; field in WavePlotView 235 mWidth = w; in onSizeChanged() 237 log("New w: " + mWidth + " h: " + mHeight); in onSizeChanged() 246 mArraySize = mWidth; in initView() 247 mInsetSize = mWidth / 5; in initView()
|
/external/v4l2_codec2/tests/ |
D | C2VDAComponent_test.cpp | 125 int mWidth = -1; member 331 mTestVideoFile->mWidth = std::stoi(tokens[2]); in parseTestVideoData() 337 mTestVideoFile->mComponentName.c_str(), mTestVideoFile->mWidth, mTestVideoFile->mHeight, in parseTestVideoData() 470 mTestVideoFile->mFilename, mTestVideoFile->mWidth, mTestVideoFile->mHeight); in TEST_P() 504 ASSERT_LE(mTestVideoFile->mWidth, static_cast<int>(graphicBlock.width())); in TEST_P() 508 ASSERT_EQ(mTestVideoFile->mWidth, static_cast<int>(graphicBlock.crop().width)); in TEST_P()
|
/external/skqp/src/codec/ |
D | SkStubHeifDecoderAPI.h | 36 int mWidth; member
|
D | SkHeifCodec.cpp | 147 SkEncodedInfo info = SkEncodedInfo::Make(frameInfo.mWidth, frameInfo.mHeight, in MakeFromStream() 287 swizzleBytes = fFrameInfo.mBytesPerPixel * fFrameInfo.mWidth; in allocateStorage()
|
/external/skia/src/codec/ |
D | SkStubHeifDecoderAPI.h | 36 int mWidth; member
|
D | SkHeifCodec.cpp | 147 SkEncodedInfo info = SkEncodedInfo::Make(frameInfo.mWidth, frameInfo.mHeight, in MakeFromStream() 287 swizzleBytes = fFrameInfo.mBytesPerPixel * fFrameInfo.mWidth; in allocateStorage()
|