• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // DO NOT MODIFY! This file is autogenerated by gn_to_bp.py.
2 // If need to change a define, modify SkUserConfigManual.h
3 #pragma once
4 #include "SkUserConfigManual.h"
5 
6 #ifndef SK_ANDROID_FRAMEWORK_USE_PERFETTO
7 #define SK_ANDROID_FRAMEWORK_USE_PERFETTO
8 #endif
9 
10 #ifndef SK_CODEC_DECODES_BMP
11 #define SK_CODEC_DECODES_BMP
12 #endif
13 
14 #ifndef SK_CODEC_DECODES_WBMP
15 #define SK_CODEC_DECODES_WBMP
16 #endif
17 
18 #ifndef SK_CODEC_ENCODES_PNG
19 #define SK_CODEC_ENCODES_PNG
20 #endif
21 
22 #ifndef SK_CODEC_ENCODES_PNG_WITH_LIBPNG
23 #define SK_CODEC_ENCODES_PNG_WITH_LIBPNG
24 #endif
25 
26 #ifndef SK_ENABLE_AVX512_OPTS
27 #define SK_ENABLE_AVX512_OPTS
28 #endif
29 
30 #ifndef SK_ENABLE_PRECOMPILE
31 #define SK_ENABLE_PRECOMPILE
32 #endif
33 
34 #ifndef SK_GAMMA_APPLY_TO_A8
35 #define SK_GAMMA_APPLY_TO_A8
36 #endif
37 
38 #ifndef SK_GANESH
39 #define SK_GANESH
40 #endif
41 
42 #ifndef SK_GL
43 #define SK_GL
44 #endif
45 
46 #ifndef SK_GRAPHITE
47 #define SK_GRAPHITE
48 #endif
49 
50 #ifndef SK_IN_RENDERENGINE
51 #define SK_IN_RENDERENGINE
52 #endif
53 
54 #ifndef SK_USE_VMA
55 #define SK_USE_VMA
56 #endif
57 
58 #ifndef SK_VULKAN
59 #define SK_VULKAN
60 #endif
61 
62 #ifndef SK_BUILD_FOR_ANDROID
63     #error "SK_BUILD_FOR_ANDROID must be defined!"
64 #endif
65 #if defined(SK_BUILD_FOR_IOS) || defined(SK_BUILD_FOR_MAC) || \
66     defined(SK_BUILD_FOR_UNIX) || defined(SK_BUILD_FOR_WIN)
67     #error "Only SK_BUILD_FOR_ANDROID should be defined!"
68 #endif
69