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

Side by Side Diff: src/pathops/SkPathOpsDebug.h

Issue 27044002: Clean up SkTypes.h. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: For patch -p1. Created 7 years, 2 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 | « src/gpu/gl/GrGLUtil.cpp ('k') | src/utils/SkDumpCanvas.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2013 Google Inc. 2 * Copyright 2013 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 #ifndef SkPathOpsDebug_DEFINED 7 #ifndef SkPathOpsDebug_DEFINED
8 #define SkPathOpsDebug_DEFINED 8 #define SkPathOpsDebug_DEFINED
9 9
10 #include "SkPathOps.h" 10 #include "SkPathOps.h"
11 #include "SkTypes.h" 11 #include "SkTypes.h"
12 #include <stdio.h>
12 13
13 #ifdef SK_RELEASE 14 #ifdef SK_RELEASE
14 #define FORCE_RELEASE 1 15 #define FORCE_RELEASE 1
15 #else 16 #else
16 #define FORCE_RELEASE 1 // set force release to 1 for multiple thread -- no deb ugging 17 #define FORCE_RELEASE 1 // set force release to 1 for multiple thread -- no deb ugging
17 #endif 18 #endif
18 19
19 #define ONE_OFF_DEBUG 0 20 #define ONE_OFF_DEBUG 0
20 #define ONE_OFF_DEBUG_MATHEMATICA 0 21 #define ONE_OFF_DEBUG_MATHEMATICA 0
21 22
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 166
166 // shorthand for calling from debugger 167 // shorthand for calling from debugger
167 void Dump(const SkTArray<class SkOpAngle, true>& angles); 168 void Dump(const SkTArray<class SkOpAngle, true>& angles);
168 void Dump(const SkTArray<class SkOpAngle* , true>& angles); 169 void Dump(const SkTArray<class SkOpAngle* , true>& angles);
169 void Dump(const SkTArray<class SkOpAngle, true>* angles); 170 void Dump(const SkTArray<class SkOpAngle, true>* angles);
170 void Dump(const SkTArray<class SkOpAngle* , true>* angles); 171 void Dump(const SkTArray<class SkOpAngle* , true>* angles);
171 172
172 #endif // SK_DEBUG || !FORCE_RELEASE 173 #endif // SK_DEBUG || !FORCE_RELEASE
173 174
174 #endif 175 #endif
OLDNEW
« no previous file with comments | « src/gpu/gl/GrGLUtil.cpp ('k') | src/utils/SkDumpCanvas.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698