diff options
| author | 2011-06-01 14:52:00 -0700 | |
|---|---|---|
| committer | 2011-06-01 14:55:42 -0700 | |
| commit | 726aeba80ffc6778a9bc3e0ee957b8d644183505 (patch) | |
| tree | 2a270831f12cfa6dd69a07e9068c76c3b737754e /libs/hwui/OpenGLRenderer.h | |
| parent | f09ef51889f75289b041f9e9f949b7b82ed5b686 (diff) | |
Add support to OpenGLRendere to draw BiDi text.
Bug #4350336
Change-Id: I1cf31693f7ca9653fa3a41b5b91c27ef288d680f
Diffstat (limited to 'libs/hwui/OpenGLRenderer.h')
| -rw-r--r-- | libs/hwui/OpenGLRenderer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/OpenGLRenderer.h b/libs/hwui/OpenGLRenderer.h index e2dbba0f7828..549d6e9e888b 100644 --- a/libs/hwui/OpenGLRenderer.h +++ b/libs/hwui/OpenGLRenderer.h @@ -123,8 +123,6 @@ public: virtual void drawPoints(float* points, int count, SkPaint* paint); virtual void drawText(const char* text, int bytesCount, int count, float x, float y, SkPaint* paint); - virtual void drawGlyphs(const char* glyphs, int index, int count, float x, float y, - SkPaint* paint); virtual void resetShader(); virtual void setupShader(SkiaShader* shader); |