Home | History | Annotate | Download | only in latin

Lines Matching defs:dstCopy

157         final InputPointers dstCopy = new InputPointers(DEFAULT_CAPACITY);
158 dstCopy.copy(dst);
182 dstCopy.getXCoordinates(), startPos, dst.getXCoordinates(), startPos, dstLength);
184 dstCopy.getYCoordinates(), startPos, dst.getYCoordinates(), startPos, dstLength);
186 dstCopy.getPointerIds(), startPos, dst.getPointerIds(), startPos, dstLength);
188 dstCopy.getTimes(), startPos, dst.getTimes(), startPos, dstLength);
196 dstCopy.getXCoordinates(), startPos, dst.getXCoordinates(), startPos, dstLength);
198 dstCopy.getYCoordinates(), startPos, dst.getYCoordinates(), startPos, dstLength);
200 dstCopy.getPointerIds(), startPos, dst.getPointerIds(), startPos, dstLength);
202 dstCopy.getTimes(), startPos, dst.getTimes(), startPos, dstLength);
226 final InputPointers dstCopy = new InputPointers(DEFAULT_CAPACITY);
227 dstCopy.copy(dst);
249 dstCopy.getXCoordinates(), 0, dst.getXCoordinates(), 0, dstLength);
251 dstCopy.getYCoordinates(), 0, dst.getYCoordinates(), 0, dstLength);
253 dstCopy.getPointerIds(), 0, dst.getPointerIds(), 0, dstLength);
255 dstCopy.getTimes(), 0, dst.getTimes(), 0, dstLength);
262 dstCopy.getXCoordinates(), 0, dst.getXCoordinates(), 0, dstLength);
264 dstCopy.getYCoordinates(), 0, dst.getYCoordinates(), 0, dstLength);
266 dstCopy.getPointerIds(), 0, dst.getPointerIds(), 0, dstLength);
268 dstCopy.getTimes(), 0, dst.getTimes(), 0, dstLength);