/frameworks/base/core/jni/ |
com_google_android_gles_jni_GLImpl.cpp | 273 (JNIEnv *_env, jobject _this, jint func, jfloat ref) { 322 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) { 346 (JNIEnv *_env, jobject _this, jfloat depth) { 382 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) [all...] |
android_opengl_GLES20.cpp | 421 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) { 574 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) { 586 (JNIEnv *_env, jobject _this, jfloat depth) { [all...] |
android_opengl_GLES11Ext.cpp | 652 (JNIEnv *_env, jobject _this, jfloat x, jfloat y, jfloat z, jfloat width, jfloat height) { [all...] |
android_os_Parcel.cpp | 209 static void android_os_Parcel_writeFloat(JNIEnv* env, jclass clazz, jint nativePtr, jfloat val) 318 static jfloat android_os_Parcel_readFloat(JNIEnv* env, jclass clazz, jint nativePtr)
|
/frameworks/base/core/jni/android/graphics/ |
Movie.cpp | 70 jfloat fx, jfloat fy, jobject jpaint) {
|
TextLayoutCache.cpp | 326 return sizeof(TextLayoutValue) + sizeof(jfloat) * mAdvances.capacity() + 327 sizeof(jchar) * mGlyphs.capacity() + sizeof(jfloat) * mPos.capacity(); 359 Vector<jfloat>* const outAdvances, jfloat* outTotalAdvance, SkRect* outBounds, 360 Vector<jchar>* const outGlyphs, Vector<jfloat>* const outPos) { 676 Vector<jfloat>* const outAdvances, jfloat* outTotalAdvance, SkRect* outBounds, 677 Vector<jchar>* const outGlyphs, Vector<jfloat>* const outPos) { 703 jfloat totalAdvance = *outTotalAdvance; [all...] |
/frameworks/base/media/mca/filterfw/jni/ |
jni_util.cpp | 153 jfloat* elems = env->GetFloatArrayElements(static_cast<jfloatArray>(object), NULL); 185 reinterpret_cast<const jfloat*>(GetFloatArrayValue(value)));
|
jni_gl_frame.cpp | 175 jfloat* float_ptr = env->GetFloatArrayElements(floats, NULL); 199 jfloat* float_array = env->GetFloatArrayElements(result, NULL);
|
/external/chromium_org/ui/gl/android/ |
surface_texture.cc | 64 jfloat* elements = env->GetFloatArrayElements(jmatrix.obj(), &is_copy);
|
/packages/apps/Gallery2/jni/filters/ |
edge.c | 20 void JNIFUNCF(ImageFilterEdge, nativeApplyFilter, jobject bitmap, jint width, jint height, jfloat p)
|
geometry.c | 165 void JNIFUNCF(ImageFilterGeometry, nativeApplyFilterStraighten, jobject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth, jint dstHeight, jfloat straightenAngle) {
|
/art/runtime/native/ |
dalvik_system_VMRuntime.cc | 38 static jfloat VMRuntime_getTargetHeapUtilization(JNIEnv*, jobject) { 42 static void VMRuntime_nativeSetTargetHeapUtilization(JNIEnv*, jobject, jfloat target) {
|
java_lang_reflect_Field.cc | 155 static jfloat Field_getFloat(JNIEnv* env, jobject javaField, jobject javaObj) { 294 static void Field_setFloat(JNIEnv* env, jobject javaField, jobject javaObj, jfloat f) {
|
/art/runtime/ |
jni_internal.cc | [all...] |
/libcore/luni/src/main/native/ |
libcore_icu_NativeConverter.cpp | 316 static jfloat NativeConverter_getAveBytesPerChar(JNIEnv*, jclass, jlong address) { 503 static jfloat NativeConverter_getAveCharsPerByte(JNIEnv* env, jclass, jlong handle) { 504 return (1 / (jfloat) NativeConverter_getMaxBytesPerChar(env, NULL, handle));
|
/cts/tests/tests/rscpp/librscpptest/ |
rs_jni.cpp | 89 jfloat * coeffs = env->GetFloatArrayElements(coeffArray, NULL); 214 jfloat * coeffs = env->GetFloatArrayElements(coeffArray, NULL);
|
/frameworks/base/graphics/jni/ |
android_renderscript_RenderScript.cpp | 642 jfloat *ptr = _env->GetFloatArrayElements(data, NULL); 697 jfloat *ptr = _env->GetFloatArrayElements(data, NULL); 765 jfloat *ptr = _env->GetFloatArrayElements(data, NULL); 830 jfloat *ptr = _env->GetFloatArrayElements(data, NULL); [all...] |
/cts/tests/tests/opengl/libopengltest/ |
gl2_jni_libone.cpp | 143 jfloat *lColor = env->GetFloatArrayElements(color,0);
|
/external/chromium_org/android_webview/native/ |
aw_contents.h | 176 void SetDipScale(JNIEnv* env, jobject obj, jfloat dip_scale);
|
/external/chromium_org/base/android/ |
jni_array.cc | 179 jfloat* floats = env->GetFloatArrayElements(float_array, NULL);
|
/external/svox/pico/compat/jni/ |
com_android_tts_compat_SynthProxy.cpp | 313 jfloat filterGain, jfloat attenuationInDb, jfloat freqInHz, jfloat slope)
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/ |
libjnigraphics.so | |
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/ |
libjnigraphics.so | |
/prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/ |
libjnigraphics.so | |
/external/chromium_org/third_party/npapi/npspy/extern/java/ |
jriext.h | 405 typedef jfloat 435 (*JRI_SetVar_float_t)(JRIDebuggerEnv* env, jsize frameIndex, jsize varIndex, jfloat value);
|