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

  /external/skia/src/effects/gradients/
SkGradientShader.cpp 20 fCacheAlpha = 256; // init to a value that paint.getAlpha() can't return
135 fCacheAlpha = 256;
245 if (fCacheAlpha != alpha) {
248 fCacheAlpha = alpha; // record the new alpha
423 kCache32Count, fCacheAlpha);
434 nextIndex - prevIndex + 1, fCacheAlpha);
SkGradientShaderPriv.h 167 mutable unsigned fCacheAlpha; // the alpha value we used when we computed the cache. larger than 8bits so we can store uninitialized value
  /external/skia/legacy/src/effects/
SkGradientShader.cpp 215 mutable unsigned fCacheAlpha; // the alpha value we used when we computed the cache. larger than 8bits so we can store uninitialized value
240 fCacheAlpha = 256; // init to a value that paint.getAlpha() can't return
355 fCacheAlpha = 256;
464 if (fCacheAlpha != alpha) {
467 fCacheAlpha = alpha; // record the new alpha
693 kGradient32Length, fCacheAlpha);
704 nextIndex - prevIndex + 1, fCacheAlpha);
    [all...]

Completed in 39 milliseconds