Searched refs:DecoderCacheKey (Results 1 – 1 of 1) sorted by relevance
145 typedef std::pair<const ImageFrameGenerator*, SkISize> DecoderCacheKey; typedef147 typedef std::pair<DecoderCacheKey, IndexAndGeneration> ImageCacheKey;240 … static DecoderCacheKey makeCacheKey(const ImageFrameGenerator* generator, const SkISize& size) in makeCacheKey()244 …static DecoderCacheKey makeCacheKey(const ImageFrameGenerator* generator, const ImageDecoder* deco… in makeCacheKey()248 DecoderCacheKey cacheKey() const { return makeCacheKey(m_generator, m_size); } in cacheKey()295 typedef HashMap<DecoderCacheKey, OwnPtr<DecoderCacheEntry> > DecoderCacheMap;306 typedef HashSet<DecoderCacheKey> DecoderCacheKeySet;