Home
last modified time | relevance | path

Searched defs:SkImageFilterCacheKey (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkImageFilterCache.h23 struct SkImageFilterCacheKey { struct
24 SkImageFilterCacheKey(const uint32_t uniqueID, const SkMatrix& matrix, in SkImageFilterCacheKey() function
45 bool operator==(const SkImageFilterCacheKey& other) const { argument