Home
last modified time | relevance | path

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

12

/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.cpp243 mWidth = 0; in RenderbufferStorage()
255 return mWidth; in getWidth()
279 mWidth = renderTarget->getWidth(); in Colorbuffer()
307 mWidth = width; in Colorbuffer()
357 mWidth = depthStencil->getWidth(); in DepthStencilbuffer()
385 mWidth = width; in DepthStencilbuffer()
DRenderbuffer.h105 GLsizei mWidth;
/external/swiftshader/src/OpenGL/libGL/
DRenderbuffer.cpp285 mWidth = 0; in RenderbufferStorage()
305 return mWidth; in getWidth()
334 mWidth = renderTarget->getWidth(); in Colorbuffer()
360 mWidth = width; in Colorbuffer()
393 mWidth = depthStencil->getWidth(); in DepthStencilbuffer()
418 mWidth = width; in DepthStencilbuffer()
DSurface.cpp51 : mDisplay(display), mWindow(nullptr), mWidth(width), mHeight(height) in Surface()
99 return reset(mWidth, mHeight); in reset()
153 mWidth = backBufferWidth; in reset()
203 return mWidth; in getWidth()
DSurface.h77 GLint mWidth; // Width of surface variable
DRenderbuffer.h129 GLsizei mWidth;
/external/swiftshader/src/OpenGL/libGLESv2/
DRenderbuffer.cpp454 mWidth = 0; in RenderbufferStorage()
466 return mWidth; in getWidth()
490 mWidth = renderTarget->getWidth(); in Colorbuffer()
518 mWidth = width; in Colorbuffer()
568 mWidth = depthStencil->getWidth(); in DepthStencilbuffer()
596 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.cpp124 int mWidth = -1; member
345 mTestVideoFile->mWidth = std::stoi(tokens[2]); in parseTestVideoData()
351 mTestVideoFile->mComponentName.c_str(), mTestVideoFile->mWidth, mTestVideoFile->mHeight, in parseTestVideoData()
450 mTestVideoFile->mFilename, mTestVideoFile->mWidth, mTestVideoFile->mHeight); in TEST_P()
481 ASSERT_LE(mTestVideoFile->mWidth, static_cast<int>(graphicBlock.width())); in TEST_P()
485 ASSERT_EQ(mTestVideoFile->mWidth, static_cast<int>(graphicBlock.crop().width)); in TEST_P()
/external/skia/src/codec/
DSkStubHeifDecoderAPI.h36 int mWidth; member
DSkHeifCodec.cpp151 return std::unique_ptr<SkCodec>(new SkHeifCodec(frameInfo.mWidth, frameInfo.mHeight, in MakeFromStream()
298 swizzleBytes = fFrameInfo.mBytesPerPixel * fFrameInfo.mWidth; in allocateStorage()
/external/skqp/src/codec/
DSkStubHeifDecoderAPI.h36 int mWidth; member
DSkHeifCodec.cpp151 return std::unique_ptr<SkCodec>(new SkHeifCodec(frameInfo.mWidth, frameInfo.mHeight, in MakeFromStream()
298 swizzleBytes = fFrameInfo.mBytesPerPixel * fFrameInfo.mWidth; in allocateStorage()
/external/robolectric/v3/runtime/
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...

12