Created
June 14, 2014 14:53
-
-
Save trevd/faeb4b18c6399744f582 to your computer and use it in GitHub Desktop.
tab tab tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifdef SK_BUILD_FOR_ANDROID | |
#include "SkPaintOptionsAndroid.h" | |
#ifdef SKPAINTOPTIONS_OPT | |
//For testing this optimization ensure you rebuild and push libandroid_runtime.so and libhwui.so | |
//everytime you build and push libskia.so | |
#undef SKPAINT_OPT_DEBUG | |
#ifdef SKPAINT_OPT_DEBUG | |
#define SkPaintOptDebugf(...) SkDebugf(__VA_ARGS__) | |
#else | |
#define SkPaintOptDebugf(...) | |
#endif | |
#endif | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment