Home
last modified time | relevance | path

Searched refs:brdHandle (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/jni/
DBitmapRegionDecoder.cpp223 static jobject nativeDecodeRegion(JNIEnv* env, jobject, jlong brdHandle, jint inputX, in nativeDecodeRegion() argument
263 auto* brd = reinterpret_cast<BitmapRegionDecoderWrapper*>(brdHandle); in nativeDecodeRegion()
376 static jint nativeGetHeight(JNIEnv* env, jobject, jlong brdHandle) { in nativeGetHeight() argument
377 auto* brd = reinterpret_cast<BitmapRegionDecoderWrapper*>(brdHandle); in nativeGetHeight()
381 static jint nativeGetWidth(JNIEnv* env, jobject, jlong brdHandle) { in nativeGetWidth() argument
382 auto* brd = reinterpret_cast<BitmapRegionDecoderWrapper*>(brdHandle); in nativeGetWidth()
386 static void nativeClean(JNIEnv* env, jobject, jlong brdHandle) { in nativeClean() argument
387 auto* brd = reinterpret_cast<BitmapRegionDecoderWrapper*>(brdHandle); in nativeClean()