diff options
author | Chris Craik <ccraik@google.com> | 2014-05-20 18:10:25 -0700 |
---|---|---|
committer | Chris Craik <ccraik@google.com> | 2014-05-21 13:50:29 -0700 |
commit | 797b95b26bbb7557678af78b9a2a61830158920f (patch) | |
tree | b2e895c064c511446b2709160c9d614819f871b2 /libs/hwui/DisplayListRenderer.h | |
parent | d6a91b0bb64b17dcf4ae635f428dfd4ad310f73e (diff) | |
download | frameworks_base-797b95b26bbb7557678af78b9a2a61830158920f.zip frameworks_base-797b95b26bbb7557678af78b9a2a61830158920f.tar.gz frameworks_base-797b95b26bbb7557678af78b9a2a61830158920f.tar.bz2 |
Define light position (using new lighting spec) in Java
Also updates the relative shadow strengths.
Change-Id: I6cac7275d38df98aea9f0dda463cd7207102986a
Diffstat (limited to 'libs/hwui/DisplayListRenderer.h')
-rw-r--r-- | libs/hwui/DisplayListRenderer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/hwui/DisplayListRenderer.h b/libs/hwui/DisplayListRenderer.h index 185179a..d814111 100644 --- a/libs/hwui/DisplayListRenderer.h +++ b/libs/hwui/DisplayListRenderer.h @@ -33,9 +33,6 @@ namespace uirenderer { // Defines /////////////////////////////////////////////////////////////////////////////// -#define MIN_WRITER_SIZE 4096 -#define OP_MAY_BE_SKIPPED_MASK 0xff000000 - // Debug #if DEBUG_DISPLAY_LIST #define DISPLAY_LIST_LOGD(...) ALOGD(__VA_ARGS__) @@ -68,7 +65,6 @@ public: // ---------------------------------------------------------------------------- // Frame state operations // ---------------------------------------------------------------------------- - virtual void setViewport(int width, int height); virtual status_t prepareDirty(float left, float top, float right, float bottom, bool opaque); virtual void finish(); virtual void interrupt(); |