summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Caches.h
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2014-08-04 13:18:38 -0700
committerChris Craik <ccraik@google.com>2014-08-04 13:18:38 -0700
commita736cd9d3587a120e5233d627cd8bf06353be107 (patch)
treeec1647495e7fefbb14180af98fce4671812037de /libs/hwui/Caches.h
parentf660edb25a99282ce86b91804cd0145c1ef54bab (diff)
downloadframeworks_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.h3
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,