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

Side by Side Diff: platform_tools/android/apps/canvasproof/src/main/jni/org_skia_canvasproof_CreateSkiaPicture.h

Issue 1258123004: android/apps: Add CanvasProof App; (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-09-04 (Friday) 13:29:02 EDT Created 5 years, 3 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
OLDNEW
(Empty)
1 /*
2 * Copyright 2015 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7 /* DO NOT EDIT THIS FILE - it is machine generated */
8 #include <jni.h>
9 /* Header for class org_skia_canvasproof_CreateSkiaPicture */
10
11 #ifndef _Included_org_skia_canvasproof_CreateSkiaPicture
12 #define _Included_org_skia_canvasproof_CreateSkiaPicture
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 /*
17 * Class: org_skia_canvasproof_CreateSkiaPicture
18 * Method: deleteImpl
19 * Signature: (J)V
20 */
21 JNIEXPORT void JNICALL Java_org_skia_canvasproof_CreateSkiaPicture_deleteImpl
22 (JNIEnv *, jclass, jlong);
23
24 /*
25 * Class: org_skia_canvasproof_CreateSkiaPicture
26 * Method: createImpl
27 * Signature: (Ljava/io/InputStream;[B)J
28 */
29 JNIEXPORT jlong JNICALL Java_org_skia_canvasproof_CreateSkiaPicture_createImpl
30 (JNIEnv *, jclass, jobject, jbyteArray);
31
32 #ifdef __cplusplus
33 }
34 #endif
35 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698