2 * Copyright 2006 The Android Open Source Project
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
8 #ifndef SkDrawDash_DEFINED
9 #define SkDrawDash_DEFINED
11 #include "SkPaintPart.h"
12 #include "SkIntArray.h"
14 class SkDash : public SkDrawPathEffect {
15 DECLARE_MEMBER_INFO(Dash);
18 SkPathEffect* getPathEffect() override;
20 SkTDScalarArray intervals;
24 #endif // SkDrawDash_DEFINED