Searched refs:vecs (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java704 * @param vecs The array [x0, y0, x1, y1, ...] of vectors to transform.
706 public void mapVectors(float[] vecs) { argument
707 mapVectors(vecs, 0, vecs, 0, vecs.length >> 1);

Completed in 32 milliseconds