Searched refs:refPathEffect (Results 1 – 8 of 8) sorted by relevance
87 this->initPathEffect(paint.refPathEffect()); in GrStyle()92 this->initPathEffect(paint.refPathEffect()); in GrStyle()119 sk_sp<SkPathEffect> refPathEffect() const { return fPathEffect; } in refPathEffect() function
55 paint.setPathEffect(shape.style().refPathEffect()); in drawShape()
357 fStyle = GrStyle(strokeRec, fStyle.refPathEffect()); in TextRun()372 fStyle = GrStyle(strokeRec, fStyle.refPathEffect()); in TextRun()
563 paint.setPathEffect(origPaint.refPathEffect()); in DrawPosTextAsPath()
108 dst->setPathEffect(src.refPathEffect()); in ApplyInfo()
516 sk_sp<SkPathEffect> refPathEffect() const;
1573 paint.setPathEffect(origPaint.refPathEffect()); in drawPosText_asPaths()
2234 pe = paint.refPathEffect(); // restore in SkTextBaseIter()