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

/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DConvolve3x3.java40 private float[] updateMatrix(float str) { method in class:Convolve3x3
55 float f[] = updateMatrix(1.f);
70 float f[] = updateMatrix(time % 1.f);
H A DConvolve5x5.java40 private float[] updateMatrix(float str) { method in class:Convolve5x5
62 float f[] = updateMatrix(1.f);
89 float f[] = updateMatrix(time % 1.f);
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DConvolve3x3.java47 private float[] updateMatrix(float str) { method in class:Convolve3x3
62 float f[] = updateMatrix(1.f);
77 float f[] = updateMatrix(time % 1.f);
H A DConvolve5x5.java47 private float[] updateMatrix(float str) { method in class:Convolve5x5
69 float f[] = updateMatrix(1.f);
96 float f[] = updateMatrix(time % 1.f);
/frameworks/base/libs/hwui/tests/unit/
H A DDamageAccumulatorTests.cpp88 node1.animatorProperties().updateMatrix();
93 node2.animatorProperties().updateMatrix();
109 node1.animatorProperties().updateMatrix();
120 node2.animatorProperties().updateMatrix();
/frameworks/base/libs/hwui/
H A DRenderProperties.cpp97 updateMatrix();
189 void RenderProperties::updateMatrix() { function in class:android::uirenderer::RenderProperties
H A DAnimatorManager.cpp150 mParent.mProperties.updateMatrix();
H A DRenderProperties.h372 /* Note that getPivotX and getPivotY are adjusted by updateMatrix(),
374 * modified since the last call to updateMatrix()
580 void updateMatrix();
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
H A DMainActivity.java185 updateMatrix();
195 void updateMatrix() { method in class:MainActivity
258 updateMatrix();
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
H A DMainActivity.java185 updateMatrix();
195 void updateMatrix() { method in class:MainActivity
258 updateMatrix();
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp362 renderNode->mutateStagingProperties().updateMatrix();
374 renderNode->mutateStagingProperties().updateMatrix();
399 renderNode->mutateStagingProperties().updateMatrix();
405 renderNode->mutateStagingProperties().updateMatrix();

Completed in 218 milliseconds