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

/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java478 * @param vecs The array [x0, y0, x1, y1, ...] of vectors to transform.
480 public void mapVectors(float[] vecs) { argument
481 mapVectors(vecs, 0, vecs, 0, vecs.length >> 1);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix.java869 * @param vecs The array [x0, y0, x1, y1, ...] of vectors to transform.
872 public void mapVectors(float[] vecs) { argument
873 mapVectors(vecs, 0, vecs, 0, vecs.length >> 1);

Completed in 69 milliseconds