Searched defs:jobject (Results 1 – 2 of 2) sorted by relevance
| /graphics/graphics-path/src/main/cpp/ |
| D | pathway.cpp | 34 static jlong createPathIterator(JNIEnv* env, jobject, in createPathIterator() argument 84 static void destroyPathIterator(JNIEnv*, jobject, jlong pathIterator_) { in destroyPathIterator() argument 90 static jboolean pathIteratorHasNext(JNIEnv*, jobject, jlong pathIterator_) { in pathIteratorHasNext() argument 94 static jint conicToQuadraticsWrapper(JNIEnv* env, jobject, in conicToQuadraticsWrapper() argument 112 static jint pathIteratorNext(JNIEnv* env, jobject, in pathIteratorNext() argument 126 static jint pathIteratorPeek(JNIEnv*, jobject, jlong pathIterator_) { in pathIteratorPeek() argument 130 static jint pathIteratorRawSize(JNIEnv*, jobject, jlong pathIterator_) { in pathIteratorRawSize() argument 134 static jint pathIteratorSize(JNIEnv*, jobject, jlong pathIterator_) { in pathIteratorSize() argument
|
| /graphics/graphics-core/src/main/cpp/ |
| D | sync_fence.cpp | 39 void SyncFence_nClose(JNIEnv *env, jobject, jint fd) { in SyncFence_nClose() argument 232 jboolean SyncFence_nWait(JNIEnv *env, jobject, jint fd, jint timeout_millis) { in SyncFence_nWait() argument 254 jint SyncFence_nDup(JNIEnv *env, jobject, jint fd) { in SyncFence_nDup() argument
|