69 lines
1.2 KiB
C
69 lines
1.2 KiB
C
// DO NOT MODIFY! This file is autogenerated by gn_to_bp.py.
|
|
// If need to change a define, modify SkUserConfigManual.h
|
|
#pragma once
|
|
#include "SkUserConfigManual.h"
|
|
|
|
#ifndef SK_CODEC_DECODES_RAW
|
|
#define SK_CODEC_DECODES_RAW
|
|
#endif
|
|
|
|
#ifndef SK_ENABLE_SKSL_INTERPRETER
|
|
#define SK_ENABLE_SKSL_INTERPRETER
|
|
#endif
|
|
|
|
#ifndef SK_GAMMA_APPLY_TO_A8
|
|
#define SK_GAMMA_APPLY_TO_A8
|
|
#endif
|
|
|
|
#ifndef SK_GAMMA_CONTRAST
|
|
#define SK_GAMMA_CONTRAST 0.0
|
|
#endif
|
|
|
|
#ifndef SK_GAMMA_EXPONENT
|
|
#define SK_GAMMA_EXPONENT 1.4
|
|
#endif
|
|
|
|
#ifndef SK_GL
|
|
#define SK_GL
|
|
#endif
|
|
|
|
#ifndef SK_HAS_HEIF_LIBRARY
|
|
#define SK_HAS_HEIF_LIBRARY
|
|
#endif
|
|
|
|
#ifndef SK_HAS_JPEG_LIBRARY
|
|
#define SK_HAS_JPEG_LIBRARY
|
|
#endif
|
|
|
|
#ifndef SK_HAS_PNG_LIBRARY
|
|
#define SK_HAS_PNG_LIBRARY
|
|
#endif
|
|
|
|
#ifndef SK_HAS_WEBP_LIBRARY
|
|
#define SK_HAS_WEBP_LIBRARY
|
|
#endif
|
|
|
|
#ifndef SK_SUPPORT_PDF
|
|
#define SK_SUPPORT_PDF
|
|
#endif
|
|
|
|
#ifndef SK_USE_LIBGIFCODEC
|
|
#define SK_USE_LIBGIFCODEC
|
|
#endif
|
|
|
|
#ifndef SK_VULKAN
|
|
#define SK_VULKAN
|
|
#endif
|
|
|
|
#ifndef SK_XML
|
|
#define SK_XML
|
|
#endif
|
|
|
|
#ifndef SK_BUILD_FOR_ANDROID
|
|
#error "SK_BUILD_FOR_ANDROID must be defined!"
|
|
#endif
|
|
#if defined(SK_BUILD_FOR_IOS) || defined(SK_BUILD_FOR_MAC) || \
|
|
defined(SK_BUILD_FOR_UNIX) || defined(SK_BUILD_FOR_WIN)
|
|
#error "Only SK_BUILD_FOR_ANDROID should be defined!"
|
|
#endif
|