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

  /external/skia/src/effects/gradients/
SkGradientShaderPriv.h 163 mutable SkPMColor* fCache32; // working ptr. If this is NULL, we need to recompute the cache values
  /external/skia/legacy/src/effects/
SkGradientShader.cpp 211 mutable SkPMColor* fCache32; // working ptr. If this is NULL, we need to recompute the cache values
251 fCache32 = NULL;
360 fCache32 = NULL;
466 fCache32 = NULL; // inval the cache
681 if (fCache32 == NULL) {
690 fCache32 = (SkPMColor*)fCache32PixelRef->getAddr();
692 Build32bitCache(fCache32, fOrigColors[0], fOrigColors[1],
702 Build32bitCache(fCache32 + prevIndex, fOrigColors[i-1],
713 SkPMColor* linear = fCache32; // just computed linear data
723 fCache32 = (SkPMColor*)newPR->getAddr()
    [all...]

Completed in 183 milliseconds