Searched refs:pathEffect (Results 1 – 2 of 2) sorted by relevance
65 , 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 ==()
130 SkPathEffect* pathEffect; member