summaryrefslogtreecommitdiffstats
path: root/libs/hwui/PathCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwui/PathCache.h')
-rw-r--r--libs/hwui/PathCache.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libs/hwui/PathCache.h b/libs/hwui/PathCache.h
index af6822d..9a5fc45 100644
--- a/libs/hwui/PathCache.h
+++ b/libs/hwui/PathCache.h
@@ -64,12 +64,12 @@ struct PathCacheEntry {
float strokeWidth;
bool operator<(const PathCacheEntry& rhs) const {
- INT_COMPARE(path) {
- INT_COMPARE(join) {
- INT_COMPARE(cap) {
- INT_COMPARE(style) {
- FLOAT_COMPARE(miter) {
- FLOAT_COMPARE(strokeWidth) return false;
+ LTE_INT(path) {
+ LTE_INT(join) {
+ LTE_INT(cap) {
+ LTE_INT(style) {
+ LTE_FLOAT(miter) {
+ LTE_FLOAT(strokeWidth) return false;
}
}
}