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

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

Completed in 70 milliseconds