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 278 log.appendFormat(" GradientCache %8d / %8d\n",
279 gradientCache.getSize(), gradientCache.getMaxSize());
304 total += gradientCache.getSize();
362 gradientCache.clear();
Caches.h 44 #include "GradientCache.h"
336 GradientCache gradientCache;
SkiaShader.cpp 399 Texture* texture = caches->gradientCache.get(gradInfo.fColors, gradInfo.fColorOffsets,

Completed in 66 milliseconds