• 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 SKSL_ENABLE_TRACING
7 #define SKSL_ENABLE_TRACING
8 #endif
9 
10 #ifndef SK_ANDROID_FRAMEWORK_USE_PERFETTO
11 #define SK_ANDROID_FRAMEWORK_USE_PERFETTO
12 #endif
13 
14 #ifndef SK_CODEC_DECODES_JPEG
15 #define SK_CODEC_DECODES_JPEG
16 #endif
17 
18 #ifndef SK_CODEC_DECODES_JPEG_GAINMAPS
19 #define SK_CODEC_DECODES_JPEG_GAINMAPS
20 #endif
21 
22 #ifndef SK_CODEC_DECODES_PNG
23 #define SK_CODEC_DECODES_PNG
24 #endif
25 
26 #ifndef SK_CODEC_DECODES_RAW
27 #define SK_CODEC_DECODES_RAW
28 #endif
29 
30 #ifndef SK_CODEC_DECODES_WEBP
31 #define SK_CODEC_DECODES_WEBP
32 #endif
33 
34 #ifndef SK_ENABLE_ANDROID_UTILS
35 #define SK_ENABLE_ANDROID_UTILS
36 #endif
37 
38 #ifndef SK_ENABLE_PRECOMPILE
39 #define SK_ENABLE_PRECOMPILE
40 #endif
41 
42 #ifndef SK_ENABLE_SKSL
43 #define SK_ENABLE_SKSL
44 #endif
45 
46 #ifndef SK_ENCODE_JPEG
47 #define SK_ENCODE_JPEG
48 #endif
49 
50 #ifndef SK_ENCODE_PNG
51 #define SK_ENCODE_PNG
52 #endif
53 
54 #ifndef SK_ENCODE_WEBP
55 #define SK_ENCODE_WEBP
56 #endif
57 
58 #ifndef SK_GAMMA_APPLY_TO_A8
59 #define SK_GAMMA_APPLY_TO_A8
60 #endif
61 
62 #ifndef SK_GAMMA_CONTRAST
63 #define SK_GAMMA_CONTRAST 0.0
64 #endif
65 
66 #ifndef SK_GAMMA_EXPONENT
67 #define SK_GAMMA_EXPONENT 1.4
68 #endif
69 
70 #ifndef SK_GANESH
71 #define SK_GANESH
72 #endif
73 
74 #ifndef SK_GL
75 #define SK_GL
76 #endif
77 
78 #ifndef SK_HAS_ANDROID_CODEC
79 #define SK_HAS_ANDROID_CODEC
80 #endif
81 
82 #ifndef SK_HAS_HEIF_LIBRARY
83 #define SK_HAS_HEIF_LIBRARY
84 #endif
85 
86 #ifndef SK_HAS_WUFFS_LIBRARY
87 #define SK_HAS_WUFFS_LIBRARY
88 #endif
89 
90 #ifndef SK_SUPPORT_PDF
91 #define SK_SUPPORT_PDF
92 #endif
93 
94 #ifndef SK_TYPEFACE_FACTORY_FREETYPE
95 #define SK_TYPEFACE_FACTORY_FREETYPE
96 #endif
97 
98 #ifndef SK_USE_VMA
99 #define SK_USE_VMA
100 #endif
101 
102 #ifndef SK_VULKAN
103 #define SK_VULKAN
104 #endif
105 
106 #ifndef SK_XML
107 #define SK_XML
108 #endif
109 
110 #ifndef SK_BUILD_FOR_ANDROID
111     #error "SK_BUILD_FOR_ANDROID must be defined!"
112 #endif
113 #if defined(SK_BUILD_FOR_IOS) || defined(SK_BUILD_FOR_MAC) || \
114     defined(SK_BUILD_FOR_UNIX) || defined(SK_BUILD_FOR_WIN)
115     #error "Only SK_BUILD_FOR_ANDROID should be defined!"
116 #endif
117