Searched refs:HashNode (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCPathCache.h | 128 class HashNode : SkNoncopyable { 130 static const Key& GetKey(const HashNode&); 135 HashNode() = default; 136 HashNode(GrCCPathCache*, sk_sp<Key>, const MaskTransform&, const GrShape&); 137 HashNode(HashNode&& node) in HashNode() function 142 ~HashNode(); 144 void operator=(HashNode&& node); 169 SkTHashTable<HashNode, const Key&> fHashTable; 187 const SkTHashTable<HashNode, const Key&>& testingOnly_getHashTable() const; 340 inline GrCCPathCache::HashNode::HashNode(GrCCPathCache* pathCache, sk_sp<Key> key, in HashNode() function [all …]
|
D | GrCCPathCache.cpp | 179 if (HashNode* node = fHashTable.find(*fScratchKey)) { in find() 201 SkDEBUGCODE(HashNode* node = fHashTable.find(*fLRU.tail()->fCacheKey)); in find() 211 entry = fHashTable.set(HashNode(this, std::move(permanentKey), m, shape))->entry(); in find() 218 SkDEBUGCODE(HashNode* node = fHashTable.find(*fScratchKey)); in find() 250 HashNode* node = fHashTable.find(key); in evict()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCPathCache.h | 128 class HashNode : SkNoncopyable { 130 static const Key& GetKey(const HashNode&); 135 HashNode() = default; 136 HashNode(GrCCPathCache*, sk_sp<Key>, const MaskTransform&, const GrShape&); 137 HashNode(HashNode&& node) in HashNode() function 142 ~HashNode(); 144 void operator=(HashNode&& node); 169 SkTHashTable<HashNode, const Key&> fHashTable; 187 const SkTHashTable<HashNode, const Key&>& testingOnly_getHashTable() const; 340 inline GrCCPathCache::HashNode::HashNode(GrCCPathCache* pathCache, sk_sp<Key> key, in HashNode() function [all …]
|
D | GrCCPathCache.cpp | 179 if (HashNode* node = fHashTable.find(*fScratchKey)) { in find() 201 SkDEBUGCODE(HashNode* node = fHashTable.find(*fLRU.tail()->fCacheKey)); in find() 211 entry = fHashTable.set(HashNode(this, std::move(permanentKey), m, shape))->entry(); in find() 218 SkDEBUGCODE(HashNode* node = fHashTable.find(*fScratchKey)); in find() 250 HashNode* node = fHashTable.find(key); in evict()
|
/external/skia/tools/gpu/ |
D | GrTest.cpp | 150 const SkTHashTable<GrCCPathCache::HashNode, const GrCCPathCache::Key&>&
|
/external/skqp/tools/gpu/ |
D | GrTest.cpp | 323 const SkTHashTable<GrCCPathCache::HashNode, const GrCCPathCache::Key&>&
|