Home
last modified time | relevance | path

Searched refs:fCache16 (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/gradients/
DSkGradientShader.cpp29 fCache16 = fCache16Storage = NULL; in SkGradientShaderBase()
151 fCache16 = fCache16Storage = NULL; in SkGradientShaderBase()
262 fCache16 = NULL; // inval the cache in setCacheAlpha()
472 if (fCache16 == NULL) { in getCache16()
480 fCache16 = fCache16Storage; in getCache16()
482 Build16bitCache(fCache16, fOrigColors[0], fOrigColors[1], in getCache16()
492 …Build16bitCache(fCache16 + prevIndex, fOrigColors[i-1], fOrigColors[i], nextIndex - prevIndex + 1); in getCache16()
499 uint16_t* linear = fCache16; // just computed linear data in getCache16()
507 sk_free(fCache16); in getCache16()
508 fCache16 = fCache16Storage; in getCache16()
[all …]
DSkGradientShaderPriv.h168 …mutable uint16_t* fCache16; // working ptr. If this is NULL, we need to recompute the cache va… variable
/external/skia/src/effects/gradients/
DSkGradientShader.cpp29 fCache16 = fCache16Storage = NULL; in SkGradientShaderBase()
151 fCache16 = fCache16Storage = NULL; in SkGradientShaderBase()
262 fCache16 = NULL; // inval the cache in setCacheAlpha()
472 if (fCache16 == NULL) { in getCache16()
480 fCache16 = fCache16Storage; in getCache16()
482 Build16bitCache(fCache16, fOrigColors[0], fOrigColors[1], in getCache16()
492 …Build16bitCache(fCache16 + prevIndex, fOrigColors[i-1], fOrigColors[i], nextIndex - prevIndex + 1); in getCache16()
499 uint16_t* linear = fCache16; // just computed linear data in getCache16()
507 sk_free(fCache16); in getCache16()
508 fCache16 = fCache16Storage; in getCache16()
[all …]
DSkGradientShaderPriv.h168 …mutable uint16_t* fCache16; // working ptr. If this is NULL, we need to recompute the cache va… variable