diff options
Diffstat (limited to 'libs/hwui/Rect.h')
| -rw-r--r-- | libs/hwui/Rect.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/hwui/Rect.h b/libs/hwui/Rect.h index 689fe6c0..87c6c10 100644 --- a/libs/hwui/Rect.h +++ b/libs/hwui/Rect.h @@ -24,6 +24,10 @@ namespace android { namespace uirenderer { +#define RECT_STRING "%4.2f %4.2f %4.2f %4.2f" +#define RECT_ARGS(r) \ + (r).left, (r).top, (r).right, (r).bottom + /////////////////////////////////////////////////////////////////////////////// // Structs /////////////////////////////////////////////////////////////////////////////// |
