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

Side by Side Diff: include/c/sk_types.h

Issue 1261953006: C API: remove dead code, simplify boilerplate (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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
« no previous file with comments | « include/c/sk_surface.h ('k') | src/c/sk_surface.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 2014 Google Inc. 2 * Copyright 2014 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 7
8 // EXPERIMENTAL EXPERIMENTAL EXPERIMENTAL EXPERIMENTAL 8 // EXPERIMENTAL EXPERIMENTAL EXPERIMENTAL EXPERIMENTAL
9 // DO NOT USE -- FOR INTERNAL TESTING ONLY 9 // DO NOT USE -- FOR INTERNAL TESTING ONLY
10 10
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 typedef struct sk_maskfilter_t sk_maskfilter_t; 103 typedef struct sk_maskfilter_t sk_maskfilter_t;
104 typedef struct sk_paint_t sk_paint_t; 104 typedef struct sk_paint_t sk_paint_t;
105 typedef struct sk_path_t sk_path_t; 105 typedef struct sk_path_t sk_path_t;
106 typedef struct sk_picture_t sk_picture_t; 106 typedef struct sk_picture_t sk_picture_t;
107 typedef struct sk_picture_recorder_t sk_picture_recorder_t; 107 typedef struct sk_picture_recorder_t sk_picture_recorder_t;
108 typedef struct sk_shader_t sk_shader_t; 108 typedef struct sk_shader_t sk_shader_t;
109 typedef struct sk_surface_t sk_surface_t; 109 typedef struct sk_surface_t sk_surface_t;
110 110
111 //////////////////////////////////////////////////////////////////////////////// ////////// 111 //////////////////////////////////////////////////////////////////////////////// //////////
112 112
113 #ifdef __cplusplus
114 class SkCanvas;
115 void sk_test_capi(SkCanvas*);
116 #endif
117
118 SK_C_PLUS_PLUS_END_GUARD 113 SK_C_PLUS_PLUS_END_GUARD
119 114
120 #endif 115 #endif
OLDNEW
« no previous file with comments | « include/c/sk_surface.h ('k') | src/c/sk_surface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698