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_CODEC_DECODES_RAW 7 #define SK_CODEC_DECODES_RAW 8 #endif 9 10 #ifndef SK_ENABLE_SKSL_INTERPRETER 11 #define SK_ENABLE_SKSL_INTERPRETER 12 #endif 13 14 #ifndef SK_GAMMA_APPLY_TO_A8 15 #define SK_GAMMA_APPLY_TO_A8 16 #endif 17 18 #ifndef SK_GAMMA_CONTRAST 19 #define SK_GAMMA_CONTRAST 0.0 20 #endif 21 22 #ifndef SK_GAMMA_EXPONENT 23 #define SK_GAMMA_EXPONENT 1.4 24 #endif 25 26 #ifndef SK_GL 27 #define SK_GL 28 #endif 29 30 #ifndef SK_HAS_HEIF_LIBRARY 31 #define SK_HAS_HEIF_LIBRARY 32 #endif 33 34 #ifndef SK_HAS_JPEG_LIBRARY 35 #define SK_HAS_JPEG_LIBRARY 36 #endif 37 38 #ifndef SK_HAS_PNG_LIBRARY 39 #define SK_HAS_PNG_LIBRARY 40 #endif 41 42 #ifndef SK_HAS_WEBP_LIBRARY 43 #define SK_HAS_WEBP_LIBRARY 44 #endif 45 46 #ifndef SK_SUPPORT_PDF 47 #define SK_SUPPORT_PDF 48 #endif 49 50 #ifndef SK_USE_LIBGIFCODEC 51 #define SK_USE_LIBGIFCODEC 52 #endif 53 54 #ifndef SK_VULKAN 55 #define SK_VULKAN 56 #endif 57 58 #ifndef SK_XML 59 #define SK_XML 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