Searched refs:filterPath (Results 26 - 48 of 48) sorted by relevance

12

/external/skia/samplecode/
H A DClockFaceView.cpp113 virtual bool filterPath(SkPath* dst, const SkPath& src,
202 pe->filterPath(&dstPath, path, &rec, NULL);
/external/chromium_org/third_party/skia/src/effects/
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
/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/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/skia/src/effects/
H A DSkDashPathEffect.cpp35 bool SkDashPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkDashPathEffect
/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/src/core/
H A DSkMaskFilter.cpp226 bool SkMaskFilter::filterPath(const SkPath& devPath, const SkMatrix& matrix, function in class:SkMaskFilter
H A DSkScalerContext.cpp680 if (fPathEffect->filterPath(&effectPath, localPath, &rec, NULL)) {
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 DSkPaint.cpp2257 if (fPathEffect && fPathEffect->filterPath(&tmpPath, src, &rec, cullRect)) {
/external/skia/bench/
H A DDashBench.cpp202 fPE->filterPath(&dst, fPath, &rec, NULL);
324 // we can test the filterPath code-path.
/external/skia/src/core/
H A DSkMaskFilter.cpp226 bool SkMaskFilter::filterPath(const SkPath& devPath, const SkMatrix& matrix, function in class:SkMaskFilter
H A DSkScalerContext.cpp864 if (fPathEffect->filterPath(&effectPath, localPath, &rec, NULL)) {
H A DSkDraw.cpp1086 if (paint->getMaskFilter()->filterPath(*devPathPtr, *fMatrix, *fRC, blitter.get(), style)) {
1087 return; // filterPath() called the blitter, so we're done
H A DSkPaint.cpp2326 if (fPathEffect && fPathEffect->filterPath(&tmpPath, src, &rec, cullRect)) {
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp737 if (pathEffect && pathEffect->filterPath(effectPath.init(), *pathPtr, strokePtr,
/external/skia/src/gpu/
H A DSkGpuDevice.cpp768 if (pathEffect && pathEffect->filterPath(effectPath.init(), *pathPtr, strokePtr,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.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.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.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 2959 milliseconds

12