![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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(...) |
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 13 of file extract.cpp.
#define LOGE | ( | ... | ) |
Definition at line 14 of file extract.cpp.
Definition at line 33 of file extract.cpp.
|
inlinestatic |
Definition at line 92 of file extract.cpp.
JNIEXPORT jintArray JNICALL Java_org_qtproject_qt_android_ExtractStyle_extractNativeChunkInfo20 | ( | JNIEnv * | env, |
jobject | , | ||
long | addr ) |
Definition at line 60 of file extract.cpp.