edisonn@google.com | 3aac1f9 | 2013-07-02 22:42:53 +0000 | [diff] [blame^] | 1 | #ifndef __DEFINED__SkPdfConfig |
| 2 | #define __DEFINED__SkPdfConfig |
| 3 | |
| 4 | //#define PDF_TRACE |
| 5 | //#define PDF_TRACE_DIFF_IN_PNG |
| 6 | //#define PDF_DEBUG_NO_CLIPING |
| 7 | //#define PDF_DEBUG_NO_PAGE_CLIPING |
| 8 | //#define PDF_DEBUG_3X |
| 9 | |
| 10 | // TODO(edisonn): move in trace util. |
| 11 | #ifdef PDF_TRACE |
| 12 | void SkTraceMatrix(const SkMatrix& matrix, const char* sz); |
| 13 | void SkTraceRect(const SkRect& rect, const char* sz); |
| 14 | #else |
| 15 | #define SkTraceMatrix(a,b) |
| 16 | #define SkTraceRect(a,b) |
| 17 | #endif |
| 18 | |
| 19 | #endif // __DEFINED__SkPdfConfig |