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 291 log.appendFormat(" GradientCache %8d / %8d\n",
292 gradientCache.getSize(), gradientCache.getMaxSize());
315 total += gradientCache.getSize();
352 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 155 milliseconds