Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
extract.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#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(...)   __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)
 

Macro Definition Documentation

◆ LOG_TAG

#define LOG_TAG   "extractSyleInfo"

Definition at line 15 of file extract.cpp.

◆ LOGE

#define LOGE ( ...)    __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)

Definition at line 16 of file extract.cpp.

Function Documentation

◆ deserializeInternal()

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

Definition at line 35 of file extract.cpp.

References patch().

+ Here is the call graph for this function:

◆ fill9patchOffsets()

static void fill9patchOffsets ( Res_png_9patch20 * patch)
inlinestatic

Definition at line 94 of file extract.cpp.

References patch().

+ Here is the call graph for this function:

◆ 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 62 of file extract.cpp.

References colors, and pos.