edisonn@google.com | cf2cfa1 | 2013-08-21 16:31:37 +0000 | [diff] [blame^] | 1 | /* |
| 2 | * Copyright 2013 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 SkPdfConfig_DEFINED |
| 9 | #define SkPdfConfig_DEFINED |
edisonn@google.com | 3aac1f9 | 2013-07-02 22:42:53 +0000 | [diff] [blame] | 10 | |
| 11 | //#define PDF_TRACE |
edisonn@google.com | 2ccc3af | 2013-07-23 17:43:18 +0000 | [diff] [blame] | 12 | //#define PDF_TRACE_READ_TOKEN |
edisonn@google.com | 3aa3555 | 2013-08-14 18:26:20 +0000 | [diff] [blame] | 13 | //#define PDF_TRACE_DRAWTEXT |
edisonn@google.com | 3aac1f9 | 2013-07-02 22:42:53 +0000 | [diff] [blame] | 14 | //#define PDF_TRACE_DIFF_IN_PNG |
| 15 | //#define PDF_DEBUG_NO_CLIPING |
| 16 | //#define PDF_DEBUG_NO_PAGE_CLIPING |
| 17 | //#define PDF_DEBUG_3X |
| 18 | |
edisonn@google.com | cf2cfa1 | 2013-08-21 16:31:37 +0000 | [diff] [blame^] | 19 | #endif // SkPdfConfig_DEFINED |