Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
SDFMaskFilter.h
Go to the documentation of this file.
1/*
2 * Copyright 2022 Google Inc.
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#ifndef sktext_gpu_SDFMaskFilter_DEFINED
9#define sktext_gpu_SDFMaskFilter_DEFINED
10
12
13#if !defined(SK_DISABLE_SDF_TEXT)
14
17
18namespace sktext::gpu {
19
20/** \class SDFMaskFilter
21
22 This mask filter converts an alpha mask to a signed distance field representation
23*/
25public:
27};
28
29} // namespace sktext::gpu
30
31#endif // !defined(SK_DISABLE_SDF_TEXT)
32
33#endif
static sk_sp< SkMaskFilter > Make()