| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2015 Skia | 2 * Copyright 2015 Skia |
| 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 /* DO NOT EDIT THIS FILE - it is machine generated */ | 8 /* DO NOT EDIT THIS FILE - it is machine generated */ |
| 9 #include <jni.h> | 9 #include <jni.h> |
| 10 /* Header for class com_skia_SkiaSampleRenderer */ | 10 /* Header for class com_skia_SkiaSampleRenderer */ |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 * Method: postInval | 155 * Method: postInval |
| 156 * Signature: ()V | 156 * Signature: ()V |
| 157 */ | 157 */ |
| 158 JNIEXPORT void JNICALL Java_com_skia_SkiaSampleRenderer_postInval | 158 JNIEXPORT void JNICALL Java_com_skia_SkiaSampleRenderer_postInval |
| 159 (JNIEnv *, jobject); | 159 (JNIEnv *, jobject); |
| 160 | 160 |
| 161 #ifdef __cplusplus | 161 #ifdef __cplusplus |
| 162 } | 162 } |
| 163 #endif | 163 #endif |
| 164 #endif | 164 #endif |
| OLD | NEW |