2008-12-17 15:59:43 +00:00
|
|
|
/*
|
2011-07-28 14:26:00 +00:00
|
|
|
* Copyright 2008 The Android Open Source Project
|
2008-12-17 15:59:43 +00:00
|
|
|
*
|
2011-07-28 14:26:00 +00:00
|
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
|
|
* found in the LICENSE file.
|
2008-12-17 15:59:43 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef SK_DRAW_EXTRA_PATH_EFFECT_H
|
|
|
|
#define SK_DRAW_EXTRA_PATH_EFFECT_H
|
2012-10-12 14:41:39 +00:00
|
|
|
|
2008-12-17 15:59:43 +00:00
|
|
|
class SkAnimator;
|
2012-10-12 14:41:39 +00:00
|
|
|
|
2008-12-17 15:59:43 +00:00
|
|
|
void InitializeSkExtraPathEffects(SkAnimator* animator);
|
|
|
|
|
2012-10-12 14:41:39 +00:00
|
|
|
#endif
|