Flutter Engine
The Flutter Engine
SkShaderMaskFilter.h
Go to the documentation of this file.
1/*
2 * Copyright 2018 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 SkShaderMaskFilter_DEFINED
9#define SkShaderMaskFilter_DEFINED
10
13
14class SkMaskFilter;
15class SkShader;
16
17// (DEPRECATED) This factory function is deprecated. ShaderMaskFilters will be deleted entirely
18// in an upcoming Skia release.
20public:
22
23private:
24 static void RegisterFlattenables();
25 friend class SkFlattenable;
26};
27
28#endif
#define SK_API
Definition: SkAPI.h:35
SK_API sk_sp< SkDocument > Make(SkWStream *dst, const SkSerialProcs *=nullptr, std::function< void(const SkPicture *)> onEndPage=nullptr)