HomeSort by relevance Sort by last modified time
    Searched refs:fPathEffect (Results 1 - 5 of 5) sorted by null

  /external/skia/src/animator/
SkDrawExtraPathEffect.cpp 39 SkPathEffect* fPathEffect;
189 addPath(NULL), addMatrix(NULL), path(NULL), fPathEffect(NULL) {
193 fPathEffect->safeUnref();
202 fPathEffect->ref();
203 return fPathEffect;
230 fPathEffect = new SkShape1DPathEffect(this, &maker);
341 fPathEffect = new SkShape2DPathEffect(this, &maker, matrix->getMatrix());
  /external/skia/src/core/
SkScalerContext.cpp 136 : fPathEffect(NULL), fMaskFilter(NULL)
168 fPathEffect = (SkPathEffect*)load_flattenable(desc, kPathEffect_SkDescriptorTag);
176 fPathEffect->safeUnref();
313 if (fRec.fFrameWidth > 0 || fPathEffect != NULL || fRasterizer != NULL) {
400 if (fRec.fFrameWidth > 0 || fPathEffect != NULL || fRasterizer != NULL) {
538 if (fRec.fFrameWidth > 0 || fPathEffect != NULL)
554 if (fPathEffect)
558 if (fPathEffect->filterPath(&effectPath, localPath, &width))
SkPaint.cpp 45 fPathEffect = NULL;
73 fPathEffect->safeRef();
85 fPathEffect->safeUnref();
99 src.fPathEffect->safeRef();
108 fPathEffect->safeUnref();
    [all...]
  /external/skia/include/core/
SkScalerContext.h 247 SkPathEffect* fPathEffect;
SkPaint.h 528 SkPathEffect* getPathEffect() const { return fPathEffect; }
815 SkPathEffect* fPathEffect;
    [all...]

Completed in 734 milliseconds