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
14extern "C" {
15#endif
16/*
17 * Class:     org_skia_canvasproof_CreateSkiaPicture
18 * Method:    deleteImpl
19 * Signature: (J)V
20 */
21JNIEXPORT 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 */
29JNIEXPORT jlong JNICALL Java_org_skia_canvasproof_CreateSkiaPicture_createImpl
30  (JNIEnv *, jclass, jobject, jbyteArray);
31
32#ifdef __cplusplus
33}
34#endif
35#endif
36