/* * Copyright 2006 The Android Open Source Project * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkDiscretePathEffect_DEFINED #define SkDiscretePathEffect_DEFINED #include "include/core/SkPathEffect.h" /** \class SkDiscretePathEffect This path effect chops a path into discrete segments, and randomly displaces them. */ class SK_API SkDiscretePathEffect { … }; #endif