diff options
| author | 2015-02-27 17:43:02 -0800 | |
|---|---|---|
| committer | 2015-03-03 08:58:14 -0800 | |
| commit | a6b52198b9e73a4b7f80103116feeace74433246 (patch) | |
| tree | 395c33d4ff8e9b54913706987a1a4569f944ea90 /libs/hwui/OpenGLRenderer.h | |
| parent | c66f3baa42b8a732952abf1967c68f77d3e26131 (diff) | |
Glop drawBitmaps, drawPatches
Change-Id: I3f1cd3f47f97d2e0c9b9d153732e26ee0b1c58c2
Diffstat (limited to 'libs/hwui/OpenGLRenderer.h')
| -rwxr-xr-x | 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 e1bef6533c42..f4acad068903 100755 --- a/libs/hwui/OpenGLRenderer.h +++ b/libs/hwui/OpenGLRenderer.h @@ -206,8 +206,6 @@ public: const float* vertices, const int* colors, const SkPaint* paint); void drawPatches(const SkBitmap* bitmap, AssetAtlas::Entry* entry, TextureVertex* vertices, uint32_t indexCount, const SkPaint* paint); - void drawPatch(const SkBitmap* bitmap, const Res_png_9patch* patch, - float left, float top, float right, float bottom, const SkPaint* paint); void drawPatch(const SkBitmap* bitmap, const Patch* mesh, AssetAtlas::Entry* entry, float left, float top, float right, float bottom, const SkPaint* paint); void drawColor(int color, SkXfermode::Mode mode); |