summaryrefslogtreecommitdiff
path: root/libs/hwui/Debug.h
diff options
context:
space:
mode:
author Romain Guy <romainguy@android.com> 2010-12-03 16:48:20 -0800
committer Romain Guy <romainguy@android.com> 2010-12-03 16:48:20 -0800
commita5ef39a21683189e5906c9f252b997f0508e350d (patch)
treef87616c7a443f8e8d19d40654036653252bf65e4 /libs/hwui/Debug.h
parentd8591020ec5940aa9ac738593a460a8df8cd560a (diff)
Don't render degenerate triangles in 9patches.
Bug #3251983 Change-Id: Ib0b38a7b8111542372f4c4c106b6321c26fe4ad4
Diffstat (limited to 'libs/hwui/Debug.h')
-rw-r--r--libs/hwui/Debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/Debug.h b/libs/hwui/Debug.h
index feaba258354a..ddbfa5e3ddb0 100644
--- a/libs/hwui/Debug.h
+++ b/libs/hwui/Debug.h
@@ -34,6 +34,9 @@
// Turn on to display debug infor about 9patch objects
#define DEBUG_PATCHES 0
+// Turn on to display vertex and tex coords data about 9patch objects
+// This flag requires DEBUG_PATCHES to be turned on
+#define DEBUG_PATCHES_VERTICES 0
// Turn on to display debug info about paths
#define DEBUG_PATHS 0