Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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
18public:
20
21private:
22 static void RegisterFlattenables();
23 friend class SkFlattenable;
24};
25
26#endif
#define SK_API
Definition SkAPI.h:35
static std::unique_ptr< SkEncoder > Make(SkWStream *dst, const SkPixmap *src, const SkYUVAPixmaps *srcYUVA, const SkColorSpace *srcYUVAColorSpace, const SkJpegEncoder::Options &options)