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