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

  /external/skia/src/shaders/gradients/
SkGradientShaderPriv.h 125 // The cache is initialized on-demand when getCache32 is called.
131 const SkPMColor* getCache32();
SkRadialGradient.cpp 197 const SkPMColor* SK_RESTRICT cache = fCache->getCache32();
SkLinearGradient.cpp 296 const SkPMColor* SK_RESTRICT cache = fCache->getCache32();
SkGradientShader.cpp 560 // Only initialize the cache in getCache32.
722 const SkPMColor* SkGradientShaderBase::GradientShaderCache::getCache32() {
    [all...]

Completed in 73 milliseconds