Home
last modified time | relevance | path

Searched refs:pointsArray (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/libs/hwui/jni/
H A DPathIterator.cpp46 static jint next(CRITICAL_JNI_PARAMS_COMMA jlong iteratorHandle, jlong pointsArray) { in next() argument
56 float* points = reinterpret_cast<float*>(pointsArray); in next()