Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathCache.cpp69 , pathEffect(nullptr) { in PathDescription()
81 , pathEffect(paint->getPathEffect()) { in PathDescription()
93 hash = JenkinsHashMix(hash, android::hash_type(pathEffect)); in hash()
105 if (pathEffect != rhs.pathEffect) return false; in operator ==()
DPathCache.h136 SkPathEffect* pathEffect; member