Home
last modified time | relevance | path

Searched refs:fCache16Storage (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/effects/gradients/
DSkGradientShader.cpp331 fCache16Storage = nullptr; in GradientShaderCache()
336 sk_free(fCache16Storage); in ~GradientShaderCache()
559 SkASSERT(nullptr == cache->fCache16Storage); in initCache16()
560 cache->fCache16Storage = (uint16_t*)sk_malloc_throw(allocSize); in initCache16()
561 cache->fCache16 = cache->fCache16Storage; in initCache16()
DSkGradientShaderPriv.h145 uint16_t* fCache16Storage; // Storage for fCache16, allocated on demand. variable