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

  /external/skia/src/effects/gradients/
SkGradientShaderPriv.h 145 uint16_t* fCache16Storage; // Storage for fCache16, allocated on demand.
SkGradientShader.cpp 331 fCache16Storage = nullptr;
336 sk_free(fCache16Storage);
559 SkASSERT(nullptr == cache->fCache16Storage);
560 cache->fCache16Storage = (uint16_t*)sk_malloc_throw(allocSize);
561 cache->fCache16 = cache->fCache16Storage;
    [all...]

Completed in 292 milliseconds