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

  /external/skia/src/effects/gradients/
SkGradientShader.cpp 30 fCache16 = fCache16Storage = NULL;
139 fCache16 = fCache16Storage = NULL;
246 fCache16 = NULL; // inval the cache
368 if (fCache16 == NULL) {
376 fCache16 = fCache16Storage;
378 Build16bitCache(fCache16, fOrigColors[0], fOrigColors[1],
388 Build16bitCache(fCache16 + prevIndex, fOrigColors[i-1], fOrigColors[i], nextIndex - prevIndex + 1);
395 uint16_t* linear = fCache16; // just computed linear data
403 sk_free(fCache16);
404 fCache16 = fCache16Storage
    [all...]
SkGradientShaderPriv.h 162 mutable uint16_t* fCache16; // working ptr. If this is NULL, we need to recompute the cache values
165 mutable uint16_t* fCache16Storage; // storage for fCache16, allocated on demand
  /external/skia/legacy/src/effects/
SkGradientShader.cpp 210 mutable uint16_t* fCache16; // working ptr. If this is NULL, we need to recompute the cache values
213 mutable uint16_t* fCache16Storage; // storage for fCache16, allocated on demand
250 fCache16 = fCache16Storage = NULL;
359 fCache16 = fCache16Storage = NULL;
465 fCache16 = NULL; // inval the cache
627 if (fCache16 == NULL) {
635 fCache16 = fCache16Storage;
637 Build16bitCache(fCache16, fOrigColors[0], fOrigColors[1],
647 Build16bitCache(fCache16 + prevIndex, fOrigColors[i-1], fOrigColors[i], nextIndex - prevIndex + 1);
656 uint16_t* linear = fCache16; // just computed linear dat
    [all...]

Completed in 18 milliseconds