Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Side by Side Diff: experimental/PdfViewer/SkPdfConfig.h

Issue 23361009: pdfviewer: code cleanup - add licence on files, make replace __DEFINE__foo with foo_DEFINED to matc… (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « experimental/PdfViewer/SkNulCanvas.cpp ('k') | experimental/PdfViewer/SkPdfFont.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #ifndef __DEFINED__SkPdfConfig 1 /*
2 #define __DEFINED__SkPdfConfig 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
3 10
4 //#define PDF_TRACE 11 //#define PDF_TRACE
5 //#define PDF_TRACE_READ_TOKEN 12 //#define PDF_TRACE_READ_TOKEN
6 //#define PDF_TRACE_DRAWTEXT 13 //#define PDF_TRACE_DRAWTEXT
7 //#define PDF_TRACE_DIFF_IN_PNG 14 //#define PDF_TRACE_DIFF_IN_PNG
8 //#define PDF_DEBUG_NO_CLIPING 15 //#define PDF_DEBUG_NO_CLIPING
9 //#define PDF_DEBUG_NO_PAGE_CLIPING 16 //#define PDF_DEBUG_NO_PAGE_CLIPING
10 //#define PDF_DEBUG_3X 17 //#define PDF_DEBUG_3X
11 18
12 #endif // __DEFINED__SkPdfConfig 19 #endif // SkPdfConfig_DEFINED
OLDNEW
« no previous file with comments | « experimental/PdfViewer/SkNulCanvas.cpp ('k') | experimental/PdfViewer/SkPdfFont.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698