HomeSort by relevance Sort by last modified time
    Searched refs:SK_BUILD_FOR_ANDROID (Results 1 - 25 of 44) sorted by null

1 2

  /external/skia/tools/
AndroidSkDebugToStdOut.cpp 8 // Need to include SkTypes before checking SK_BUILD_FOR_ANDROID, so it will be
11 #ifdef SK_BUILD_FOR_ANDROID
24 #endif // SK_BUILD_FOR_ANDROID
ProcStats.cpp 10 #if defined(SK_BUILD_FOR_UNIX) || defined(SK_BUILD_FOR_MAC) || defined(SK_BUILD_FOR_IOS) || defined(SK_BUILD_FOR_ANDROID)
44 #elif defined(SK_BUILD_FOR_UNIX) || defined(SK_BUILD_FOR_ANDROID) // N.B. /proc is Linux-only.
ThermalManager.h 14 #if defined(SK_BUILD_FOR_ANDROID) || defined(SK_BUILD_FOR_UNIX)
  /external/skia/src/ports/
SkDebug_stdio.cpp 9 #if !defined(SK_BUILD_FOR_WIN32) && !defined(SK_BUILD_FOR_ANDROID)
20 #endif//!defined(SK_BUILD_FOR_WIN32) && !defined(SK_BUILD_FOR_ANDROID)
SkDebug_android.cpp 9 #if defined(SK_BUILD_FOR_ANDROID)
36 #endif//defined(SK_BUILD_FOR_ANDROID)
SkFontMgr_android_factory.cpp 8 #if defined(SK_BUILD_FOR_ANDROID)
48 #endif//defined(SK_BUILD_FOR_ANDROID)
SkOSFile_stdio.cpp 147 #if !defined(_WIN32) && !defined(SK_BUILD_FOR_ANDROID) && !defined(__UCLIBC__) \
  /external/skia/tests/
VarAllocTest.cpp 16 #if !defined(SK_BUILD_FOR_ANDROID) && !defined(__UCLIBC__)
TypefaceTest.cpp 22 #ifdef SK_BUILD_FOR_ANDROID
  /external/skia/src/gpu/
GrAutoLocaleSetter.h 17 #if !defined(SK_BUILD_FOR_ANDROID)
25 #if defined(SK_BUILD_FOR_ANDROID) || defined(__UCLIBC__) || defined(_NEWLIB_VERSION)
  /external/skia/include/core/
SkPreConfig.h 21 #if !defined(SK_BUILD_FOR_ANDROID) && !defined(SK_BUILD_FOR_IOS) && !defined(SK_BUILD_FOR_WIN32) && !defined(SK_BUILD_FOR_UNIX) && !defined(SK_BUILD_FOR_MAC)
30 #define SK_BUILD_FOR_ANDROID
49 #if defined(SK_BUILD_FOR_ANDROID_FRAMEWORK) && !defined(SK_BUILD_FOR_ANDROID)
50 #define SK_BUILD_FOR_ANDROID
SkTRegistry.h 24 #ifdef SK_BUILD_FOR_ANDROID
SkUserConfig.h 189 #define SK_BUILD_FOR_ANDROID
SkPostConfig.h 324 # if defined(SK_BUILD_FOR_ANDROID)
SkBitmap.h 647 #ifdef SK_BUILD_FOR_ANDROID
756 #ifdef SK_BUILD_FOR_ANDROID
    [all...]
  /external/skia/src/core/
SkUtilsArm.cpp 19 #if defined(SK_BUILD_FOR_ANDROID)
32 #ifdef SK_BUILD_FOR_ANDROID
36 #else // SK_BUILD_FOR_ANDROID
123 #endif // SK_BUILD_FOR_ANDROID
SkOpts.cpp 60 defined(SK_BUILD_FOR_ANDROID) && \
137 defined(SK_BUILD_FOR_ANDROID) && \
  /external/skia/bench/
BenchLogger.h 64 #ifdef SK_BUILD_FOR_ANDROID
  /external/skia/platform_tools/android/tests/
generate_user_config_tests.py 37 defines = [ 'SK_BUILD_FOR_ANDROID',
  /external/skia/src/views/sdl/
SkOSWindow_SDL.cpp 10 #if defined(SK_BUILD_FOR_ANDROID)
172 #if defined(SK_BUILD_FOR_ANDROID)
179 #if defined(SK_BUILD_FOR_ANDROID)
375 #if defined(SK_BUILD_FOR_ANDROID)
  /external/skia/include/views/
SkWindow.h 125 #elif defined(SK_BUILD_FOR_ANDROID)
  /external/skia/example/
SkiaSDLExample.cpp 18 #if defined(SK_BUILD_FOR_ANDROID)
102 #if defined(SK_BUILD_FOR_ANDROID)
113 #if defined(SK_BUILD_FOR_ANDROID)
  /external/skia/include/private/
SkFloatingPoint.h 81 #ifdef SK_BUILD_FOR_ANDROID
  /external/skia/include/utils/
SkCamera.h 131 #ifdef SK_BUILD_FOR_ANDROID
  /external/skia/src/effects/
SkBlurDrawLooper.cpp 122 #ifdef SK_BUILD_FOR_ANDROID

Completed in 1139 milliseconds

1 2