summaryrefslogtreecommitdiffstats
path: root/libs/hwui/OpenGLDebugRenderer.h
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2011-01-13 12:13:59 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-01-13 12:13:59 -0800
commitc15c7a79a69733bd21d6548fd74c2874fdabe7e8 (patch)
treee5731b92e59095b16ec0af101963f39d08db69b6 /libs/hwui/OpenGLDebugRenderer.h
parent5865c494a571a7e164218857d3b860004c50baf6 (diff)
parentada830f639591b99c3e40de22b07296c7932a33f (diff)
downloadframeworks_base-c15c7a79a69733bd21d6548fd74c2874fdabe7e8.zip
frameworks_base-c15c7a79a69733bd21d6548fd74c2874fdabe7e8.tar.gz
frameworks_base-c15c7a79a69733bd21d6548fd74c2874fdabe7e8.tar.bz2
Merge "Cleanup implementation of hardware layers." into honeycomb
Diffstat (limited to 'libs/hwui/OpenGLDebugRenderer.h')
-rw-r--r--libs/hwui/OpenGLDebugRenderer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/OpenGLDebugRenderer.h b/libs/hwui/OpenGLDebugRenderer.h
index ee34d73..1cef267 100644
--- a/libs/hwui/OpenGLDebugRenderer.h
+++ b/libs/hwui/OpenGLDebugRenderer.h
@@ -41,6 +41,7 @@ public:
SkPaint* p, int flags);
void drawDisplayList(DisplayList* displayList);
+ void drawLayer(Layer* layer, float x, float y, SkPaint* paint);
void drawBitmap(SkBitmap* bitmap, float left, float top, SkPaint* paint);
void drawBitmap(SkBitmap* bitmap, SkMatrix* matrix, SkPaint* paint);
void drawBitmap(SkBitmap* bitmap, float srcLeft, float srcTop,