![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/QJniEnvironment>
#include <alloca.h>
#include <android/log.h>
#include <extract.h>
#include <jni.h>
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | LOG_TAG "extractSyleInfo" |
#define | LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) |
Functions | |
static void | deserializeInternal (const void *inData, Res_png_9patch *outData) |
JNIEXPORT jintArray JNICALL | Java_org_qtproject_qt_android_ExtractStyle_extractNativeChunkInfo20 (JNIEnv *env, jobject, long addr) |
static void | fill9patchOffsets (Res_png_9patch20 *patch) |
#define LOG_TAG "extractSyleInfo" |
Definition at line 15 of file extract.cpp.
#define LOGE | ( | ... | ) | __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) |
Definition at line 16 of file extract.cpp.
Definition at line 35 of file extract.cpp.
|
inlinestatic |
Definition at line 94 of file extract.cpp.
JNIEXPORT jintArray JNICALL Java_org_qtproject_qt_android_ExtractStyle_extractNativeChunkInfo20 | ( | JNIEnv * | env, |
jobject | , | ||
long | addr | ||
) |
Definition at line 62 of file extract.cpp.