Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
extract.cpp File Reference

(8c626ad667ef50a610acc04403a908fbd068a654)

#include <QtCore/QJniEnvironment>
#include <alloca.h>
#include <android/log.h>
#include <extract.h>
#include <jni.h>
#include <stdlib.h>
Include dependency graph for extract.cpp:

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)

Macro Definition Documentation

◆ LOG_TAG

#define LOG_TAG   "extractSyleInfo"

Definition at line 13 of file extract.cpp.

◆ LOGE

#define LOGE ( ...)
Value:
__android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
#define LOG_TAG
Definition extract.cpp:13

Definition at line 14 of file extract.cpp.

Function Documentation

◆ deserializeInternal()

void deserializeInternal ( const void * inData,
Res_png_9patch * outData )
static

Definition at line 33 of file extract.cpp.

◆ fill9patchOffsets()

void fill9patchOffsets ( Res_png_9patch20 * patch)
inlinestatic

Definition at line 92 of file extract.cpp.

◆ Java_org_qtproject_qt_android_ExtractStyle_extractNativeChunkInfo20()

JNIEXPORT jintArray JNICALL Java_org_qtproject_qt_android_ExtractStyle_extractNativeChunkInfo20 ( JNIEnv * env,
jobject ,
long addr )

Definition at line 60 of file extract.cpp.