HomeSort by relevance Sort by last modified time
    Searched refs:gradientCache (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
Caches.cpp 267 log.appendFormat(" GradientCache %8d / %8d\n",
268 gradientCache.getSize(), gradientCache.getMaxSize());
291 total += gradientCache.getSize();
361 gradientCache.clear();
Caches.h 41 #include "GradientCache.h"
329 GradientCache gradientCache;
SkiaShader.cpp 236 Texture* texture = mCaches->gradientCache.get(mColors, mPositions, mCount);
356 Texture* texture = mCaches->gradientCache.get(mColors, mPositions, mCount);

Completed in 246 milliseconds