Home
last modified time | relevance | path

Searched defs:GetKey (Results 1 – 25 of 43) sorted by relevance

12

/third_party/skia/src/gpu/text/
DGrStrikeCache.cpp34 const SkDescriptor& GrStrikeCache::HashTraits::GetKey(const sk_sp<GrTextStrike>& strike) { in GetKey() function in GrStrikeCache::HashTraits
53 const SkPackedGlyphID& GrTextStrike::HashTraits::GetKey(const GrGlyph* glyph) { in GetKey() function in GrTextStrike::HashTraits
DGrTextBlobCache.cpp165 uint32_t GrTextBlobCache::BlobIDCacheEntry::GetKey(const GrTextBlobCache::BlobIDCacheEntry& entry) { in GetKey() function in GrTextBlobCache::BlobIDCacheEntry
/third_party/skia/tools/
DUrlDataManager.h74 static const SkData& GetKey(const UrlData& data) { in GetKey() function
84 static const SkString& GetKey(const UrlData& data) { in GetKey() function
/third_party/node/deps/v8/src/objects/
Dproperty.h29 Handle<Name> GetKey() const { return key_; } in GetKey() function
Dtransitions-inl.h73 Name TransitionArray::GetKey(int transition_number) { in GetKey() function
79 Name TransitionArray::GetKey(InternalIndex index) { in GetKey() function
83 Name TransitionsAccessor::GetKey(int transition_number) { in GetKey() function
Ddescriptor-array-inl.h107 Name DescriptorArray::GetKey(InternalIndex descriptor_number) const { in GetKey() function
112 Name DescriptorArray::GetKey(PtrComprCageBase cage_base, in GetKey() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtable_debug_hooks.h42 const typename T::key_type& GetKey(const typename T::key_type& key, char) { in GetKey() function
/third_party/skia/tools/sk_app/mac/
DWindow_mac.h40 static const NSInteger& GetKey(const Window_mac& w) { in GetKey() function
/third_party/skia/src/gpu/ops/
DSmallPathShapeData.h59 static inline const SmallPathShapeDataKey& GetKey(const SmallPathShapeData& data) { in GetKey() function
/third_party/skia/src/gpu/mtl/
DGrMtlSampler.h33 static const Key& GetKey(const GrMtlSampler& sampler) { return sampler.fKey; } in GetKey() function
DGrMtlDepthStencil.h52 static const Key& GetKey(const GrMtlDepthStencil& depthStencil) { return depthStencil.fKey; } in GetKey() function
/third_party/skia/src/core/
DSkTDynamicHash.h52 static const Key& GetKey(T* entry) { return Traits::GetKey(*entry); } in GetKey() function
DSkLRUCache.h102 static const K& GetKey(Entry* e) { in GetKey() function
DSkTMultiMap.h23 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); } in GetKey() function
DSkImageFilterCache.cpp45 static const Key& GetKey(const Value& v) { in GetKey() function
DSkStrikeCache.h219 static const SkDescriptor& GetKey(const sk_sp<SkStrike>& strike) { in GetKey() function
/third_party/skia/src/gpu/vk/
DGrVkSamplerYcbcrConversion.h49 static const Key& GetKey(const GrVkSamplerYcbcrConversion& ycbcrConversion) { in GetKey() function
DGrVkSampler.h49 static const Key& GetKey(const GrVkSampler& sampler) { return sampler.fKey; } in GetKey() function
/third_party/skia/tools/sk_app/unix/
DWindow_unix.h50 static const XWindow& GetKey(const Window_unix& w) { in GetKey() function
/third_party/skia/src/gpu/
DGrProxyProvider.h301 static const GrUniqueKey& GetKey(const GrTextureProxy& p) { return p.getUniqueKey(); } in GetKey() function
DGrResourceCache.h330 static const GrScratchKey& GetKey(const GrGpuResource& r) { in GetKey() function
340 static const GrUniqueKey& GetKey(const GrGpuResource& r) { return r.getUniqueKey(); } in GetKey() function
DGrThreadSafeCache.h273 static const GrUniqueKey& GetKey(const Entry& e) { in GetKey() function
DGrResourceAllocator.h137 static const GrScratchKey& GetKey(const Register& r) { in GetKey() function
/third_party/skia/include/private/
DSkTHash.h471 static const K& GetKey(const Pair& p) { return p.first; } in GetKey() function
529 static const T& GetKey(const T& item) { return item; } in GetKey() function
/third_party/lzma/CPP/7zip/Crypto/
D7zAes.cpp115 bool CKeyInfoCache::GetKey(CKeyInfo &key) in GetKey() function in NCrypto::N7z::CKeyInfoCache

12