summaryrefslogtreecommitdiff
path: root/libs/hwui/Rect.h
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2014-07-29 10:35:13 -0700
committerChris Craik <ccraik@google.com>2014-07-29 17:42:22 +0000
commit62d307c2402777d5e53b4590af5f32f8c55afd81 (patch)
treefbf89a15003e9e4e3b665bd271c41693dc992dbe /libs/hwui/Rect.h
parentf4bf67012b2109ead9a4cb9c4407563fc3671255 (diff)
Fix behavior of stencil clipping within clearLayerRegions
bug:16376960 The draw within clearLayerRegions should never be affected by the current stencil clip, since it's just ensuring that the content of the layer is cleared, and not doing real content drawing. Also, add optional verbose GL event logging Change-Id: I538b1bc631fc091340b76e12db6af0c219851b57
Diffstat (limited to 'libs/hwui/Rect.h')
-rw-r--r--libs/hwui/Rect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Rect.h b/libs/hwui/Rect.h
index 9311f992760c..13265a96b05c 100644
--- a/libs/hwui/Rect.h
+++ b/libs/hwui/Rect.h
@@ -27,7 +27,7 @@
namespace android {
namespace uirenderer {
-#define RECT_STRING "%7.2f %7.2f %7.2f %7.2f"
+#define RECT_STRING "%5.2f %5.2f %5.2f %5.2f"
#define RECT_ARGS(r) \
(r).left, (r).top, (r).right, (r).bottom
#define SK_RECT_ARGS(r) \