| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |