Searched refs:StrokeLineInflated (Results 1 – 1 of 1) sorted by relevance
302 class StrokeLineInflated : public SkPathEffectBase { class304 StrokeLineInflated(float strokeWidth, float pxInflate) in StrokeLineInflated() function in __anon21fa055a0511::StrokeLineInflated350 SK_FLATTENABLE_HOOKS(StrokeLineInflated) in SK_FLATTENABLE_HOOKS() argument358 sk_sp<SkFlattenable> StrokeLineInflated::CreateProc(SkReadBuffer&) { return nullptr; } in CreateProc()376 sk_sp<SkPathEffect> pathEffect(new StrokeLineInflated(strokeWidth, pxInflate)); in onDraw()