Home
last modified time | relevance | path

Searched defs:filterPath (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/core/
DSkPathEffect.cpp16 bool SkPathEffect::filterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in filterPath() function in SkPathEffect
21 bool SkPathEffect::filterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in filterPath() function in SkPathEffect
DSkMaskFilter.cpp233 bool SkMaskFilterBase::filterPath(const SkPath& devPath, const SkMatrix& matrix, in filterPath() function in SkMaskFilterBase
/third_party/flutter/skia/src/core/
DSkPathEffect.cpp15 bool SkPathEffect::filterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in filterPath() function in SkPathEffect
DSkMaskFilter.cpp234 bool SkMaskFilterBase::filterPath(const SkPath& devPath, const SkMatrix& matrix, in filterPath() function in SkMaskFilterBase
/third_party/node/tools/
Dlint-md.mjs6841 wh.filterPath = entry => priorWh.filterPath(entry); function
7665 filterPath(entry) { method in WatchHelper