Home | History | Annotate | Download | only in ui

Lines Matching refs:resultOffset

296         int resultOffset = 0;
297 Matrix.multiplyMV(point, resultOffset, matrix, 0, point, srcOffset);
298 point[resultOffset] /= point[resultOffset + 3];
299 point[resultOffset + 1] /= point[resultOffset + 3];
304 resultOffset = 2;
305 Matrix.multiplyMV(point, resultOffset, matrix, 0, point, srcOffset);
306 point[resultOffset] /= point[resultOffset + 3];
307 point[resultOffset + 1] /= point[resultOffset + 3];