Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dpatheffects.cpp302 class StrokeLineInflated : public SkPathEffectBase { class
304 StrokeLineInflated(float strokeWidth, float pxInflate) in StrokeLineInflated() function in __anon21fa055a0511::StrokeLineInflated
350 SK_FLATTENABLE_HOOKS(StrokeLineInflated) in SK_FLATTENABLE_HOOKS() argument
358 sk_sp<SkFlattenable> StrokeLineInflated::CreateProc(SkReadBuffer&) { return nullptr; } in CreateProc()
376 sk_sp<SkPathEffect> pathEffect(new StrokeLineInflated(strokeWidth, pxInflate)); in onDraw()