Lines Matching refs:fCache16
29 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()
511 return fCache16; in getCache16()