Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrStyle.h81 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);
DGrStyle.cpp106 void GrStyle::initPathEffect(sk_sp<SkPathEffect> pe) { in initPathEffect() function in GrStyle
/external/skia/src/gpu/
DGrStyle.h81 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);
DGrStyle.cpp106 void GrStyle::initPathEffect(sk_sp<SkPathEffect> pe) { in initPathEffect() function in GrStyle