Home
last modified time | relevance | path

Searched refs:Matrix_Delegate (Results 1 – 5 of 5) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
DMatrix_Delegate.java45 public final class Matrix_Delegate { class
50 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 …]
DCanvas_Delegate.java289 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()
DShader_Delegate.java51 private Matrix_Delegate mLocalMatrix = null;
100 mLocalMatrix = Matrix_Delegate.getDelegate(nativeMatrix); in setLocalMatrix()
DPath_Delegate.java423 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()
DBaseCanvas_Delegate.java492 Matrix_Delegate matrixDelegate = Matrix_Delegate.getDelegate(nMatrix); in nDrawBitmapMatrix()