Home
last modified time | relevance | path

Searched refs:filterPath (Results 1 – 25 of 32) sorted by relevance

12

/external/skia/src/core/
DSkPathEffect.cpp16 bool SkPathEffect::filterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in filterPath() function in SkPathEffect
103 if (fPE1->filterPath(&tmp, src, rec, cullRect)) { in onFilterPath()
106 return fPE0->filterPath(dst, *ptr, rec, cullRect); in onFilterPath()
163 return fPE0->filterPath(dst, src, rec, cullRect) | in onFilterPath()
164 fPE1->filterPath(dst, src, rec, cullRect); in onFilterPath()
DSkMaskFilterBase.h221 bool filterPath(const SkPath& devPath, const SkMatrix& ctm, const SkRasterClip&, SkBlitter*,
DSkPaint.cpp347 if (fPathEffect && fPathEffect->filterPath(&tmpPath, src, &rec, cullRect)) { in getFillPath()
DSkMaskFilter.cpp232 bool SkMaskFilterBase::filterPath(const SkPath& devPath, const SkMatrix& matrix, in filterPath() function in SkMaskFilterBase
/external/skqp/src/core/
DSkPathEffect.cpp15 bool SkPathEffect::filterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in filterPath() function in SkPathEffect
106 if (fPE1->filterPath(&tmp, src, rec, cullRect)) { in onFilterPath()
109 return fPE0->filterPath(dst, *ptr, rec, cullRect); in onFilterPath()
162 return fPE0->filterPath(dst, src, rec, cullRect) | in onFilterPath()
163 fPE1->filterPath(dst, src, rec, cullRect); in onFilterPath()
DSkMaskFilterBase.h214 bool filterPath(const SkPath& devPath, const SkMatrix& ctm, const SkRasterClip&, SkBlitter*,
DSkPaint.cpp524 if (fPathEffect && fPathEffect->filterPath(&tmpPath, src, &rec, cullRect)) { in getFillPath()
/external/skia/modules/sksg/src/
DSkSGGeometryEffect.cpp66 SkAssertResult(trim->filterPath(&path, path, &rec, nullptr)); in onRevalidateEffect()
123 dash_patheffect->filterPath(&path, path, &rec, nullptr); in onRevalidateEffect()
134 SkAssertResult(round->filterPath(&path, path, &rec, nullptr)); in onRevalidateEffect()
/external/okhttp/website/static/
Djquery.smooth-scroll.min.js7filterPath(location.pathname);return this.unbind("click.smoothscroll").bind("click.smoothscroll",f… function
/external/skqp/src/effects/
DSkOpPathEffect.cpp25 if (!fOne->filterPath(&one, src, rec, cull)) { in onFilterPath()
32 if (!fTwo->filterPath(&two, src, rec, cull)) { in onFilterPath()
/external/skqp/modules/sksg/src/
DSkSGRoundEffect.cpp48 SkAssertResult(round->filterPath(&fRoundedPath, path, &rec, &childbounds)); in onRevalidate()
DSkSGTrimEffect.cpp48 SkAssertResult(trim->filterPath(&fTrimmedPath, path, &rec, &childbounds)); in onRevalidate()
/external/skia/src/effects/
DSkOpPathEffect.cpp27 if (!fOne->filterPath(&one, src, rec, cull)) { in onFilterPath()
34 if (!fTwo->filterPath(&two, src, rec, cull)) { in onFilterPath()
/external/skqp/include/core/
DSkPathEffect.h61 bool filterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect* cullR) const;
/external/skia/include/core/
DSkPathEffect.h61 bool filterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect* cullR) const;
/external/skqp/samplecode/
DSampleTextEffects.cpp139 pe->filterPath(&dstPath, path, &rec, nullptr); in drawdots()
/external/skia/samplecode/
DSampleTextEffects.cpp132 pe->filterPath(&dstPath, path, &rec, nullptr); in drawdots()
/external/skqp/src/gpu/
DGrStyle.cpp151 } else if (!fPathEffect->filterPath(dst, src, strokeRec, nullptr)) { in applyPathEffect()
/external/skia/src/gpu/
DGrStyle.cpp151 } else if (!fPathEffect->filterPath(dst, src, strokeRec, nullptr)) { in applyPathEffect()
/external/skia/modules/pathkit/
Dpathkit_wasm_bindings.cpp368 if (pe->filterPath(&path, path, &rec, nullptr)) { in ApplyDash()
383 if (pe->filterPath(&path, path, &rec, nullptr)) { in ApplyTrim()
/external/skqp/modules/pathkit/
Dpathkit_wasm_bindings.cpp381 if (pe->filterPath(&path, path, &rec, nullptr)) { in ApplyDash()
396 if (pe->filterPath(&path, path, &rec, nullptr)) { in ApplyTrim()
/external/skqp/tests/
DDrawPathTest.cpp320 REPORTER_ASSERT(reporter, !dash->filterPath(&filteredPath, path, &rec, nullptr)); in test_crbug_165432()
/external/skia/tests/
DDrawPathTest.cpp320 REPORTER_ASSERT(reporter, !dash->filterPath(&filteredPath, path, &rec, nullptr)); in test_crbug_165432()
/external/skqp/bench/
DDashBench.cpp200 fPE->filterPath(&dst, fPath, &rec, nullptr); in onDraw()
/external/skia/bench/
DDashBench.cpp198 fPE->filterPath(&dst, fPath, &rec, nullptr); in onDraw()

12