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

Side by Side Diff: platform_tools/android/app/jni/com_skia_SkiaSampleRenderer.h

Issue 1136753003: Add android_launch_app script to allow command line options to be passed to the sampleApp when star… (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | platform_tools/android/app/jni/com_skia_SkiaSampleRenderer.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 /* DO NOT EDIT THIS FILE - it is machine generated */ 1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h> 2 #include <jni.h>
3 /* Header for class com_skia_SkiaSampleRenderer */ 3 /* Header for class com_skia_SkiaSampleRenderer */
4 4
5 #ifndef _Included_com_skia_SkiaSampleRenderer 5 #ifndef _Included_com_skia_SkiaSampleRenderer
6 #define _Included_com_skia_SkiaSampleRenderer 6 #define _Included_com_skia_SkiaSampleRenderer
7 #ifdef __cplusplus 7 #ifdef __cplusplus
8 extern "C" { 8 extern "C" {
9 #endif 9 #endif
10 /* 10 /*
11 * Class: com_skia_SkiaSampleRenderer 11 * Class: com_skia_SkiaSampleRenderer
12 * Method: init 12 * Method: init
13 * Signature: (Lcom/skia/SkiaSampleActivity;I)V 13 * Signature: (Lcom/skia/SkiaSampleActivity;Ljava/lang/String;I)V
14 */ 14 */
15 JNIEXPORT void JNICALL Java_com_skia_SkiaSampleRenderer_init 15 JNIEXPORT void JNICALL Java_com_skia_SkiaSampleRenderer_init
16 (JNIEnv *, jobject, jobject, jint); 16 (JNIEnv *, jobject, jobject, jstring, jint);
17 17
18 /* 18 /*
19 * Class: com_skia_SkiaSampleRenderer 19 * Class: com_skia_SkiaSampleRenderer
20 * Method: term 20 * Method: term
21 * Signature: ()V 21 * Signature: ()V
22 */ 22 */
23 JNIEXPORT void JNICALL Java_com_skia_SkiaSampleRenderer_term 23 JNIEXPORT void JNICALL Java_com_skia_SkiaSampleRenderer_term
24 (JNIEnv *, jobject); 24 (JNIEnv *, jobject);
25 25
26 /* 26 /*
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 * Method: postInval 148 * Method: postInval
149 * Signature: ()V 149 * Signature: ()V
150 */ 150 */
151 JNIEXPORT void JNICALL Java_com_skia_SkiaSampleRenderer_postInval 151 JNIEXPORT void JNICALL Java_com_skia_SkiaSampleRenderer_postInval
152 (JNIEnv *, jobject); 152 (JNIEnv *, jobject);
153 153
154 #ifdef __cplusplus 154 #ifdef __cplusplus
155 } 155 }
156 #endif 156 #endif
157 #endif 157 #endif
OLDNEW
« no previous file with comments | « no previous file | platform_tools/android/app/jni/com_skia_SkiaSampleRenderer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698