• 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 GRAPHITE_TEST_UTILS
7 #define GRAPHITE_TEST_UTILS 1
8 #endif
9 
10 #ifndef GR_TEST_UTILS
11 #define GR_TEST_UTILS 1
12 #endif
13 
14 #ifndef SKCMS_DISABLE_HSW
15 #define SKCMS_DISABLE_HSW
16 #endif
17 
18 #ifndef SKCMS_DISABLE_SKX
19 #define SKCMS_DISABLE_SKX
20 #endif
21 
22 #ifndef SK_ALLOW_STATIC_GLOBAL_INITIALIZERS
23 #define SK_ALLOW_STATIC_GLOBAL_INITIALIZERS 1
24 #endif
25 
26 #ifndef SK_BUILD_FOR_SKQP
27 #define SK_BUILD_FOR_SKQP
28 #endif
29 
30 #ifndef SK_CODEC_DECODES_BMP
31 #define SK_CODEC_DECODES_BMP
32 #endif
33 
34 #ifndef SK_CODEC_DECODES_GIF
35 #define SK_CODEC_DECODES_GIF
36 #endif
37 
38 #ifndef SK_CODEC_DECODES_ICO
39 #define SK_CODEC_DECODES_ICO
40 #endif
41 
42 #ifndef SK_CODEC_DECODES_JPEG
43 #define SK_CODEC_DECODES_JPEG
44 #endif
45 
46 #ifndef SK_CODEC_DECODES_PNG
47 #define SK_CODEC_DECODES_PNG
48 #endif
49 
50 #ifndef SK_CODEC_DECODES_WBMP
51 #define SK_CODEC_DECODES_WBMP
52 #endif
53 
54 #ifndef SK_CODEC_DECODES_WEBP
55 #define SK_CODEC_DECODES_WEBP
56 #endif
57 
58 #ifndef SK_DISABLE_TRACING
59 #define SK_DISABLE_TRACING
60 #endif
61 
62 #ifndef SK_ENABLE_AVX512_OPTS
63 #define SK_ENABLE_AVX512_OPTS
64 #endif
65 
66 #ifndef SK_ENABLE_DISCRETE_GPU
67 #define SK_ENABLE_DISCRETE_GPU
68 #endif
69 
70 #ifndef SK_ENABLE_DUMP_GPU
71 #define SK_ENABLE_DUMP_GPU
72 #endif
73 
74 #ifndef SK_ENABLE_PRECOMPILE
75 #define SK_ENABLE_PRECOMPILE
76 #endif
77 
78 #ifndef SK_GAMMA_APPLY_TO_A8
79 #define SK_GAMMA_APPLY_TO_A8
80 #endif
81 
82 #ifndef SK_GAMMA_CONTRAST
83 #define SK_GAMMA_CONTRAST 0.0
84 #endif
85 
86 #ifndef SK_GAMMA_EXPONENT
87 #define SK_GAMMA_EXPONENT 1.4
88 #endif
89 
90 #ifndef SK_GANESH
91 #define SK_GANESH
92 #endif
93 
94 #ifndef SK_GL
95 #define SK_GL
96 #endif
97 
98 #ifndef SK_GRAPHITE
99 #define SK_GRAPHITE
100 #endif
101 
102 #ifndef SK_HAS_WUFFS_LIBRARY
103 #define SK_HAS_WUFFS_LIBRARY
104 #endif
105 
106 #ifndef SK_PDF_USE_HARFBUZZ_SUBSET
107 #define SK_PDF_USE_HARFBUZZ_SUBSET
108 #endif
109 
110 #ifndef SK_TOOLS_REQUIRE_RESOURCES
111 #define SK_TOOLS_REQUIRE_RESOURCES
112 #endif
113 
114 #ifndef SK_USE_VMA
115 #define SK_USE_VMA
116 #endif
117 
118 #ifndef SK_VULKAN
119 #define SK_VULKAN
120 #endif
121 
122 #ifndef SK_XML
123 #define SK_XML
124 #endif
125 
126 #ifndef SK_BUILD_FOR_ANDROID
127     #error "SK_BUILD_FOR_ANDROID must be defined!"
128 #endif
129 #if defined(SK_BUILD_FOR_IOS) || defined(SK_BUILD_FOR_MAC) || \
130     defined(SK_BUILD_FOR_UNIX) || defined(SK_BUILD_FOR_WIN)
131     #error "Only SK_BUILD_FOR_ANDROID should be defined!"
132 #endif
133 
134 #undef SK_BUILD_FOR_ANDROID_FRAMEWORK
135