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