/external/skia/src/core/ |
D | SkPathEffect.cpp | 61 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/ |
D | SkPathEffect.cpp | 68 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/ |
D | SkPathEffect.h | 49 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,
|
D | SkMaskFilter.h | 207 bool filterPath(const SkPath& devPath, const SkMatrix& ctm, const SkRasterClip&, SkBlitter*,
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkPathEffect.h | 49 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,
|
D | SkMaskFilter.h | 207 bool filterPath(const SkPath& devPath, const SkMatrix& ctm, const SkRasterClip&, SkBlitter*,
|
/external/skia/src/effects/ |
D | Sk2DPathEffect.cpp | 20 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()
|
D | Sk1DPathEffect.cpp | 15 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()
|
D | SkDiscretePathEffect.cpp | 30 bool SkDiscretePathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath() function in SkDiscretePathEffect
|
/external/chromium_org/third_party/skia/include/effects/ |
D | Sk1DPathEffect.h | 19 virtual bool filterPath(SkPath* dst, const SkPath& src, 60 virtual bool filterPath(SkPath*, const SkPath&,
|
D | Sk2DPathEffect.h | 17 virtual bool filterPath(SkPath*, const SkPath&, SkStrokeRec*, const SkRect*) const SK_OVERRIDE; 65 virtual bool filterPath(SkPath* dst, const SkPath& src,
|
D | SkCornerPathEffect.h | 28 virtual bool filterPath(SkPath* dst, const SkPath& src,
|
D | SkDiscretePathEffect.h | 39 virtual bool filterPath(SkPath* dst, const SkPath& src,
|
D | SkDashPathEffect.h | 45 virtual bool filterPath(SkPath* dst, const SkPath& src,
|
/external/skia/include/effects/ |
D | Sk1DPathEffect.h | 19 virtual bool filterPath(SkPath* dst, const SkPath& src, 60 virtual bool filterPath(SkPath*, const SkPath&,
|
D | Sk2DPathEffect.h | 21 virtual bool filterPath(SkPath*, const SkPath&, 68 virtual bool filterPath(SkPath* dst, const SkPath& src,
|
D | SkCornerPathEffect.h | 28 virtual bool filterPath(SkPath* dst, const SkPath& src,
|
D | SkDiscretePathEffect.h | 39 virtual bool filterPath(SkPath* dst, const SkPath& src,
|
D | SkDashPathEffect.h | 45 virtual bool filterPath(SkPath* dst, const SkPath& src,
|
/external/chromium_org/third_party/skia/src/effects/ |
D | Sk2DPathEffect.cpp | 20 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()
|
D | Sk1DPathEffect.cpp | 15 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()
|
D | SkDiscretePathEffect.cpp | 30 bool SkDiscretePathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath() function in SkDiscretePathEffect
|
/external/okhttp/website/static/ |
D | jquery.smooth-scroll.min.js | 7 …filterPath(location.pathname);return this.unbind("click.smoothscroll").bind("click.smoothscroll",f… function
|
/external/skia/samplecode/ |
D | ClockFaceView.cpp | 113 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/ |
D | ClockFaceView.cpp | 121 virtual bool filterPath(SkPath* dst, const SkPath& src, in filterPath() function in InverseFillPE 217 pe->filterPath(&dstPath, path, &rec, NULL); in drawdots()
|