Searched refs:mWidth (Results 101 - 113 of 113) sorted by relevance

12345

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.h584 int mWidth, mHeight; member in class:android::uirenderer::OpenGLRenderer
H A DFontRenderer.cpp149 uint32_t cacheWidth = cacheTexture->mWidth;
412 uint32_t cacheWidth = glyph->mCachedTextureLine->mCacheTexture->mWidth;
589 int width = cacheTexture->mWidth;
H A DOpenGLRenderer.cpp154 mWidth = width;
168 return prepareDirty(0.0f, 0.0f, mWidth, mHeight, opaque);
196 glViewport(0, 0, mWidth, mHeight);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h137 int mWidth; member in class:android::GraphicPlane
H A DSurfaceFlinger.cpp2675 return mWidth;
2749 mWidth = int(w);
2756 mWidth = int(h);
/frameworks/wilhelm/src/
H A Ditfstruct.h153 SLmillimeter mWidth; member in struct:__anon1613::__anon1614
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java58 private int mWidth; field in class:GLES20Canvas
175 return mWidth;
209 mWidth = width;
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java135 e.mWidth = ellipsizedWidth;
H A DStaticLayout.java123 e.mWidth = ellipsizedWidth;
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneManager.java69 int mWidth; field in class:SceneManager
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2700 private int mWidth; field in class:EditStyledText.EditStyledTextSpans.HorizontalLineDrawable
2706 mWidth = width;
2714 Rect rect = new Rect(0, 9, mWidth, 11);
2727 mWidth = width;
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp856 frame->mWidth, frame->mHeight), 0);
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java3144 int mWidth; field in class:WebViewClassic.ViewSizeData
3194 data.mWidth = newWidth;
7331 int width = contentToViewDimension(data.mWidth);

Completed in 216 milliseconds

12345