Home
last modified time | relevance | path

Searched refs:mapVectors (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DMatrix.java624 public void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, in mapVectors() method in Matrix
657 public void mapVectors(float[] dst, float[] src) { in mapVectors() method in Matrix
661 mapVectors(dst, 0, src, 0, dst.length >> 1); in mapVectors()
683 public void mapVectors(float[] vecs) { in mapVectors() method in Matrix
684 mapVectors(vecs, 0, vecs, 0, vecs.length >> 1); in mapVectors()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DMatrix_Delegate.java695 d.mapVectors(dst, dstIndex, src, srcIndex, ptCount); in native_mapPoints()
717 d.mapVectors(src, 0, src, 0, 2); in native_mapRadius()
949 private void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, int ptCount) { in mapVectors() method in Matrix_Delegate
/frameworks/base/core/jni/android/graphics/
DMatrix.cpp292 matrix->mapVectors(dstPt, srcPt, ptCount); in mapPoints()
303 matrix->mapVectors((SkVector*)dstArray, (const SkVector*)srcArray, in mapPoints()
/frameworks/base/api/
Dcurrent.txt9316 method public void mapVectors(float[], int, float[], int, int);
9317 method public void mapVectors(float[], float[]);
9318 method public void mapVectors(float[]);