HomeSort by relevance Sort by last modified time
    Searched full:updatematrix (Results 1 - 13 of 13) sorted by null

  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Convolve3x3.java 40 private float[] updateMatrix(float str) {
55 float f[] = updateMatrix(1.f);
70 float f[] = updateMatrix(time % 1.f);
Convolve5x5.java 40 private float[] updateMatrix(float str) {
62 float f[] = updateMatrix(1.f);
89 float f[] = updateMatrix(time % 1.f);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Convolve3x3.java 47 private float[] updateMatrix(float str) {
62 float f[] = updateMatrix(1.f);
77 float f[] = updateMatrix(time % 1.f);
Convolve5x5.java 47 private float[] updateMatrix(float str) {
69 float f[] = updateMatrix(1.f);
96 float f[] = updateMatrix(time % 1.f);
  /frameworks/base/libs/hwui/
RenderProperties.cpp 120 updateMatrix();
182 void RenderProperties::updateMatrix() {
RenderProperties.h 369 /* Note that getPivotX and getPivotY are adjusted by updateMatrix(),
371 * modified since the last call to updateMatrix()
573 void updateMatrix();
AnimatorManager.cpp 138 mParent.mProperties.updateMatrix();
  /packages/apps/Camera/src/com/android/camera/
MosaicRenderer.java 78 public static native void updateMatrix();
MosaicPreviewRenderer.java 106 MosaicRenderer.updateMatrix();
118 MosaicRenderer.updateMatrix();
  /external/skia/samplecode/
SampleApp.h 233 void updateMatrix();
SampleApp.cpp 990 this->updateMatrix();
    [all...]
  /frameworks/base/core/jni/
android_view_RenderNode.cpp 397 renderNode->mutateStagingProperties().updateMatrix();
410 renderNode->mutateStagingProperties().updateMatrix();
436 renderNode->mutateStagingProperties().updateMatrix();
443 renderNode->mutateStagingProperties().updateMatrix();
  /external/skia/src/pdf/
SkPDFDevice.cpp 247 void updateMatrix(const SkMatrix& matrix);
507 void GraphicStackState::updateMatrix(const SkMatrix& matrix) {
    [all...]

Completed in 310 milliseconds