diff options
Diffstat (limited to 'gfx/skia/skia/src/effects/SkEmbossMask.h')
-rw-r--r-- | gfx/skia/skia/src/effects/SkEmbossMask.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gfx/skia/skia/src/effects/SkEmbossMask.h b/gfx/skia/skia/src/effects/SkEmbossMask.h new file mode 100644 index 0000000000..7185fc909e --- /dev/null +++ b/gfx/skia/skia/src/effects/SkEmbossMask.h @@ -0,0 +1,19 @@ +/* + * 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 SkEmbossMask_DEFINED +#define SkEmbossMask_DEFINED + +#include "src/effects/SkEmbossMaskFilter.h" + +class SkEmbossMask { +public: + static void Emboss(SkMask* mask, const SkEmbossMaskFilter::Light&); +}; + +#endif |