Searched refs:fCache16Storage (Results 1 – 2 of 2) sorted by relevance
331 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()
145 uint16_t* fCache16Storage; // Storage for fCache16, allocated on demand. variable