Searched refs:fPathEffect (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/animator/
H A DSkDrawExtraPathEffect.cpp31 SkPathEffect* fPathEffect; member in class:SkDrawShapePathEffect
181 addPath(NULL), addMatrix(NULL), path(NULL), fPathEffect(NULL) {
185 SkSafeUnref(fPathEffect);
194 fPathEffect->ref();
195 return fPathEffect;
222 fPathEffect = new SkShape1DPathEffect(this, &maker);
333 fPathEffect = new SkShape2DPathEffect(this, &maker, matrix->getMatrix());
/external/skia/src/core/
H A DSkScalerContext.cpp75 : fPathEffect(NULL), fMaskFilter(NULL)
100 fPathEffect = (SkPathEffect*)load_flattenable(desc, kPathEffect_SkDescriptorTag);
105 fGenerateImageFromPath = fRec.fFrameWidth > 0 || fPathEffect != NULL ||
112 SkSafeUnref(fPathEffect);
629 if (fRec.fFrameWidth > 0 || fPathEffect != NULL) {
644 if (fPathEffect) {
647 if (fPathEffect->filterPath(&effectPath, localPath, &width)) {
H A DSkPaint.cpp52 fPathEffect = NULL;
85 SkSafeRef(fPathEffect);
97 SkSafeUnref(fPathEffect);
111 SkSafeRef(src.fPathEffect);
121 SkSafeUnref(fPathEffect);
1975 GEN_ID_INC_EVAL(effect != fPathEffect);
1976 SkRefCnt_SafeAssign(fPathEffect, effect);
/external/skia/include/core/
H A DSkPaint.h548 SkPathEffect* getPathEffect() const { return fPathEffect; }
912 SkPathEffect* fPathEffect; member in class:SkPaint
H A DSkScalerContext.h342 SkPathEffect* fPathEffect; member in class:SkScalerContext

Completed in 157 milliseconds