Skia
2DGraphicsLibrary
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SkGaussianEdgeShader.h
1 /*
2  * Copyright 2016 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 SkGaussianEdgeShader_DEFINED
9 #define SkGaussianEdgeShader_DEFINED
10 
11 #include "SkShader.h"
12 
13 class SK_API SkGaussianEdgeShader {
14 public:
19  static sk_sp<SkShader> Make();
20 
21  SK_DECLARE_FLATTENABLE_REGISTRAR_GROUP()
22 };
23 
24 #endif
Definition: SkGaussianEdgeShader.h:13