/external/skia/src/core/ |
D | SkPathEffect.cpp | 16 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()
|
D | SkMaskFilterBase.h | 221 bool filterPath(const SkPath& devPath, const SkMatrix& ctm, const SkRasterClip&, SkBlitter*,
|
D | SkPaint.cpp | 347 if (fPathEffect && fPathEffect->filterPath(&tmpPath, src, &rec, cullRect)) { in getFillPath()
|
D | SkMaskFilter.cpp | 232 bool SkMaskFilterBase::filterPath(const SkPath& devPath, const SkMatrix& matrix, in filterPath() function in SkMaskFilterBase
|
/external/skqp/src/core/ |
D | SkPathEffect.cpp | 15 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()
|
D | SkMaskFilterBase.h | 214 bool filterPath(const SkPath& devPath, const SkMatrix& ctm, const SkRasterClip&, SkBlitter*,
|
D | SkPaint.cpp | 524 if (fPathEffect && fPathEffect->filterPath(&tmpPath, src, &rec, cullRect)) { in getFillPath()
|
/external/skia/modules/sksg/src/ |
D | SkSGGeometryEffect.cpp | 66 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/ |
D | jquery.smooth-scroll.min.js | 7 …filterPath(location.pathname);return this.unbind("click.smoothscroll").bind("click.smoothscroll",f… function
|
/external/skqp/src/effects/ |
D | SkOpPathEffect.cpp | 25 if (!fOne->filterPath(&one, src, rec, cull)) { in onFilterPath() 32 if (!fTwo->filterPath(&two, src, rec, cull)) { in onFilterPath()
|
/external/skqp/modules/sksg/src/ |
D | SkSGRoundEffect.cpp | 48 SkAssertResult(round->filterPath(&fRoundedPath, path, &rec, &childbounds)); in onRevalidate()
|
D | SkSGTrimEffect.cpp | 48 SkAssertResult(trim->filterPath(&fTrimmedPath, path, &rec, &childbounds)); in onRevalidate()
|
/external/skia/src/effects/ |
D | SkOpPathEffect.cpp | 27 if (!fOne->filterPath(&one, src, rec, cull)) { in onFilterPath() 34 if (!fTwo->filterPath(&two, src, rec, cull)) { in onFilterPath()
|
/external/skqp/include/core/ |
D | SkPathEffect.h | 61 bool filterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect* cullR) const;
|
/external/skia/include/core/ |
D | SkPathEffect.h | 61 bool filterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect* cullR) const;
|
/external/skqp/samplecode/ |
D | SampleTextEffects.cpp | 139 pe->filterPath(&dstPath, path, &rec, nullptr); in drawdots()
|
/external/skia/samplecode/ |
D | SampleTextEffects.cpp | 132 pe->filterPath(&dstPath, path, &rec, nullptr); in drawdots()
|
/external/skqp/src/gpu/ |
D | GrStyle.cpp | 151 } else if (!fPathEffect->filterPath(dst, src, strokeRec, nullptr)) { in applyPathEffect()
|
/external/skia/src/gpu/ |
D | GrStyle.cpp | 151 } else if (!fPathEffect->filterPath(dst, src, strokeRec, nullptr)) { in applyPathEffect()
|
/external/skia/modules/pathkit/ |
D | pathkit_wasm_bindings.cpp | 368 if (pe->filterPath(&path, path, &rec, nullptr)) { in ApplyDash() 383 if (pe->filterPath(&path, path, &rec, nullptr)) { in ApplyTrim()
|
/external/skqp/modules/pathkit/ |
D | pathkit_wasm_bindings.cpp | 381 if (pe->filterPath(&path, path, &rec, nullptr)) { in ApplyDash() 396 if (pe->filterPath(&path, path, &rec, nullptr)) { in ApplyTrim()
|
/external/skqp/tests/ |
D | DrawPathTest.cpp | 320 REPORTER_ASSERT(reporter, !dash->filterPath(&filteredPath, path, &rec, nullptr)); in test_crbug_165432()
|
/external/skia/tests/ |
D | DrawPathTest.cpp | 320 REPORTER_ASSERT(reporter, !dash->filterPath(&filteredPath, path, &rec, nullptr)); in test_crbug_165432()
|
/external/skqp/bench/ |
D | DashBench.cpp | 200 fPE->filterPath(&dst, fPath, &rec, nullptr); in onDraw()
|
/external/skia/bench/ |
D | DashBench.cpp | 198 fPE->filterPath(&dst, fPath, &rec, nullptr); in onDraw()
|