diff options
author | Romain Guy <romainguy@google.com> | 2010-09-20 17:53:08 -0700 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2010-09-20 17:54:17 -0700 |
commit | ee916f14cbd1fe1422c063ce2ef7b185e2bc5c6f (patch) | |
tree | 4fd53bcd273d42fa1aebb064b18563aa293467b1 /libs/hwui/GradientCache.cpp | |
parent | b5ab4173e0927e4668a45298c9900cd8007584e1 (diff) |
Add support for SweepGradient in the GL renderer.
Change-Id: I7aa397ed4e34655ead9ba1f5b4ce087665e0f022
Diffstat (limited to 'libs/hwui/GradientCache.cpp')
-rw-r--r-- | libs/hwui/GradientCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/GradientCache.cpp b/libs/hwui/GradientCache.cpp index 9957370a5ae6..97f4cb468c53 100644 --- a/libs/hwui/GradientCache.cpp +++ b/libs/hwui/GradientCache.cpp @@ -116,7 +116,7 @@ void GradientCache::clear() { mCache.clear(); } -Texture* GradientCache::addLinearGradient(SkShader* shader, float* bounds, uint32_t* colors, +Texture* GradientCache::addLinearGradient(SkShader* shader, uint32_t* colors, float* positions, int count, SkShader::TileMode tileMode) { SkBitmap bitmap; bitmap.setConfig(SkBitmap::kARGB_8888_Config, 1024, 1); |