Home
last modified time | relevance | path

Searched defs:JNIEnv (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/modules/androidkit/src/
DSkottieAnimation.cpp26 static void Animation_Release(JNIEnv, jobject, jlong native_animation) { in Animation_Release() argument
30 static jdouble Animation_GetDuration(JNIEnv, jobject, jlong native_animation) { in Animation_GetDuration() argument
35 static jdouble Animation_GetFrameCnt(JNIEnv, jobject, jlong native_animation) { in Animation_GetFrameCnt() argument
40 static jfloat Animation_GetWidth(JNIEnv, jobject, jlong native_animation) { in Animation_GetWidth() argument
45 static jfloat Animation_GetHeight(JNIEnv, jobject, jlong native_animation) { in Animation_GetHeight() argument
50 static void Animation_SeekFrame(JNIEnv, jobject, jlong native_animation, jdouble frame) { in Animation_SeekFrame() argument
56 static void Animation_SeekTime(JNIEnv, jobject, jlong native_animation, jdouble t) { in Animation_SeekTime() argument
62 static void Animation_Render(JNIEnv, jobject, jlong native_animation, jlong native_canvas) { in Animation_Render() argument
DPaint.cpp17 static jlong Paint_Create(JNIEnv*, jobject) { in Paint_Create() argument
21 static void Paint_Release(JNIEnv*, jobject, jlong native_paint) { in Paint_Release() argument
25 static void Paint_SetColor(JNIEnv*, jobject, jlong native_paint, in Paint_SetColor() argument
32 static void Paint_SetStroke(JNIEnv*, jobject, jlong native_paint, jboolean stroke) { in Paint_SetStroke() argument
38 static void Paint_SetStrokeWidth(JNIEnv*, jobject, jlong native_paint, jfloat width) { in Paint_SetStrokeWidth() argument
88 static void Paint_SetColorFilter(JNIEnv*, jobject, jlong native_paint, jlong native_cf) { in Paint_SetColorFilter() argument
94 static void Paint_SetShader(JNIEnv*, jobject, jlong native_paint, jlong native_shader) { in Paint_SetShader() argument
100 static void Paint_SetImageFilter(JNIEnv*, jobject, jlong native_paint, jlong native_filter) { in Paint_SetImageFilter() argument
DImage.cpp26 void Image_Release(JNIEnv*, jobject, jlong native_instance) { in Image_Release() argument
30 jint Image_GetWidth(JNIEnv*, jobject, jlong native_instance) { in Image_GetWidth() argument
35 jint Image_GetHeight(JNIEnv*, jobject, jlong native_instance) { in Image_GetHeight() argument
40 jlong Image_MakeShader(JNIEnv*, jobject, jlong native_instance, jint jtmx, jint jtmy, in Image_MakeShader() argument
DColorFilters.cpp31 static jlong MakeCompose(JNIEnv*, jobject, jlong outer, jlong inner) { in MakeCompose() argument
38 static void ColorFilter_Release(JNIEnv*, jobject, jlong native_cf) { in ColorFilter_Release() argument
DFont.cpp24 static void Font_Release(JNIEnv*, jobject, jlong native_Font) { in Font_Release() argument
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
Dnative-lib.cpp37 JNIEnv, in Java_com_mobileer_androidfxlab_NativeInterface_createAudioEngine() argument
43 JNIEnv, in Java_com_mobileer_androidfxlab_NativeInterface_destroyAudioEngine() argument
86 Java_com_mobileer_androidfxlab_NativeInterface_addDefaultEffectNative(JNIEnv *, jobject, jint jid) { in Java_com_mobileer_androidfxlab_NativeInterface_addDefaultEffectNative() argument
101 Java_com_mobileer_androidfxlab_NativeInterface_removeEffectNative(JNIEnv *, jobject, jint jind) { in Java_com_mobileer_androidfxlab_NativeInterface_removeEffectNative() argument
109 Java_com_mobileer_androidfxlab_NativeInterface_rotateEffectNative(JNIEnv *, jobject, in Java_com_mobileer_androidfxlab_NativeInterface_rotateEffectNative() argument
142 JNIEnv *, jobject, jint jindex, jboolean jenable) { in Java_com_mobileer_androidfxlab_NativeInterface_enableEffectNative() argument
152 JNIEnv *, jobject, jboolean jenable) { in Java_com_mobileer_androidfxlab_NativeInterface_enablePassthroughNative() argument
/third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/cpp/
DDrumPlayerJNI.cpp64 …LL Java_com_plausiblesoftware_drumthumper_DrumPlayer_teardownAudioStreamNative(JNIEnv* , jobject) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_teardownAudioStreamNative() argument
119 JNIEXPORT jboolean JNICALL Java_com_plausiblesoftware_drumthumper_DrumPlayer_getOutputReset(JNIEnv* in Java_com_plausiblesoftware_drumthumper_DrumPlayer_getOutputReset() argument
126 JNIEXPORT void JNICALL Java_com_plausiblesoftware_drumthumper_DrumPlayer_clearOutputReset(JNIEnv*, … in Java_com_plausiblesoftware_drumthumper_DrumPlayer_clearOutputReset() argument
133 JNIEXPORT void JNICALL Java_com_plausiblesoftware_drumthumper_DrumPlayer_restartStream(JNIEnv*, job… in Java_com_plausiblesoftware_drumthumper_DrumPlayer_restartStream() argument
/third_party/skia/tools/skqp/src/
Djni_skqp.cpp178 void Java_org_skia_skqp_SkQP_nMakeReport(JNIEnv*, jobject) { in Java_org_skia_skqp_SkQP_nMakeReport() argument