Home | History | Annotate | Download | only in latin

Lines Matching refs:startPos

177         final int startPos = 0;
179 startPos, 0 /* length */);
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);
191 startPos, srcLength);
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);
204 srcXCoords.getPrimitiveArray(), startPos, dst.getXCoordinates(),
207 srcYCoords.getPrimitiveArray(), startPos, dst.getYCoordinates(),
210 srcPointerIds.getPrimitiveArray(), startPos, dst.getPointerIds(),
213 srcTimes.getPrimitiveArray(), startPos, dst.getTimes(), dstLength, srcLength);