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

  /external/skia/src/core/
SkPathEffect.cpp 15 bool SkPathEffect::filterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
48 including flattening them. It does nothing in filterPath, and is only useful
106 if (fPE1->filterPath(&tmp, src, rec, cullRect)) {
109 return fPE0->filterPath(dst, *ptr, rec, cullRect);
134 Its filterPath() returns true if either of the effects succeeded.
162 return fPE0->filterPath(dst, src, rec, cullRect) |
163 fPE1->filterPath(dst, src, rec, cullRect);
SkMaskFilter.cpp 234 bool SkMaskFilterBase::filterPath(const SkPath& devPath, const SkMatrix& matrix,
  /external/skqp/src/core/
SkPathEffect.cpp 15 bool SkPathEffect::filterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
48 including flattening them. It does nothing in filterPath, and is only useful
106 if (fPE1->filterPath(&tmp, src, rec, cullRect)) {
109 return fPE0->filterPath(dst, *ptr, rec, cullRect);
134 Its filterPath() returns true if either of the effects succeeded.
162 return fPE0->filterPath(dst, src, rec, cullRect) |
163 fPE1->filterPath(dst, src, rec, cullRect);
SkMaskFilter.cpp 234 bool SkMaskFilterBase::filterPath(const SkPath& devPath, const SkMatrix& matrix,
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.13.0.v20180409-1500.jar 

Completed in 152 milliseconds