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

/external/chromium_org/third_party/skia/src/core/
H A DSkPathEffect.cpp56 bool SkComposePathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkComposePathEffect
66 if (fPE1->filterPath(&tmp, src, rec, cullRect)) {
69 return fPE0->filterPath(dst, *ptr, rec, cullRect);
74 bool SkSumPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkSumPathEffect
77 return fPE0->filterPath(dst, src, rec, cullRect) |
78 fPE1->filterPath(dst, src, rec, cullRect);
H A DSkMaskFilter.cpp226 bool SkMaskFilter::filterPath(const SkPath& devPath, const SkMatrix& matrix, function in class:SkMaskFilter
/external/skia/src/core/
H A DSkPathEffect.cpp56 bool SkComposePathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkComposePathEffect
66 if (fPE1->filterPath(&tmp, src, rec, cullRect)) {
69 return fPE0->filterPath(dst, *ptr, rec, cullRect);
74 bool SkSumPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkSumPathEffect
77 return fPE0->filterPath(dst, src, rec, cullRect) |
78 fPE1->filterPath(dst, src, rec, cullRect);
H A DSkMaskFilter.cpp226 bool SkMaskFilter::filterPath(const SkPath& devPath, const SkMatrix& matrix, function in class:SkMaskFilter
/external/chromium_org/third_party/skia/src/effects/
H A DSkCornerPathEffect.cpp33 bool SkCornerPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkCornerPathEffect
H A DSkDiscretePathEffect.cpp28 bool SkDiscretePathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkDiscretePathEffect
H A DSk1DPathEffect.cpp14 bool Sk1DPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:Sk1DPathEffect
71 bool SkPath1DPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkPath1DPathEffect
75 return this->INHERITED::filterPath(dst, src, rec, cullRect);
H A DSk2DPathEffect.cpp19 bool Sk2DPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:Sk2DPathEffect
82 bool SkLine2DPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkLine2DPathEffect
84 if (this->INHERITED::filterPath(dst, src, rec, cullRect)) {
H A DSkDashPathEffect.cpp231 bool SkDashPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkDashPathEffect
/external/skia/src/effects/
H A DSkCornerPathEffect.cpp33 bool SkCornerPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkCornerPathEffect
H A DSkDiscretePathEffect.cpp28 bool SkDiscretePathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkDiscretePathEffect
H A DSk1DPathEffect.cpp14 bool Sk1DPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:Sk1DPathEffect
71 bool SkPath1DPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkPath1DPathEffect
75 return this->INHERITED::filterPath(dst, src, rec, cullRect);
H A DSk2DPathEffect.cpp19 bool Sk2DPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:Sk2DPathEffect
82 bool SkLine2DPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkLine2DPathEffect
84 if (this->INHERITED::filterPath(dst, src, rec, cullRect)) {
H A DSkDashPathEffect.cpp231 bool SkDashPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkDashPathEffect
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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.ui.ide_3.6.2.M20101117-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 528 milliseconds