Searched defs:SK_BUILD_FOR_ANDROID (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSkPreConfig.h19 #if !defined(SK_BUILD_FOR_ANDROID) && !defined(SK_BUILD_FOR_ANDROID_NDK) && !defined(SK_BUILD_FOR_IOS) && !defined(SK_BUILD_FOR_PALM) && !defined(SK_BUILD_FOR_WINCE) && !defined(SK_BUILD_FOR_WIN32) && !defined(SK_BUILD_FOR_SYMBIAN) && !defined(SK_BUILD_FOR_UNIX) && !defined(SK_BUILD_FOR_MAC) && !defined(SK_BUILD_FOR_SDL) && !defined(SK_BUILD_FOR_BREW)
36 #define SK_BUILD_FOR_ANDROID macro
53 #if defined(SK_BUILD_FOR_ANDROID_NDK) && !defined(SK_BUILD_FOR_ANDROID)
54 #define SK_BUILD_FOR_ANDROID macro

Completed in 59 milliseconds