Home
last modified time | relevance | path

Searched refs:mWidth (Results 1 – 17 of 17) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DDrawableBitmap.java28 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()
DSpriteComponent.java29 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()
DScrollerComponent.java25 private int mWidth; field in ScrollerComponent
59 mWidth = 0; in reset()
78 mWidth = width; in setup()
102 background.setWidth(mWidth); in update()
DGameRenderer.java39 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()
DBackgroundCollisionComponent.java28 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()
DTiledVertexGrid.java28 private int mWidth; field in TiledVertexGrid
44 mWidth = width; in TiledVertexGrid()
189 final int horzTileCount = (int)Math.ceil((float)mWidth / mTileWidth); in draw()
DGLSurfaceView.java1081 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/
DRenderbuffer.cpp253 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()
DRenderbuffer.h112 GLsizei mWidth;
/external/swiftshader/src/OpenGL/libGLESv2/
DRenderbuffer.cpp452 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()
DRenderbuffer.h196 GLsizei mWidth;
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DWavePlotView.java62 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/
DC2VDAComponent_test.cpp125 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/
DSkStubHeifDecoderAPI.h36 int mWidth; member
DSkHeifCodec.cpp147 SkEncodedInfo info = SkEncodedInfo::Make(frameInfo.mWidth, frameInfo.mHeight, in MakeFromStream()
287 swizzleBytes = fFrameInfo.mBytesPerPixel * fFrameInfo.mWidth; in allocateStorage()
/external/skia/src/codec/
DSkStubHeifDecoderAPI.h36 int mWidth; member
DSkHeifCodec.cpp147 SkEncodedInfo info = SkEncodedInfo::Make(frameInfo.mWidth, frameInfo.mHeight, in MakeFromStream()
287 swizzleBytes = fFrameInfo.mBytesPerPixel * fFrameInfo.mWidth; in allocateStorage()