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