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

/frameworks/base/libs/hwui/
H A DTessellationCache.cpp99 : nodeKey(nullptr) {
103 TessellationCache::ShadowDescription::ShadowDescription(const SkPath* nodeKey, const Matrix4* drawTransform) argument
104 : nodeKey(nodeKey) {
110 return nodeKey == rhs.nodeKey
115 uint32_t hash = JenkinsHashMixBytes(0, (uint8_t*) &nodeKey, sizeof(const void*));
H A DTessellationCache.h84 const SkPath* nodeKey; member in struct:android::uirenderer::TessellationCache::ShadowDescription
88 ShadowDescription(const SkPath* nodeKey, const Matrix4* drawTransform);

Completed in 155 milliseconds