Home
last modified time | relevance | path

Searched refs:nodeKey (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DTessellationCache.cpp98 : nodeKey(nullptr) { in ShadowDescription()
102 TessellationCache::ShadowDescription::ShadowDescription(const SkPath* nodeKey, const Matrix4* drawT… in ShadowDescription() argument
103 : nodeKey(nodeKey) { in ShadowDescription()
109 return nodeKey == rhs.nodeKey in operator ==()
114 uint32_t hash = JenkinsHashMixBytes(0, (uint8_t*) &nodeKey, sizeof(const void*)); in hash()
DTessellationCache.h83 const SkPath* nodeKey; member
87 ShadowDescription(const SkPath* nodeKey, const Matrix4* drawTransform);