Home
last modified time | relevance | path

Searched refs:updateMatrix (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DDamageAccumulatorTests.cpp88 node1.animatorProperties().updateMatrix(); in TEST()
93 node2.animatorProperties().updateMatrix(); in TEST()
109 node1.animatorProperties().updateMatrix(); in TEST()
120 node2.animatorProperties().updateMatrix(); in TEST()
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
DConvolve3x3.java40 private float[] updateMatrix(float str) { in updateMatrix() method in Convolve3x3
55 float f[] = updateMatrix(1.f); in createTest()
70 float f[] = updateMatrix(time % 1.f); in animateBars()
DConvolve5x5.java40 private float[] updateMatrix(float str) { in updateMatrix() method in Convolve5x5
62 float f[] = updateMatrix(1.f); in createTest()
89 float f[] = updateMatrix(time % 1.f); in animateBars()
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DConvolve3x3.java47 private float[] updateMatrix(float str) { in updateMatrix() method in Convolve3x3
62 float f[] = updateMatrix(1.f); in createTest()
77 float f[] = updateMatrix(time % 1.f); in animateBars()
DConvolve5x5.java47 private float[] updateMatrix(float str) { in updateMatrix() method in Convolve5x5
69 float f[] = updateMatrix(1.f); in createTest()
96 float f[] = updateMatrix(time % 1.f); in animateBars()
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
DMainActivity.java185 updateMatrix(); in onCreate()
195 void updateMatrix() { in updateMatrix() method in MainActivity
258 updateMatrix(); in onPostExecute()
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
DMainActivity.java185 updateMatrix(); in onCreate()
195 void updateMatrix() { in updateMatrix() method in MainActivity
258 updateMatrix(); in onPostExecute()
/frameworks/base/libs/hwui/
DRenderProperties.cpp100 updateMatrix(); in operator =()
187 void RenderProperties::updateMatrix() { in updateMatrix() function in android::uirenderer::RenderProperties
DAnimatorManager.cpp149 mParent.mProperties.updateMatrix(); in animateCommon()
DRenderProperties.h507 void updateMatrix();
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_RenderNode.cpp453 renderNode->mutateStagingProperties().updateMatrix(); in android_view_RenderNode_hasIdentityMatrix()
470 renderNode->mutateStagingProperties().updateMatrix(); in getTransformMatrix()
499 renderNode->mutateStagingProperties().updateMatrix(); in android_view_RenderNode_getPivotX()
505 renderNode->mutateStagingProperties().updateMatrix(); in android_view_RenderNode_getPivotY()