Searched refs:filterPath (Results 1 - 25 of 48) sorted by path

12

/external/chromium_org/third_party/skia/bench/
H A DDashBench.cpp202 fPE->filterPath(&dst, fPath, &rec, NULL);
324 // we can test the filterPath code-path.
/external/chromium_org/third_party/skia/include/core/
H A DSkMaskFilter.h207 bool filterPath(const SkPath& devPath, const SkMatrix& ctm, const SkRasterClip&, SkBlitter*,
H A DSkPathEffect.h49 virtual bool filterPath(SkPath* dst, const SkPath& src,
153 including flattening them. It does nothing in filterPath, and is only useful
191 virtual bool filterPath(SkPath* dst, const SkPath& src,
215 Its filterPath() returns true if either of the effects succeeded.
228 virtual bool filterPath(SkPath* dst, const SkPath& src,
/external/chromium_org/third_party/skia/include/effects/
H A DSk1DPathEffect.h19 virtual bool filterPath(SkPath* dst, const SkPath& src,
60 virtual bool filterPath(SkPath*, const SkPath&,
H A DSk2DPathEffect.h17 virtual bool filterPath(SkPath*, const SkPath&, SkStrokeRec*, const SkRect*) const SK_OVERRIDE;
23 This is called once from filterPath, and provides the
65 virtual bool filterPath(SkPath* dst, const SkPath& src,
H A DSkCornerPathEffect.h28 virtual bool filterPath(SkPath* dst, const SkPath& src,
H A DSkDashPathEffect.h45 virtual bool filterPath(SkPath* dst, const SkPath& src,
H A DSkDiscretePathEffect.h39 virtual bool filterPath(SkPath* dst, const SkPath& src,
/external/chromium_org/third_party/skia/samplecode/
H A DClockFaceView.cpp121 virtual bool filterPath(SkPath* dst, const SkPath& src,
217 pe->filterPath(&dstPath, path, &rec, NULL);
/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp1099 if (paint->getMaskFilter()->filterPath(*devPathPtr, *fMatrix, *fRC, blitter, style)) {
1100 return; // filterPath() called the blitter, so we're done
H A DSkMaskFilter.cpp226 bool SkMaskFilter::filterPath(const SkPath& devPath, const SkMatrix& matrix, function in class:SkMaskFilter
H A DSkPaint.cpp2257 if (fPathEffect && fPathEffect->filterPath(&tmpPath, src, &rec, cullRect)) {
H A DSkPathEffect.cpp68 bool SkComposePathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkComposePathEffect
78 if (fPE1->filterPath(&tmp, src, rec, cullRect)) {
81 return fPE0->filterPath(dst, *ptr, rec, cullRect);
92 bool SkSumPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkSumPathEffect
95 return fPE0->filterPath(dst, src, rec, cullRect) |
96 fPE1->filterPath(dst, src, rec, cullRect);
H A DSkScalerContext.cpp680 if (fPathEffect->filterPath(&effectPath, localPath, &rec, NULL)) {
/external/chromium_org/third_party/skia/src/effects/
H A DSk1DPathEffect.cpp15 bool Sk1DPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:Sk1DPathEffect
72 bool SkPath1DPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkPath1DPathEffect
76 return this->INHERITED::filterPath(dst, src, rec, cullRect);
H A DSk2DPathEffect.cpp20 bool Sk2DPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:Sk2DPathEffect
85 bool SkLine2DPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkLine2DPathEffect
87 if (this->INHERITED::filterPath(dst, src, rec, cullRect)) {
H A DSkCornerPathEffect.cpp34 bool SkCornerPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkCornerPathEffect
H A DSkDashPathEffect.cpp38 bool SkDashPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkDashPathEffect
H A DSkDiscretePathEffect.cpp30 bool SkDiscretePathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkDiscretePathEffect
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp737 if (pathEffect && pathEffect->filterPath(effectPath.init(), *pathPtr, strokePtr,
/external/chromium_org/third_party/skia/tests/
H A DDrawPathTest.cpp237 // in SkDashPathEffect::filterPath() due to single precision rounding.
274 REPORTER_ASSERT(reporter, !dash->filterPath(&filteredPath, path, &rec, NULL));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 383 milliseconds

12