Searched refs:preScale (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/hwui/ |
D | RenderProperties.cpp | 197 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY()); in updateMatrix() 201 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY()); in updateMatrix()
|
D | OpenGLRenderer.cpp | 965 shaderMatrix.preScale(1, -1); in composeLayerRegion()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Matrix.java | 111 public boolean preScale(float sx, float sy, float px, float py) { 117 public boolean preScale(float sx, float sy) { 393 public boolean preScale(float sx, float sy, float px, float py) { in preScale() method in Matrix 402 public boolean preScale(float sx, float sy) { in preScale() method in Matrix
|
/frameworks/support/v4/donut/android/support/v4/graphics/drawable/ |
D | RoundedBitmapDrawable.java | 242 mShaderMatrix.preScale( in updateDstRect()
|
/frameworks/base/core/jni/android/graphics/ |
D | Matrix.cpp | 123 obj->preScale(sx, sy, px, py); in preScale__FFFF() 128 obj->preScale(sx, sy); in preScale__FF()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | BitmapDrawable.java | 470 mMirrorMatrix.preScale(-1.0f, 1.0f); in updateMirrorMatrix()
|
/frameworks/base/api/ |
D | current.txt | 11424 method public boolean preScale(float, float, float, float); 11425 method public boolean preScale(float, float);
|
D | system-current.txt | 11761 method public boolean preScale(float, float, float, float); 11762 method public boolean preScale(float, float);
|