DecoderCacheKey 242 Source/platform/graphics/ImageDecodingStore.h static DecoderCacheKey makeCacheKey(const ImageFrameGenerator* generator, const SkISize& size) DecoderCacheKey 246 Source/platform/graphics/ImageDecodingStore.h static DecoderCacheKey makeCacheKey(const ImageFrameGenerator* generator, const ImageDecoder* decoder) DecoderCacheKey 250 Source/platform/graphics/ImageDecodingStore.h DecoderCacheKey cacheKey() const { return makeCacheKey(m_generator, m_size); } DecoderCacheKey 308 Source/platform/graphics/ImageDecodingStore.h typedef HashSet<DecoderCacheKey> DecoderCacheKeySet;