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_JPEG_LIBRARY 12 #define SK_HAS_PNG_LIBRARY 13 #define SK_HAS_WEBP_LIBRARY 14 #define SK_SUPPORT_GPU 0 15 #define SK_SUPPORT_PDF 16 #define SK_XML 17 18 // Correct SK_BUILD_FOR flags that may have been set by 19 // SkPreConfig.h/Android.bp 20 #ifndef SK_BUILD_FOR_MAC 21 #define SK_BUILD_FOR_MAC 22 #endif 23 #ifdef SK_BUILD_FOR_ANDROID 24 #undef SK_BUILD_FOR_ANDROID 25 #endif 26 #if defined(SK_BUILD_FOR_ANDROID) || defined(SK_BUILD_FOR_IOS) || \ 27 defined(SK_BUILD_FOR_UNIX) || defined(SK_BUILD_FOR_WIN) 28 #error "Only SK_BUILD_FOR_MAC should be defined!" 29 #endif 30