Searched refs:Matrix_Delegate (Results 1 – 5 of 5) sorted by relevance
45 public final class Matrix_Delegate { class50 private static final DelegateManager<Matrix_Delegate> sManager =51 new DelegateManager<Matrix_Delegate>(Matrix_Delegate.class);59 public static Matrix_Delegate getDelegate(long native_instance) { in getDelegate()67 Matrix_Delegate delegate = sManager.getDelegate(m.native_instance); in getAffineTransform()76 Matrix_Delegate delegate = sManager.getDelegate(m.native_instance); in hasPerspective()87 public void set(Matrix_Delegate matrix) { in set()139 public static Matrix_Delegate make(AffineTransform matrix) { in make()140 return new Matrix_Delegate(makeValues(matrix)); in make()185 Matrix_Delegate newDelegate = new Matrix_Delegate(); in nCreate()[all …]
289 float[] mtx = Matrix_Delegate.getSkew(kx, ky); in nSkew()290 AffineTransform matrixTx = Matrix_Delegate.getAffineTransform(mtx); in nSkew()307 Matrix_Delegate matrixDelegate = Matrix_Delegate.getDelegate(nMatrix); in nConcat()335 Matrix_Delegate matrixDelegate = Matrix_Delegate.getDelegate(nMatrix); in nSetMatrix()432 Matrix_Delegate matrixDelegate = Matrix_Delegate.getDelegate(matrix); in nGetMatrix()438 matrixDelegate.set(Matrix_Delegate.makeValues(transform)); in nGetMatrix()
51 private Matrix_Delegate mLocalMatrix = null;100 mLocalMatrix = Matrix_Delegate.getDelegate(nativeMatrix); in setLocalMatrix()
423 Matrix_Delegate matrixDelegate = Matrix_Delegate.getDelegate(matrix); in nAddPath()460 Matrix_Delegate matrixDelegate = Matrix_Delegate.getDelegate(matrix); in nTransform()889 public void transform(Matrix_Delegate matrix, Path_Delegate dst) { in transform()
492 Matrix_Delegate matrixDelegate = Matrix_Delegate.getDelegate(nMatrix); in nDrawBitmapMatrix()