commit | 59c7f80dd20258cefa1fc4bdd3c9a709a8dd53b8 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Thu Sep 29 17:21:45 2011 -0700 |
committer | Romain Guy <romainguy@google.com> | Thu Sep 29 17:21:45 2011 -0700 |
tree | 0dfddd8b5652e0efe219b75f8d65fe5ef33a3a0a | |
parent | 9622e20486955e3a3c2f45c61b23650fb35e6559 [diff] [blame] |
TextureView works best when it draws stuff. Bug #5391188 Change-Id: I5e754881ccb08ff288ebd60de77282c9cbcf3f86
diff --git a/libs/hwui/TextDropShadowCache.h b/libs/hwui/TextDropShadowCache.h index 28dba13..e2bdde1 100644 --- a/libs/hwui/TextDropShadowCache.h +++ b/libs/hwui/TextDropShadowCache.h
@@ -81,7 +81,7 @@ LTE_INT(flags) { LTE_INT(italicStyle) { LTE_INT(scaleX) { - return strncmp16(text, rhs.text, len >> 1) < 0; + return memcmp(text, rhs.text, len) < 0; } } }