summaryrefslogtreecommitdiffstats
path: root/libs/hwui/OpenGLRenderer.h
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2012-07-27 16:41:22 -0700
committerRomain Guy <romainguy@google.com>2012-07-27 16:41:22 -0700
commitc25259519f1b74bb62a2b051b74537f073436b5c (patch)
treef9fe9429a2a5e2692fa3d64dd0da18fdc6dfa477 /libs/hwui/OpenGLRenderer.h
parent33806e25b176efb11a5ee8b0f038bfda8f933f0d (diff)
downloadframeworks_base-c25259519f1b74bb62a2b051b74537f073436b5c.zip
frameworks_base-c25259519f1b74bb62a2b051b74537f073436b5c.tar.gz
frameworks_base-c25259519f1b74bb62a2b051b74537f073436b5c.tar.bz2
Rename drawGeneralText to drawText
Change-Id: I5062ea5b0605fc7af27f410fafc930d10f38e926
Diffstat (limited to 'libs/hwui/OpenGLRenderer.h')
-rw-r--r--libs/hwui/OpenGLRenderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/OpenGLRenderer.h b/libs/hwui/OpenGLRenderer.h
index 378fc8c..51683e1 100644
--- a/libs/hwui/OpenGLRenderer.h
+++ b/libs/hwui/OpenGLRenderer.h
@@ -142,7 +142,7 @@ public:
float hOffset, float vOffset, SkPaint* paint);
virtual status_t drawPosText(const char* text, int bytesCount, int count,
const float* positions, SkPaint* paint);
- virtual status_t drawGeneralText(const char* text, int bytesCount, int count, float x, float y,
+ virtual status_t drawText(const char* text, int bytesCount, int count, float x, float y,
const float* positions, SkPaint* paint, float length = -1.0f);
virtual void resetShader();