diff options
author | Chris Craik <ccraik@google.com> | 2014-08-04 13:18:38 -0700 |
---|---|---|
committer | Chris Craik <ccraik@google.com> | 2014-08-04 13:18:38 -0700 |
commit | a736cd9d3587a120e5233d627cd8bf06353be107 (patch) | |
tree | ec1647495e7fefbb14180af98fce4671812037de /libs/hwui/Caches.h | |
parent | f660edb25a99282ce86b91804cd0145c1ef54bab (diff) | |
download | frameworks_base-a736cd9d3587a120e5233d627cd8bf06353be107.zip frameworks_base-a736cd9d3587a120e5233d627cd8bf06353be107.tar.gz frameworks_base-a736cd9d3587a120e5233d627cd8bf06353be107.tar.bz2 |
Remove scaling bucket hack
bug:16626221
Fixes glyph cache pressure and double scaling artifacts.
Change-Id: I06cde720db646531b45943283cb4ecb48af8ff5b
Diffstat (limited to 'libs/hwui/Caches.h')
-rw-r--r-- | libs/hwui/Caches.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/hwui/Caches.h b/libs/hwui/Caches.h index 8727941..e00cb0b 100644 --- a/libs/hwui/Caches.h +++ b/libs/hwui/Caches.h @@ -366,9 +366,6 @@ public: float propertyLightPosY; float propertyLightPosZ; float propertyAmbientRatio; - int propertyAmbientShadowStrength; - int propertySpotShadowStrength; - std::vector<float> propertyExtraRasterBuckets; private: enum OverdrawColorSet { kColorSet_Default = 0, |