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