summaryrefslogtreecommitdiff
path: root/libs/hwui/Rect.h
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2015-11-16 10:27:59 -0800
committerChris Craik <ccraik@google.com>2015-11-17 14:50:49 -0800
commit8ecf41c61a5185207a21d64681e8ebc2502b7b2a (patch)
tree94592cbff1b686302433a68a74b01bdb3b44d487 /libs/hwui/Rect.h
parentb20dbf6c6a19d6f6f69791eba7492c4480e8f113 (diff)
Add temporary layer alpha fallback to OpReorderer
Also adds logic to clip temporary layers to viewport both for efficiency and to allow large ones (such as the fallback case) to fit in max texture size. Change-Id: Iee51495220f5ca1dc7e6f5fd3615db2e896efd74
Diffstat (limited to 'libs/hwui/Rect.h')
-rw-r--r--libs/hwui/Rect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Rect.h b/libs/hwui/Rect.h
index 50199db75640..0736a109e572 100644
--- a/libs/hwui/Rect.h
+++ b/libs/hwui/Rect.h
@@ -276,7 +276,7 @@ public:
}
void dump(const char* label = nullptr) const {
- ALOGD("%s[l=%f t=%f r=%f b=%f]", label ? label : "Rect", left, top, right, bottom);
+ ALOGD("%s[l=%.2f t=%.2f r=%.2f b=%.2f]", label ? label : "Rect", left, top, right, bottom);
}
}; // class Rect