Searched defs:filterPath (Results 1 - 19 of 19) sorted by last modified time

/external/skia/src/core/
H A DSkMaskFilter.cpp226 bool SkMaskFilter::filterPath(const SkPath& devPath, const SkMatrix& matrix, function in class:SkMaskFilter
H A DSkPathEffect.cpp61 bool SkComposePathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkComposePathEffect
71 if (fPE1->filterPath(&tmp, src, rec, cullRect)) {
74 return fPE0->filterPath(dst, *ptr, rec, cullRect);
79 bool SkSumPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkSumPathEffect
82 return fPE0->filterPath(dst, src, rec, cullRect) |
83 fPE1->filterPath(dst, src, rec, cullRect);
/external/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
83 bool SkLine2DPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkLine2DPathEffect
85 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.cpp35 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/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 ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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 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);
/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

Completed in 2045 milliseconds