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

/external/skia/src/shaders/
H A DSkPictureShader.cpp81 struct BitmapShaderRec : public SkResourceCache::Rec { struct in namespace:__anon20891
82 BitmapShaderRec(const BitmapShaderKey& key, SkShader* tileShader) function in struct:__anon20891::BitmapShaderRec
99 const BitmapShaderRec& rec = static_cast<const BitmapShaderRec&>(baseRec);
256 if (!SkResourceCache::Find(key, BitmapShaderRec::Visitor, &tileShader)) {
274 SkResourceCache::Add(new BitmapShaderRec(key, tileShader.get()));
/external/skqp/src/shaders/
H A DSkPictureShader.cpp88 struct BitmapShaderRec : public SkResourceCache::Rec { struct in namespace:__anon21559
89 BitmapShaderRec(const BitmapShaderKey& key, SkShader* tileShader) function in struct:__anon21559::BitmapShaderRec
106 const BitmapShaderRec& rec = static_cast<const BitmapShaderRec&>(baseRec);
252 if (!SkResourceCache::Find(key, BitmapShaderRec::Visitor, &tileShader)) {
272 SkResourceCache::Add(new BitmapShaderRec(key, tileShader.get()));

Completed in 108 milliseconds