/frameworks/base/graphics/java/android/renderscript/ |
D | Matrix3f.java | 170 public void loadScale(float x, float y) { in loadScale() method in Matrix3f 183 public void loadScale(float x, float y, float z) { in loadScale() method in Matrix3f 274 tmp.loadScale(x, y); in scale() 288 tmp.loadScale(x, y, z); in scale()
|
D | Matrix2f.java | 123 public void loadScale(float x, float y) { in loadScale() method in Matrix2f 180 tmp.loadScale(x, y); in scale()
|
D | Matrix4f.java | 197 public void loadScale(float x, float y, float z) { in loadScale() method in Matrix4f 343 m2.loadScale(-2, 2, 1); in loadProjectionNormalized() 387 tmp.loadScale(x, y, z); in scale()
|
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/ |
D | Matrix3f.java | 170 public void loadScale(float x, float y) { in loadScale() method in Matrix3f 183 public void loadScale(float x, float y, float z) { in loadScale() method in Matrix3f 274 tmp.loadScale(x, y); in scale() 288 tmp.loadScale(x, y, z); in scale()
|
D | Matrix2f.java | 123 public void loadScale(float x, float y) { in loadScale() method in Matrix2f 180 tmp.loadScale(x, y); in scale()
|
D | Matrix4f.java | 197 public void loadScale(float x, float y, float z) { in loadScale() method in Matrix4f 343 m2.loadScale(-2, 2, 1); in loadProjectionNormalized() 387 tmp.loadScale(x, y, z); in scale()
|
/frameworks/support/renderscript/v8/rs_support/ |
D | rsMatrix4x4.h | 43 void loadScale(float x, float y, float z); 72 tmp.loadScale(x, y, z); in scale()
|
D | rsMatrix4x4.cpp | 238 void Matrix4x4::loadScale(float x, float y, float z) { in loadScale() function in Matrix4x4
|
/frameworks/rs/ |
D | rsMatrix4x4.h | 43 void loadScale(float x, float y, float z); 72 tmp.loadScale(x, y, z); in scale()
|
D | rsMatrix4x4.cpp | 238 void Matrix4x4::loadScale(float x, float y, float z) { in loadScale() function in Matrix4x4
|
/frameworks/base/libs/hwui/ |
D | Matrix.h | 76 void loadScale(float sx, float sy, float sz); 99 u.loadScale(sx, sy, sz); in scale()
|
D | Matrix.cpp | 194 void Matrix4::loadScale(float sx, float sy, float sz) { in loadScale() function in android::uirenderer::Matrix4
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
D | UiTest.java | 191 m2.loadScale(-2, 2, 1); in getProjectionNormalized()
|
/frameworks/rs/driver/ |
D | rsdRuntimeMath.cpp | 167 m->loadScale(x, y, z); in SC_MatrixLoadScale()
|
/frameworks/support/renderscript/v8/rs_support/driver/ |
D | rsdRuntimeMath.cpp | 170 m->loadScale(x, y, z); in SC_MatrixLoadScale()
|
/frameworks/base/api/ |
D | 14.txt | 18021 method public void loadScale(float, float); 18039 method public void loadScale(float, float); 18040 method public void loadScale(float, float, float); 18068 method public void loadScale(float, float, float);
|
D | 15.txt | 18148 method public void loadScale(float, float); 18166 method public void loadScale(float, float); 18167 method public void loadScale(float, float, float); 18195 method public void loadScale(float, float, float);
|
D | 16.txt | 19111 method public void loadScale(float, float); 19129 method public void loadScale(float, float); 19130 method public void loadScale(float, float, float); 19158 method public void loadScale(float, float, float);
|
D | 17.txt | 19593 method public void loadScale(float, float); 19611 method public void loadScale(float, float); 19612 method public void loadScale(float, float, float); 19640 method public void loadScale(float, float, float);
|
D | current.txt | 19593 method public void loadScale(float, float); 19611 method public void loadScale(float, float); 19612 method public void loadScale(float, float, float); 19640 method public void loadScale(float, float, float);
|