Home
last modified time | relevance | path

Searched refs:refPathEffect (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/
DGrStyle.h87 this->initPathEffect(paint.refPathEffect()); in GrStyle()
92 this->initPathEffect(paint.refPathEffect()); in GrStyle()
119 sk_sp<SkPathEffect> refPathEffect() const { return fPathEffect; } in refPathEffect() function
DGrSWMaskHelper.cpp55 paint.setPathEffect(shape.style().refPathEffect()); in drawShape()
/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp357 fStyle = GrStyle(strokeRec, fStyle.refPathEffect()); in TextRun()
372 fStyle = GrStyle(strokeRec, fStyle.refPathEffect()); in TextRun()
DGrTextUtils.cpp563 paint.setPathEffect(origPaint.refPathEffect()); in DrawPosTextAsPath()
/external/skia/src/effects/
DSkLayerDrawLooper.cpp108 dst->setPathEffect(src.refPathEffect()); in ApplyInfo()
/external/skia/include/core/
DSkPaint.h516 sk_sp<SkPathEffect> refPathEffect() const;
/external/skia/src/core/
DSkDraw.cpp1573 paint.setPathEffect(origPaint.refPathEffect()); in drawPosText_asPaths()
DSkPaint.cpp2234 pe = paint.refPathEffect(); // restore in SkTextBaseIter()