michael@0: michael@0: /* michael@0: * Copyright 2006 The Android Open Source Project michael@0: * michael@0: * Use of this source code is governed by a BSD-style license that can be michael@0: * found in the LICENSE file. michael@0: */ michael@0: michael@0: michael@0: #ifndef SkEmbossMask_DEFINED michael@0: #define SkEmbossMask_DEFINED michael@0: michael@0: #include "SkEmbossMaskFilter.h" michael@0: michael@0: class SkEmbossMask { michael@0: public: michael@0: static void Emboss(SkMask* mask, const SkEmbossMaskFilter::Light&); michael@0: }; michael@0: michael@0: #endif