HomeSort by relevance Sort by last modified time
    Searched refs:Matrix_Delegate (Results 1 - 5 of 5) sorted by null

  /frameworks/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 45 public final class Matrix_Delegate {
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) {
67 Matrix_Delegate delegate = sManager.getDelegate(m.native_instance);
76 Matrix_Delegate delegate = sManager.getDelegate(m.native_instance);
87 public void set(Matrix_Delegate matrix) {
139 public static Matrix_Delegate make(AffineTransform matrix) {
140 return new Matrix_Delegate(makeValues(matrix))
    [all...]
Shader_Delegate.java 51 private Matrix_Delegate mLocalMatrix = null;
99 mLocalMatrix = Matrix_Delegate.getDelegate(nativeMatrix);
Canvas_Delegate.java 291 float[] mtx = Matrix_Delegate.getSkew(kx, ky);
292 AffineTransform matrixTx = Matrix_Delegate.getAffineTransform(mtx);
309 Matrix_Delegate matrixDelegate = Matrix_Delegate.getDelegate(nMatrix);
337 Matrix_Delegate matrixDelegate = Matrix_Delegate.getDelegate(nMatrix);
434 Matrix_Delegate matrixDelegate = Matrix_Delegate.getDelegate(matrix);
440 matrixDelegate.set(Matrix_Delegate.makeValues(transform));
Path_Delegate.java 419 Matrix_Delegate matrixDelegate = Matrix_Delegate.getDelegate(matrix);
456 Matrix_Delegate matrixDelegate = Matrix_Delegate.getDelegate(matrix);
879 public void transform(Matrix_Delegate matrix, Path_Delegate dst) {
BaseCanvas_Delegate.java 439 Matrix_Delegate matrixDelegate = Matrix_Delegate.getDelegate(nMatrix);

Completed in 65 milliseconds