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

  /external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShaderPriv.h 145 uint16_t* fCache16Storage; // Storage for fCache16, allocated on demand.
SkGradientShader.cpp 387 fCache16Storage = NULL;
392 sk_free(fCache16Storage);
596 SkASSERT(NULL == cache->fCache16Storage);
597 cache->fCache16Storage = (uint16_t*)sk_malloc_throw(allocSize);
598 cache->fCache16 = cache->fCache16Storage;
    [all...]
  /external/skia/src/effects/gradients/
SkGradientShaderPriv.h 121 uint16_t* fCache16Storage; // Storage for fCache16, allocated on demand.
SkGradientShader.cpp 290 fCache16Storage = NULL;
295 sk_free(fCache16Storage);
499 SkASSERT(NULL == cache->fCache16Storage);
500 cache->fCache16Storage = (uint16_t*)sk_malloc_throw(allocSize);
501 cache->fCache16 = cache->fCache16Storage;
    [all...]

Completed in 64 milliseconds