Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathCache.cpp65 , pathEffect(nullptr) { in PathDescription()
77 , pathEffect(paint->getPathEffect()) { in PathDescription()
89 hash = JenkinsHashMix(hash, android::hash_type(pathEffect)); in hash()
101 if (pathEffect != rhs.pathEffect) return false; in operator ==()
DPathCache.h130 SkPathEffect* pathEffect; member