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

/external/skia/src/core/
H A DSkPictureShader.cpp63 struct BitmapShaderRec : public SkResourceCache::Rec { struct in namespace:__anon13921
64 BitmapShaderRec(const BitmapShaderKey& key, SkShader* tileShader, size_t bitmapBytes) function in struct:__anon13921::BitmapShaderRec
79 const BitmapShaderRec& rec = static_cast<const BitmapShaderRec&>(baseRec);
203 if (!SkResourceCache::Find(key, BitmapShaderRec::Visitor, &tileShader)) {
222 SkResourceCache::Add(SkNEW_ARGS(BitmapShaderRec, (key, tileShader.get(), bm.getSize())));

Completed in 67 milliseconds