OSDN Git Service

Move several property queries to Properties class
authorChris Craik <ccraik@google.com>
Fri, 5 Feb 2016 23:59:29 +0000 (15:59 -0800)
committerChris Craik <ccraik@google.com>
Sat, 6 Feb 2016 01:38:22 +0000 (17:38 -0800)
commit48a8f431fa52ae2ee25ffba9d20676f03bb710ff
tree2c8e1e8684320f2cd85d058aaa0f6789a4016105
parent37fd29f2842c4b92ba3ddbba2f9a5024ce103783
Move several property queries to Properties class

bug:17478770

This removes a lot of redundant property query code, and puts the
queries all in one place, so defining them automatically will be simpler
in the future.

Change-Id: I0428550e6081f07bc6554ffdf73b22284325abb8
17 files changed:
libs/hwui/FboCache.cpp
libs/hwui/GradientCache.cpp
libs/hwui/GradientCache.h
libs/hwui/PatchCache.cpp
libs/hwui/PatchCache.h
libs/hwui/PathCache.cpp
libs/hwui/PathCache.h
libs/hwui/Properties.cpp
libs/hwui/Properties.h
libs/hwui/RenderBufferCache.cpp
libs/hwui/RenderBufferCache.h
libs/hwui/TessellationCache.cpp
libs/hwui/TessellationCache.h
libs/hwui/TextDropShadowCache.cpp
libs/hwui/TextDropShadowCache.h
libs/hwui/TextureCache.cpp
libs/hwui/TextureCache.h