OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Matrix_Delegate
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java
43
public final class
Matrix_Delegate
{
48
private static final DelegateManager<
Matrix_Delegate
> sManager =
49
new DelegateManager<
Matrix_Delegate
>(
Matrix_Delegate
.class);
56
public static
Matrix_Delegate
getDelegate(int native_instance) {
64
Matrix_Delegate
delegate = sManager.getDelegate(m.native_instance);
73
Matrix_Delegate
delegate = sManager.getDelegate(m.native_instance);
84
public void set(
Matrix_Delegate
matrix) {
133
public static
Matrix_Delegate
make(AffineTransform matrix) {
134
return new
Matrix_Delegate
(makeValues(matrix))
[
all
...]
Shader_Delegate.java
48
private
Matrix_Delegate
mLocalMatrix = null;
92
shaderDelegate.mLocalMatrix =
Matrix_Delegate
.getDelegate(matrix_instance);
Canvas_Delegate.java
182
float[] mtx =
Matrix_Delegate
.getSkew(kx, ky);
183
AffineTransform matrixTx =
Matrix_Delegate
.getAffineTransform(mtx);
417
Matrix_Delegate
matrixDelegate =
Matrix_Delegate
.getDelegate(nMatrix);
445
Matrix_Delegate
matrixDelegate =
Matrix_Delegate
.getDelegate(nMatrix);
561
Matrix_Delegate
matrixDelegate =
Matrix_Delegate
.getDelegate(matrix);
567
matrixDelegate.set(
Matrix_Delegate
.makeValues(transform));
[
all
...]
Path_Delegate.java
415
Matrix_Delegate
matrixDelegate =
Matrix_Delegate
.getDelegate(matrix);
460
Matrix_Delegate
matrixDelegate =
Matrix_Delegate
.getDelegate(matrix);
801
public void transform(
Matrix_Delegate
matrix, Path_Delegate dst) {
Completed in 305 milliseconds