Searched refs:native_create (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | PathMeasure.java | 33 native_instance = native_create(0, false); in PathMeasure() 53 native_instance = native_create(path != null ? path.readOnlyNI() : 0, in PathMeasure() 160 private static native long native_create(long native_path, boolean forceClosed); in native_create() method in PathMeasure
|
/frameworks/base/libs/hwui/jni/ |
D | ImageDecoder.cpp | 104 static jobject native_create(JNIEnv* env, std::unique_ptr<SkStream> stream, in native_create() function 176 return native_create(env, std::move(fileStream), source, preferAnimation); in ImageDecoder_nCreateFd() 192 return native_create(env, std::move(bufferedStream), source, preferAnimation); in ImageDecoder_nCreateInputStream() 199 return native_create(env, std::move(stream), source, preferAnimation); in ImageDecoder_nCreateAsset() 211 return native_create(env, std::move(stream), source, preferAnimation); in ImageDecoder_nCreateByteBuffer() 218 return native_create(env, std::move(stream), source, preferAnimation); in ImageDecoder_nCreateByteArray()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | PathMeasure_Delegate.java | 70 /*package*/ static long native_create(long native_path, boolean forceClosed) { in native_create() method in PathMeasure_Delegate
|