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 #define SK_ALLOW_STATIC_GLOBAL_INITIALIZERS 0
6 #define SK_CODEC_DECODES_RAW
7 #define SK_ENABLE_DISCRETE_GPU
8 #define SK_GAMMA_APPLY_TO_A8
9 #define SK_GAMMA_CONTRAST 0.0
10 #define SK_GAMMA_EXPONENT 1.4
11 #define SK_HAS_HEIF_LIBRARY
12 #define SK_HAS_JPEG_LIBRARY
13 #define SK_HAS_PNG_LIBRARY
14 #define SK_HAS_WEBP_LIBRARY
15 #define SK_SUPPORT_PDF
16 #define SK_VULKAN
17 #define SK_XML
18 
19 #ifndef SK_BUILD_FOR_ANDROID
20     #error "SK_BUILD_FOR_ANDROID must be defined!"
21 #endif
22 #if defined(SK_BUILD_FOR_IOS) || defined(SK_BUILD_FOR_MAC) || \
23     defined(SK_BUILD_FOR_UNIX) || defined(SK_BUILD_FOR_WIN)
24     #error "Only SK_BUILD_FOR_ANDROID should be defined!"
25 #endif
26