Home
last modified time | relevance | path

Searched refs:SkArcToPathEffect (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/effects/
DSkArcToPathEffect.cpp14 SkArcToPathEffect::SkArcToPathEffect(SkScalar radius) : fRadius(radius) {} in SkArcToPathEffect() function in SkArcToPathEffect
16 bool SkArcToPathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath()
64 sk_sp<SkFlattenable> SkArcToPathEffect::CreateProc(SkReadBuffer& buffer) { in CreateProc()
65 return SkArcToPathEffect::Make(buffer.readScalar()); in CreateProc()
68 void SkArcToPathEffect::flatten(SkWriteBuffer& buffer) const { in flatten()
73 void SkArcToPathEffect::toString(SkString* str) const { in toString()
/external/skia/include/effects/
DSkArcToPathEffect.h13 class SK_API SkArcToPathEffect : public SkPathEffect {
22 return sk_sp<SkPathEffect>(new SkArcToPathEffect(radius)); in Make()
28 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkArcToPathEffect)
31 explicit SkArcToPathEffect(SkScalar radius);
/external/skia/src/ports/
DSkGlobalInitialization_default.cpp98 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkArcToPathEffect) in InitEffects()
/external/skia/gn/
Deffects.gni21 "$_src/effects/SkArcToPathEffect.cpp",
/external/skia/samplecode/
DSamplePath.cpp243 fArcToPaint.setPathEffect(SkArcToPathEffect::Make(rad)); in ArcToView()
DSampleFilterFuzz.cpp422 pathEffect = SkArcToPathEffect::Make(make_scalar(true)); in make_path_effect()
/external/skia/site/user/api/
Dindex.md63 …- [SkArcToPathEffect](http://skia-doc.commondatastorage.googleapis.com/doxygen/doxygen/html/clas…
Dskpaint.md177 * SkArcToPathEffect
/external/skia/fuzz/
DFilterFuzz.cpp421 pathEffect = SkArcToPathEffect::Make(a); in make_path_effect()
DFuzzCanvas.cpp536 return SkArcToPathEffect::Make(radius); in make_fuzz_patheffect()
/external/skia/
DAndroid.bp314 "src/effects/SkArcToPathEffect.cpp",