HomeSort by relevance Sort by last modified time
    Searched defs:filterPath (Results 1 - 25 of 29) sorted by null

1 2

  /external/skia/legacy/src/core/
SkMaskFilter.cpp 22 bool SkMaskFilter::filterPath(const SkPath& devPath, const SkMatrix& matrix,
SkPathEffect.cpp 45 bool SkComposePathEffect::filterPath(SkPath* dst, const SkPath& src,
55 if (fPE1->filterPath(&tmp, src, width)) {
58 return fPE0->filterPath(dst, *ptr, width);
63 bool SkSumPathEffect::filterPath(SkPath* dst, const SkPath& src,
66 return fPE0->filterPath(dst, src, width) | fPE1->filterPath(dst, src, width);
88 bool SkStrokePathEffect::filterPath(SkPath* dst, const SkPath& src,
  /external/skia/legacy/src/effects/
SkDiscretePathEffect.cpp 28 bool SkDiscretePathEffect::filterPath(SkPath* dst, const SkPath& src,
Sk1DPathEffect.cpp 13 bool Sk1DPathEffect::filterPath(SkPath* dst, const SkPath& src, SkScalar* width) {
67 bool SkPath1DPathEffect::filterPath(SkPath* dst, const SkPath& src,
71 return this->INHERITED::filterPath(dst, src, width);
SkCornerPathEffect.cpp 38 bool SkCornerPathEffect::filterPath(SkPath* dst, const SkPath& src,
Sk2DPathEffect.cpp 34 bool Sk2DPathEffect::filterPath(SkPath* dst, const SkPath& src, SkScalar* width) {
SkDashPathEffect.cpp 77 bool SkDashPathEffect::filterPath(SkPath* dst, const SkPath& src,
  /external/skia/src/core/
SkPathEffect.cpp 58 bool SkComposePathEffect::filterPath(SkPath* dst, const SkPath& src,
68 if (fPE1->filterPath(&tmp, src, rec, cullRect)) {
71 return fPE0->filterPath(dst, *ptr, rec, cullRect);
76 bool SkSumPathEffect::filterPath(SkPath* dst, const SkPath& src,
79 return fPE0->filterPath(dst, src, rec, cullRect) |
80 fPE1->filterPath(dst, src, rec, cullRect);
SkMaskFilter.cpp 193 bool SkMaskFilter::filterPath(const SkPath& devPath, const SkMatrix& matrix,
  /external/skia/src/effects/
SkDiscretePathEffect.cpp 28 bool SkDiscretePathEffect::filterPath(SkPath* dst, const SkPath& src,
Sk1DPathEffect.cpp 14 bool Sk1DPathEffect::filterPath(SkPath* dst, const SkPath& src,
71 bool SkPath1DPathEffect::filterPath(SkPath* dst, const SkPath& src,
75 return this->INHERITED::filterPath(dst, src, rec, cullRect);
Sk2DPathEffect.cpp 19 bool Sk2DPathEffect::filterPath(SkPath* dst, const SkPath& src,
82 bool SkLine2DPathEffect::filterPath(SkPath* dst, const SkPath& src,
84 if (this->INHERITED::filterPath(dst, src, rec, cullRect)) {
SkCornerPathEffect.cpp 33 bool SkCornerPathEffect::filterPath(SkPath* dst, const SkPath& src,
SkDashPathEffect.cpp 231 bool SkDashPathEffect::filterPath(SkPath* dst, const SkPath& src,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 

Completed in 1016 milliseconds

1 2