Searched refs:autoDst (Results 1 – 1 of 1) sorted by relevance
217 AutoJavaFloatArray autoDst(env, jdst, dstIndex + (ptCount << 1), kRW_JNIAccess); in setPolyToPoly() local219 float* dst = autoDst.ptr() + dstIndex; in setPolyToPoly()244 AutoJavaFloatArray autoDst(env, dst, dstIndex + (ptCount << 1), kRW_JNIAccess); in mapPoints() local246 float* dstArray = autoDst.ptr() + dstIndex; in mapPoints()