1 /* 2 * Copyright 2017 Google Inc. 3 * 4 * Use of this source code is governed by a BSD-style license that can be 5 * found in the LICENSE file. 6 */ 7 8 #ifndef SkUserConfigManual_DEFINED 9 #define SkUserConfigManual_DEFINED 10 #define GR_GL_CUSTOM_SETUP_HEADER "gl/GrGLConfig_chrome.h" 11 #define GR_TEST_UTILS 1 12 #define SKIA_DLL 13 #define SK_BUILD_FOR_ANDROID_FRAMEWORK 14 #define SK_DEFAULT_FONT_CACHE_LIMIT (768 * 1024) 15 #define SK_DEFAULT_GLOBAL_DISCARDABLE_MEMORY_POOL_SIZE (512 * 1024) 16 #define SK_USE_FREETYPE_EMBOLDEN 17 18 // Legacy flags 19 #define SK_IGNORE_GPU_DITHER 20 #define SK_SUPPORT_LEGACY_MASK_BLUR 21 #define SK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS 22 #define SK_SUPPORT_DEPRECATED_CLIPOPS 23 #define SK_SUPPORT_LEGACY_BILERP_IGNORING_HACK 24 // Needed until we fix https://bug.skia.org/2440 25 #define SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG 26 #define SK_SUPPORT_LEGACY_DRAWFILTER 27 #define SK_SUPPORT_LEGACY_EMBOSSMASKFILTER 28 #define SK_SUPPORT_LEGACY_GRADIENT_DITHERING 29 #define SK_SUPPORT_LEGACY_SHADER_ISABITMAP 30 #define SK_SUPPORT_LEGACY_TILED_BITMAPS 31 #define SK_SUPPORT_LEGACY_RADIAL_GRADIENT 32 #endif // SkUserConfigManual_DEFINED 33 34