Home
last modified time | relevance | path

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

/external/skia/src/shaders/
DSkPictureShader.cpp87 struct BitmapShaderRec : public SkResourceCache::Rec { struct
88 BitmapShaderRec(const BitmapShaderKey& key, SkShader* tileShader) in BitmapShaderRec() function
105 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()