Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
SkEmbossMask.h
Go to the documentation of this file.
1/*
2 * Copyright 2006 The Android Open Source Project
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8
9#ifndef SkEmbossMask_DEFINED
10#define SkEmbossMask_DEFINED
11
13
14struct SkMaskBuilder;
15
17public:
18 static void Emboss(SkMaskBuilder* mask, const SkEmbossMaskFilter::Light&);
19};
20
21#endif
static void Emboss(SkMaskBuilder *mask, const SkEmbossMaskFilter::Light &)