Searched refs:nodeKey (Results 1 – 2 of 2) sorted by relevance
98 TessellationCache::ShadowDescription::ShadowDescription() : nodeKey(nullptr) { in ShadowDescription()102 TessellationCache::ShadowDescription::ShadowDescription(const SkPath* nodeKey, in ShadowDescription() argument104 : nodeKey(nodeKey) { in ShadowDescription()110 return nodeKey == rhs.nodeKey && memcmp(&matrixData, &rhs.matrixData, sizeof(matrixData)) == 0; in operator ==()114 uint32_t hash = JenkinsHashMixBytes(0, (uint8_t*)&nodeKey, sizeof(const void*)); in hash()
83 const SkPath* nodeKey; member87 ShadowDescription(const SkPath* nodeKey, const Matrix4* drawTransform);