Searched defs:chunkHandle (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DNinePatch.cpp122 jlong bitmapHandle, jlong chunkHandle, jlong paintHandle,
126 Res_png_9patch* chunk = reinterpret_cast<Res_png_9patch*>(chunkHandle);
141 jlong bitmapHandle, jlong chunkHandle, jlong paintHandle,
145 Res_png_9patch* chunk = reinterpret_cast<Res_png_9patch*>(chunkHandle);
159 jlong chunkHandle, jobject boundsRect) {
161 Res_png_9patch* chunk = reinterpret_cast<Res_png_9patch*>(chunkHandle);
121 drawF(JNIEnv* env, jobject, jlong canvasHandle, jobject boundsRectF, jlong bitmapHandle, jlong chunkHandle, jlong paintHandle, jint destDensity, jint srcDensity) argument
140 drawI(JNIEnv* env, jobject, jlong canvasHandle, jobject boundsRect, jlong bitmapHandle, jlong chunkHandle, jlong paintHandle, jint destDensity, jint srcDensity) argument
158 getTransparentRegion(JNIEnv* env, jobject, jlong bitmapHandle, jlong chunkHandle, jobject boundsRect) argument

Completed in 36 milliseconds