diff options
| author | Romain Guy <romainguy@google.com> | 2011-02-24 17:21:29 -0800 |
|---|---|---|
| committer | Romain Guy <romainguy@google.com> | 2011-02-24 17:21:29 -0800 |
| commit | b37cbec6d06578a72bdd9c2caa3fd964ade71c53 (patch) | |
| tree | 7b66637451a3b32894edf1882a953e45dcef573f /libs/hwui/TextDropShadowCache.h | |
| parent | a5364ee8942cd9f0546f80f6430812ca2ee59f30 (diff) | |
| download | frameworks_base-b37cbec6d06578a72bdd9c2caa3fd964ade71c53.zip frameworks_base-b37cbec6d06578a72bdd9c2caa3fd964ade71c53.tar.gz frameworks_base-b37cbec6d06578a72bdd9c2caa3fd964ade71c53.tar.bz2 | |
Correctly blend translucent GIF bitmaps.
Change-Id: Ifeb2c1d97a4c6dfeb1a7b5b26f1a3153e9f8da7f
Diffstat (limited to 'libs/hwui/TextDropShadowCache.h')
| -rw-r--r-- | libs/hwui/TextDropShadowCache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/TextDropShadowCache.h b/libs/hwui/TextDropShadowCache.h index ffccfa2..1e065d1 100644 --- a/libs/hwui/TextDropShadowCache.h +++ b/libs/hwui/TextDropShadowCache.h @@ -58,6 +58,7 @@ struct ShadowText { SkTypeface* typeface; String8 str; + // TODO: Should take into account fake bold and text skew bool operator<(const ShadowText& rhs) const { LTE_INT(len) { LTE_INT(radius) { |
