Home
last modified time | relevance | path

Searched refs:scaleMatrix (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/test/
DcreateTable.m83 scaleMatrix = (A*Rnorm(ix).^2 + B*Rnorm(ix))./RnormMod(ix); variable
84 U(ix)=(U(ix)-127).*scaleMatrix+127;
85 V(ix)=(V(ix)-127).*scaleMatrix+127;
89 scaleMatrix = (theta(1)*Rnorm(ix).^3 + theta(2)*Rnorm(ix).^2 + ... variable
91 U(ix)=(U(ix)-127).*scaleMatrix + 127;
92 V(ix)=(V(ix)-127).*scaleMatrix + 127;
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DTerminalView.java56 private Matrix scaleMatrix; field in TerminalView
106 scaleMatrix = new Matrix(); in TerminalView()
135 scaleMatrix.setRectToRect(tempSrc, tempDst, scaleType); in scaleCursors()
179 canvas.concat(scaleMatrix); in onDraw()
/external/skia/gm/
Dgamma.cpp121 SkMatrix scaleMatrix = SkMatrix::MakeScale(0.5f); variable
122 p.setShader(SkShader::MakeBitmapShader(ditherBmp, rpt, rpt, &scaleMatrix));
128 p.setShader(SkShader::MakeBitmapShader(mipmapBmp, rpt, rpt, &scaleMatrix));
/external/skia/tests/
DImageFilterTest.cpp872 SkMatrix scaleMatrix; in DEF_TEST() local
873 scaleMatrix.setScale(2, 2); in DEF_TEST()
878 bounds, scaleMatrix, SkImageFilter::kForward_MapDirection); in DEF_TEST()
881 bounds, scaleMatrix, SkImageFilter::kReverse_MapDirection); in DEF_TEST()
886 bounds, scaleMatrix, SkImageFilter::kForward_MapDirection); in DEF_TEST()
891 bounds, scaleMatrix, SkImageFilter::kReverse_MapDirection); in DEF_TEST()
897 SkMatrix scaleMatrix; in DEF_TEST() local
898 scaleMatrix.setScale(1, -1); in DEF_TEST()
903 bounds, scaleMatrix, SkImageFilter::kForward_MapDirection); in DEF_TEST()
906 bounds, scaleMatrix, SkImageFilter::kReverse_MapDirection); in DEF_TEST()
[all …]
DPathOpsExtendedTest.cpp190 static void scaleMatrix(const SkPath& one, const SkPath& two, SkMatrix& scale) { in scaleMatrix() function
257 scaleMatrix(one, two, scale); in pathsDrawTheSame()
550 scaleMatrix(a, b, scale); in innerPathOp()
DMatrix44Test.cpp109 SkMatrix44 scaleMatrix(SkMatrix44::kUninitialized_Constructor); in test_constructor() local
110 scaleMatrix.setScale(3, 4, 5); in test_constructor()
111 REPORTER_ASSERT(reporter, scaleMatrix.isScale()); in test_constructor()
112 testMatrix = new(&scaleMatrix) SkMatrix44(SkMatrix::I()); in test_constructor()
/external/robolectric/v3/runtime/
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...