Home
last modified time | relevance | path

Searched refs:SkCornerPathEffect (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/effects/
DSkCornerPathEffect.cpp15 SkCornerPathEffect::SkCornerPathEffect(SkScalar radius) : fRadius(radius) {} in SkCornerPathEffect() function in SkCornerPathEffect
16 SkCornerPathEffect::~SkCornerPathEffect() {} in ~SkCornerPathEffect()
32 bool SkCornerPathEffect::filterPath(SkPath* dst, const SkPath& src, in filterPath()
141 sk_sp<SkFlattenable> SkCornerPathEffect::CreateProc(SkReadBuffer& buffer) { in CreateProc()
142 return SkCornerPathEffect::Make(buffer.readScalar()); in CreateProc()
145 void SkCornerPathEffect::flatten(SkWriteBuffer& buffer) const { in flatten()
150 void SkCornerPathEffect::toString(SkString* str) const { in toString()
/external/skia/include/effects/
DSkCornerPathEffect.h18 class SK_API SkCornerPathEffect : public SkPathEffect {
24 return sk_sp<SkPathEffect>(new SkCornerPathEffect(radius)); in Make()
31 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkCornerPathEffect) in SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS() argument
38 ~SkCornerPathEffect() override;
40 explicit SkCornerPathEffect(SkScalar radius);
/external/skia/samplecode/
DSamplePathEffects.cpp31 return SkCornerPathEffect::Make(SkIntToScalar(CORNER_RADIUS)); in make_pe()
46 auto inner = SkCornerPathEffect::Make(SkIntToScalar(CORNER_RADIUS)); in make_pe()
62 auto inner = SkCornerPathEffect::Make(SkIntToScalar(CORNER_RADIUS)); in make_warp_pe()
DSamplePath.cpp249 fCornerPaint.setPathEffect(SkCornerPathEffect::Make(rad*2)); in ArcToView()
DSampleFilterFuzz.cpp430 pathEffect = SkCornerPathEffect::Make(make_scalar()); in make_path_effect()
DSampleSlides.cpp35 sk_sp<SkPathEffect> corner = SkCornerPathEffect::Make(25); in compose_pe()
/external/skia/src/ports/
DSkGlobalInitialization_default.cpp95 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkCornerPathEffect) in InitEffects()
/external/skia/gn/
Deffects.gni30 "$_src/effects/SkCornerPathEffect.cpp",
95 "$_include/effects/SkCornerPathEffect.h",
/external/skia/tests/
DAsADashTest.cpp15 sk_sp<SkPathEffect> pe(SkCornerPathEffect::Make(1.0)); in DEF_TEST()
/external/skia/gm/
Dpatheffects.cpp20 sk_sp<SkPathEffect> corner = SkCornerPathEffect::Make(25); in compose_pe()
/external/skia/experimental/DrawingBoard/
DSampleDrawingClient.cpp224 p.setPathEffect(new SkCornerPathEffect(55))->unref(); in onDrawContent()
/external/skia/site/user/api/
Dindex.md61 …- [SkCornerPathEffect](http://skia-doc.commondatastorage.googleapis.com/doxygen/doxygen/html/cla…
Dskpaint.md183 * SkCornerPathEffect: a path effect that can turn sharp corners into
/external/skia/fuzz/
DFilterFuzz.cpp433 pathEffect = SkCornerPathEffect::Make(a); in make_path_effect()
DFuzzCanvas.cpp543 return SkCornerPathEffect::Make(radius); in make_fuzz_patheffect()
/external/skia/
DAndroid.bp313 "src/effects/SkCornerPathEffect.cpp",