Home
last modified time | relevance | path

Searched refs:BitmapShaderRec (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/src/shaders/
DSkPictureShader.cpp81 struct BitmapShaderRec : public SkResourceCache::Rec { struct
82 BitmapShaderRec(const BitmapShaderKey& key, SkShader* tileShader) in BitmapShaderRec() function
98 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()