Searched defs:getSkew (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java346 d.mValues = getSkew(kx, ky, px, py);
437 d.preTransform(getSkew(kx, ky, px, py));
445 d.preTransform(getSkew(kx, ky));
505 d.postTransform(getSkew(kx, ky, px, py));
513 d.postTransform(getSkew(kx, ky));
1049 /*package*/ static float[] getSkew(float kx, float ky) { method in class:Matrix_Delegate
1053 /*package*/ static float[] getSkew(float kx, float ky, float px, float py) { method in class:Matrix_Delegate

Completed in 60 milliseconds