blob: 2937d549ef5c6002b75e7e59e00e34cadf7249c2 [file] [log] [blame]
/*
* 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