Searched defs:filterPath (Results 1 - 11 of 11) sorted by relevance

/external/skia/src/core/
H A DSkMaskFilter.cpp30 bool SkMaskFilter::filterPath(const SkPath& devPath, const SkMatrix& matrix, function in class:SkMaskFilter
H A DSkPathEffect.cpp52 bool SkComposePathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkComposePathEffect
57 if (fPE1->filterPath(&tmp, src, width)) {
60 return fPE0->filterPath(dst, *ptr, width);
65 bool SkSumPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkSumPathEffect
68 return fPE0->filterPath(dst, src, width) | fPE1->filterPath(dst, src, width);
90 bool SkStrokePathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkStrokePathEffect
/external/skia/src/effects/
H A DSkDiscretePathEffect.cpp36 bool SkDiscretePathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkDiscretePathEffect
H A DSkCornerPathEffect.cpp46 bool SkCornerPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkCornerPathEffect
H A DSk1DPathEffect.cpp21 bool Sk1DPathEffect::filterPath(SkPath* dst, const SkPath& src, SkScalar* width) function in class:Sk1DPathEffect
79 bool SkPath1DPathEffect::filterPath(SkPath* dst, const SkPath& src, SkScalar* width) function in class:SkPath1DPathEffect
84 return this->INHERITED::filterPath(dst, src, width);
H A DSk2DPathEffect.cpp44 bool Sk2DPathEffect::filterPath(SkPath* dst, const SkPath& src, SkScalar* width) function in class:Sk2DPathEffect
H A DSkDashPathEffect.cpp85 bool SkDashPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkDashPathEffect
/external/skia/samplecode/
H A DClockFaceView.cpp110 virtual bool filterPath(SkPath* dst, const SkPath& src, SkScalar* width) { function in class:InverseFillPE
203 pe->filterPath(&dstPath, path, &width);
H A DSampleTextEffects.cpp201 virtual bool filterPath(SkPath* dst, const SkPath& src, SkScalar* width) { function in class:Line2DPathEffect
202 if (this->INHERITED::filterPath(dst, src, width)) {
H A DSampleAll.cpp210 virtual bool filterPath(SkPath* dst, const SkPath& src, SkScalar* width) { function in class:Line2DPathEffect
211 if (this->INHERITED::filterPath(dst, src, width)) {
H A DSampleSlides.cpp632 virtual bool filterPath(SkPath* dst, const SkPath& src, SkScalar* width) function in class:Line2DPathEffect
634 if (this->INHERITED::filterPath(dst, src, width))

Completed in 360 milliseconds