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 SkSafeUnref(fPathEffect);
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 132 : fPathEffect(NULL), fMaskFilter(NULL)
166 fPathEffect = (SkPathEffect*)load_flattenable(desc, kPathEffect_SkDescriptorTag);
174 SkSafeUnref(fPathEffect);
311 if (fRec.fFrameWidth > 0 || fPathEffect != NULL || fRasterizer != NULL) {
400 if (fRec.fFrameWidth > 0 || fPathEffect != NULL || fRasterizer != NULL) {
538 if (fRec.fFrameWidth > 0 || fPathEffect != NULL) {
553 if (fPathEffect) {
556 if (fPathEffect->filterPath(&effectPath, localPath, &width)) {
SkPaint.cpp 55 fPathEffect = NULL;
85 SkSafeRef(fPathEffect);
96 SkSafeUnref(fPathEffect);
109 SkSafeRef(src.fPathEffect);
118 SkSafeUnref(fPathEffect);
    [all...]
  /external/skia/include/core/
SkPaint.h 524 SkPathEffect* getPathEffect() const { return fPathEffect; }
    [all...]
SkScalerContext.h 277 SkPathEffect* fPathEffect;

Completed in 1324 milliseconds