aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android/apps/canvasproof/src/main/jni/org_skia_canvasproof_CreateSkiaPicture.h
blob: 2937d549ef5c6002b75e7e59e00e34cadf7249c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*
 * Copyright 2015 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_skia_canvasproof_CreateSkiaPicture */

#ifndef _Included_org_skia_canvasproof_CreateSkiaPicture
#define _Included_org_skia_canvasproof_CreateSkiaPicture
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     org_skia_canvasproof_CreateSkiaPicture
 * Method:    deleteImpl
 * Signature: (J)V
 */
JNIEXPORT void JNICALL Java_org_skia_canvasproof_CreateSkiaPicture_deleteImpl
  (JNIEnv *, jclass, jlong);

/*
 * Class:     org_skia_canvasproof_CreateSkiaPicture
 * Method:    createImpl
 * Signature: (Ljava/io/InputStream;[B)J
 */
JNIEXPORT jlong JNICALL Java_org_skia_canvasproof_CreateSkiaPicture_createImpl
  (JNIEnv *, jclass, jobject, jbyteArray);

#ifdef __cplusplus
}
#endif
#endif