Searched refs:initPathEffect (Results 1 – 2 of 2) sorted by relevance
82 this->initPathEffect(std::move(pe)); in GrStyle()88 this->initPathEffect(paint.refPathEffect()); in GrStyle()93 this->initPathEffect(paint.refPathEffect()); in GrStyle()188 void initPathEffect(sk_sp<SkPathEffect> pe);
106 void GrStyle::initPathEffect(sk_sp<SkPathEffect> pe) { in initPathEffect() function in GrStyle