Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/shaders/
DSkPictureShader.cpp47 struct BitmapShaderKey : public SkResourceCache::Key { struct
49 BitmapShaderKey(SkColorSpace* colorSpace, in BitmapShaderKey() argument
82 BitmapShaderRec(const BitmapShaderKey& key, SkShader* tileShader) in BitmapShaderRec()
86 BitmapShaderKey fKey;
133 SkResourceCache::PostPurgeSharedID(BitmapShaderKey::MakeSharedID(fUniqueID)); in ~SkPictureShader()
246 BitmapShaderKey key(imgCS.get(), bitDepth, fUniqueID, tileScale); in refBitmapShader()