Searched refs:brdHandle (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/jni/ |
D | BitmapRegionDecoder.cpp | 119 static jobject nativeDecodeRegion(JNIEnv* env, jobject, jlong brdHandle, jint inputX, in nativeDecodeRegion() argument 161 SkBitmapRegionDecoder* brd = reinterpret_cast<SkBitmapRegionDecoder*>(brdHandle); in nativeDecodeRegion() 232 static jint nativeGetHeight(JNIEnv* env, jobject, jlong brdHandle) { in nativeGetHeight() argument 234 reinterpret_cast<SkBitmapRegionDecoder*>(brdHandle); in nativeGetHeight() 238 static jint nativeGetWidth(JNIEnv* env, jobject, jlong brdHandle) { in nativeGetWidth() argument 240 reinterpret_cast<SkBitmapRegionDecoder*>(brdHandle); in nativeGetWidth() 244 static void nativeClean(JNIEnv* env, jobject, jlong brdHandle) { in nativeClean() argument 246 reinterpret_cast<SkBitmapRegionDecoder*>(brdHandle); in nativeClean()
|