Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/effects/gradients/
DSkGradientShader.cpp30 fCache32 = NULL; in SkGradientShaderBase()
152 fCache32 = NULL; in SkGradientShaderBase()
263 fCache32 = NULL; // inval the cache in setCacheAlpha()
515 if (fCache32 == NULL) { in getCache32()
525 fCache32 = (SkPMColor*)fCache32PixelRef->getAddr(); in getCache32()
527 Build32bitCache(fCache32, fOrigColors[0], fOrigColors[1], in getCache32()
537 Build32bitCache(fCache32 + prevIndex, fOrigColors[i-1], in getCache32()
546 SkPMColor* linear = fCache32; // just computed linear data in getCache32()
558 fCache32 = (SkPMColor*)newPR->getAddr(); in getCache32()
561 return fCache32; in getCache32()
DSkGradientShaderPriv.h169 …mutable SkPMColor* fCache32; // working ptr. If this is NULL, we need to recompute the cache va… variable
/external/skia/src/effects/gradients/
DSkGradientShader.cpp30 fCache32 = NULL; in SkGradientShaderBase()
152 fCache32 = NULL; in SkGradientShaderBase()
263 fCache32 = NULL; // inval the cache in setCacheAlpha()
515 if (fCache32 == NULL) { in getCache32()
525 fCache32 = (SkPMColor*)fCache32PixelRef->getAddr(); in getCache32()
527 Build32bitCache(fCache32, fOrigColors[0], fOrigColors[1], in getCache32()
537 Build32bitCache(fCache32 + prevIndex, fOrigColors[i-1], in getCache32()
546 SkPMColor* linear = fCache32; // just computed linear data in getCache32()
558 fCache32 = (SkPMColor*)newPR->getAddr(); in getCache32()
561 return fCache32; in getCache32()
DSkGradientShaderPriv.h169 …mutable SkPMColor* fCache32; // working ptr. If this is NULL, we need to recompute the cache va… variable