Searched defs:ptrXArray (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp4613 jint* ptrXArray = env->GetIntArrayElements(xArray, 0); local
4619 points[c].setX(ptrXArray[c]);
4623 env->ReleaseIntArrayElements(xArray, ptrXArray, JNI_ABORT);

Completed in 65 milliseconds