diff options
Diffstat (limited to 'libs/hwui/Properties.h')
| -rw-r--r-- | libs/hwui/Properties.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h index f3957cfc2607..4ee16edf3669 100644 --- a/libs/hwui/Properties.h +++ b/libs/hwui/Properties.h @@ -68,6 +68,20 @@ enum DebugLevel { #define PROPERTY_DEBUG_OVERDRAW "debug.hwui.show_overdraw" /** + * Used to enable/disable non-rectangular clipping debugging. + * + * The accepted values are: + * "highlight", drawing commands clipped by the stencil will + * be colored differently + * "region", renders the clipping region on screen whenever + * the stencil is set + * "hide", don't show the clip + * + * The default value is "hide". + */ +#define PROPERTY_DEBUG_STENCIL_CLIP "debug.hwui.show_stencil_clip" + +/** * Used to enable/disable scissor optimization. The accepted values are * "true" and "false". The default value is "false". * |