diff options
Diffstat (limited to 'libs/hwui/Debug.h')
-rw-r--r-- | libs/hwui/Debug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/Debug.h b/libs/hwui/Debug.h index feaba25..ddbfa5e 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 |