Home
last modified time | relevance | path

Searched refs:filterPath (Results 1 – 25 of 43) sorted by relevance

12

/external/skia/src/core/
DSkPathEffect.cpp61 bool SkComposePathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath() function in SkComposePathEffect
71 if (fPE1->filterPath(&tmp, src, rec, cullRect)) { in filterPath()
74 return fPE0->filterPath(dst, *ptr, rec, cullRect); in filterPath()
79 bool SkSumPathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath() function in SkSumPathEffect
82 return fPE0->filterPath(dst, src, rec, cullRect) | in filterPath()
83 fPE1->filterPath(dst, src, rec, cullRect); in filterPath()
/external/chromium_org/third_party/skia/src/core/
DSkPathEffect.cpp68 bool SkComposePathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath() function in SkComposePathEffect
78 if (fPE1->filterPath(&tmp, src, rec, cullRect)) { in filterPath()
81 return fPE0->filterPath(dst, *ptr, rec, cullRect); in filterPath()
92 bool SkSumPathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath() function in SkSumPathEffect
95 return fPE0->filterPath(dst, src, rec, cullRect) | in filterPath()
96 fPE1->filterPath(dst, src, rec, cullRect); in filterPath()
/external/skia/include/core/
DSkPathEffect.h49 virtual bool filterPath(SkPath* dst, const SkPath& src,
186 virtual bool filterPath(SkPath* dst, const SkPath& src,
220 virtual bool filterPath(SkPath* dst, const SkPath& src,
DSkMaskFilter.h207 bool filterPath(const SkPath& devPath, const SkMatrix& ctm, const SkRasterClip&, SkBlitter*,
/external/chromium_org/third_party/skia/include/core/
DSkPathEffect.h49 virtual bool filterPath(SkPath* dst, const SkPath& src,
191 virtual bool filterPath(SkPath* dst, const SkPath& src,
228 virtual bool filterPath(SkPath* dst, const SkPath& src,
DSkMaskFilter.h207 bool filterPath(const SkPath& devPath, const SkMatrix& ctm, const SkRasterClip&, SkBlitter*,
/external/skia/src/effects/
DSk2DPathEffect.cpp20 bool Sk2DPathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath() function in Sk2DPathEffect
83 bool SkLine2DPathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath() function in SkLine2DPathEffect
85 if (this->INHERITED::filterPath(dst, src, rec, cullRect)) { in filterPath()
DSk1DPathEffect.cpp15 bool Sk1DPathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath() function in Sk1DPathEffect
72 bool SkPath1DPathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath() function in SkPath1DPathEffect
76 return this->INHERITED::filterPath(dst, src, rec, cullRect); in filterPath()
DSkDiscretePathEffect.cpp30 bool SkDiscretePathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath() function in SkDiscretePathEffect
/external/chromium_org/third_party/skia/include/effects/
DSk1DPathEffect.h19 virtual bool filterPath(SkPath* dst, const SkPath& src,
60 virtual bool filterPath(SkPath*, const SkPath&,
DSk2DPathEffect.h17 virtual bool filterPath(SkPath*, const SkPath&, SkStrokeRec*, const SkRect*) const SK_OVERRIDE;
65 virtual bool filterPath(SkPath* dst, const SkPath& src,
DSkCornerPathEffect.h28 virtual bool filterPath(SkPath* dst, const SkPath& src,
DSkDiscretePathEffect.h39 virtual bool filterPath(SkPath* dst, const SkPath& src,
DSkDashPathEffect.h45 virtual bool filterPath(SkPath* dst, const SkPath& src,
/external/skia/include/effects/
DSk1DPathEffect.h19 virtual bool filterPath(SkPath* dst, const SkPath& src,
60 virtual bool filterPath(SkPath*, const SkPath&,
DSk2DPathEffect.h21 virtual bool filterPath(SkPath*, const SkPath&,
68 virtual bool filterPath(SkPath* dst, const SkPath& src,
DSkCornerPathEffect.h28 virtual bool filterPath(SkPath* dst, const SkPath& src,
DSkDiscretePathEffect.h39 virtual bool filterPath(SkPath* dst, const SkPath& src,
DSkDashPathEffect.h45 virtual bool filterPath(SkPath* dst, const SkPath& src,
/external/chromium_org/third_party/skia/src/effects/
DSk2DPathEffect.cpp20 bool Sk2DPathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath() function in Sk2DPathEffect
85 bool SkLine2DPathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath() function in SkLine2DPathEffect
87 if (this->INHERITED::filterPath(dst, src, rec, cullRect)) { in filterPath()
DSk1DPathEffect.cpp15 bool Sk1DPathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath() function in Sk1DPathEffect
72 bool SkPath1DPathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath() function in SkPath1DPathEffect
76 return this->INHERITED::filterPath(dst, src, rec, cullRect); in filterPath()
DSkDiscretePathEffect.cpp30 bool SkDiscretePathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath() function in SkDiscretePathEffect
/external/okhttp/website/static/
Djquery.smooth-scroll.min.js7filterPath(location.pathname);return this.unbind("click.smoothscroll").bind("click.smoothscroll",f… function
/external/skia/samplecode/
DClockFaceView.cpp113 virtual bool filterPath(SkPath* dst, const SkPath& src, in filterPath() function in InverseFillPE
202 pe->filterPath(&dstPath, path, &rec, NULL); in drawdots()
/external/chromium_org/third_party/skia/samplecode/
DClockFaceView.cpp121 virtual bool filterPath(SkPath* dst, const SkPath& src, in filterPath() function in InverseFillPE
217 pe->filterPath(&dstPath, path, &rec, NULL); in drawdots()

12