Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrStyle.h94 this->initPathEffect(std::move(pe)); in GrStyle()
100 this->initPathEffect(paint.refPathEffect()); in GrStyle()
105 this->initPathEffect(paint.refPathEffect()); in GrStyle()
200 void initPathEffect(sk_sp<SkPathEffect> pe);
DGrStyle.cpp108 void GrStyle::initPathEffect(sk_sp<SkPathEffect> pe) { in initPathEffect() function in GrStyle