diff options
| author | Romain Guy <romainguy@android.com> | 2010-07-02 11:20:34 -0700 |
|---|---|---|
| committer | Romain Guy <romainguy@android.com> | 2010-07-02 11:20:34 -0700 |
| commit | 7d139ba2c331f11e9b485753cc727a0ff202f2a4 (patch) | |
| tree | 7d61a0d1cacc78c0d3053d31d85c13a5aa3e3326 /libs/hwui/OpenGLRenderer.cpp | |
| parent | d73ddd2c9d459e363c07a8f5e47995b52b4ae049 (diff) | |
| download | frameworks_base-7d139ba2c331f11e9b485753cc727a0ff202f2a4.zip frameworks_base-7d139ba2c331f11e9b485753cc727a0ff202f2a4.tar.gz frameworks_base-7d139ba2c331f11e9b485753cc727a0ff202f2a4.tar.bz2 | |
Remove extra leftover logs and use uint32_t instead of unsigned int.
Change-Id: I944f82fe3255de38dc04048cc8bd861f578f01a7
Diffstat (limited to 'libs/hwui/OpenGLRenderer.cpp')
| -rw-r--r-- | libs/hwui/OpenGLRenderer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/OpenGLRenderer.cpp b/libs/hwui/OpenGLRenderer.cpp index 095d58b..9df1c67 100644 --- a/libs/hwui/OpenGLRenderer.cpp +++ b/libs/hwui/OpenGLRenderer.cpp @@ -411,8 +411,6 @@ bool OpenGLRenderer::clipRect(float left, float top, float right, float bottom) void OpenGLRenderer::drawBitmap(SkBitmap* bitmap, float left, float top, const SkPaint* paint) { const Texture* texture = mTextureCache.get(bitmap); - LOGD("Texture cache size %d", mTextureCache.getSize()); - LOGD(" max size %d", mTextureCache.getMaxSize()); int alpha; SkXfermode::Mode mode; |
