Searched refs:BitmapShaderRec (Results 1 – 1 of 1) sorted by relevance
87 struct BitmapShaderRec : public SkResourceCache::Rec { struct88 BitmapShaderRec(const BitmapShaderKey& key, SkShader* tileShader) in BitmapShaderRec() function105 const BitmapShaderRec& rec = static_cast<const BitmapShaderRec&>(baseRec); in Visitor()267 if (!SkResourceCache::Find(key, BitmapShaderRec::Visitor, &tileShader)) { in refBitmapShader()287 SkResourceCache::Add(new BitmapShaderRec(key, tileShader.get())); in refBitmapShader()