Searched refs:borobj (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | turbojpeg-jni.c | 1005 jobject arrayRegionObj, planeRegionObj, bufobj, borobj; in JNICustomFilter() local 1015 bailif0(borobj = (*env)->CallStaticObjectMethod(env, cls, mid)); in JNICustomFilter() 1019 (*env)->CallObjectMethod(env, bufobj, mid, borobj); in JNICustomFilter()
|
/third_party/libjpeg-turbo/ |
D | turbojpeg-jni.c | 1065 jobject arrayRegionObj, planeRegionObj, bufobj, borobj; in JNICustomFilter() local 1075 BAILIF0(borobj = (*env)->CallStaticObjectMethod(env, cls, mid)); in JNICustomFilter() 1079 (*env)->CallObjectMethod(env, bufobj, mid, borobj); in JNICustomFilter()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | turbojpeg-jni.c | 1045 jobject arrayRegionObj, planeRegionObj, bufobj, borobj; in JNICustomFilter() local 1055 BAILIF0(borobj = (*env)->CallStaticObjectMethod(env, cls, mid)); in JNICustomFilter() 1059 (*env)->CallObjectMethod(env, bufobj, mid, borobj); in JNICustomFilter()
|