Searched refs:setMatrix (Results 1 - 25 of 48) sorted by relevance

12

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicColorMatrix.java63 private void setMatrix() { method in class:ScriptIntrinsicColorMatrix
77 setMatrix();
88 setMatrix();
107 setMatrix();
126 setMatrix();
145 setMatrix();
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dcolormatrix.rs26 void setMatrix(rs_matrix4x4 m) {
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dcolormatrix.fs25 void setMatrix(rs_matrix4x4 m) {
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dcolormatrix.rs26 void setMatrix(rs_matrix4x4 m) {
/frameworks/base/core/tests/inputmethodtests/src/android/os/
H A DCursorAnchorInfoTest.java98 .setMatrix(TRANSFORM_MATRIX);
263 new Builder().setMatrix(MATRIX1).setInsertionMarkerLocation(
266 new Builder().setMatrix(MATRIX1).setInsertionMarkerLocation(
272 new Builder().setMatrix(MATRIX1).build(),
273 new Builder().setMatrix(MATRIX1).build());
275 new Builder().setMatrix(MATRIX1).build(),
276 new Builder().setMatrix(MATRIX2).build());
278 new Builder().setMatrix(MATRIX1).build(),
279 new Builder().setMatrix(NAN_MATRIX).build());
283 new Builder().setMatrix(NAN_MATRI
[all...]
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DMatrixTransform.java35 public void setMatrix(Matrix4f matrix) { method in class:MatrixTransform
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DTexture.cpp42 void Texture::setMatrix(float const* matrix) { function in class:android::Texture
H A DTexture.h42 void setMatrix(float const* matrix);
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicColorMatrix.java81 private void setMatrix() { method in class:ScriptIntrinsicColorMatrix
95 setMatrix();
106 setMatrix();
168 setMatrix();
187 setMatrix();
206 setMatrix();
/frameworks/base/services/core/java/com/android/server/wm/
H A DBlackFrame.java69 void setMatrix(Matrix matrix) { method in class:BlackFrame.BlackSurface
75 surface.setMatrix(
90 surface.setMatrix(1, 0, 0, 1);
181 public void setMatrix(Matrix matrix) { method in class:BlackFrame
184 mBlackSurfaces[i].setMatrix(matrix);
H A DScreenRotationAnimation.java311 mSurfaceControl.setMatrix(
556 mCustomBlackFrame.setMatrix(mFrameInitialMatrix);
596 mExitingBlackFrame.setMatrix(mFrameInitialMatrix);
931 mCustomBlackFrame.setMatrix(mFrameTransformation.getMatrix());
941 mExitingBlackFrame.setMatrix(mExitFrameFinalMatrix);
953 mEnteringBlackFrame.setMatrix(mEnterTransformation.getMatrix());
/frameworks/base/libs/hwui/
H A DStatefulBaseRenderer.h78 virtual void setMatrix(const SkMatrix& matrix);
79 void setMatrix(const Matrix4& matrix); // internal only convenience method
H A DStatefulBaseRenderer.cpp132 void StatefulBaseRenderer::setMatrix(const SkMatrix& matrix) { function in class:android::uirenderer::StatefulBaseRenderer
136 void StatefulBaseRenderer::setMatrix(const Matrix4& matrix) { function in class:android::uirenderer::StatefulBaseRenderer
H A DRenderer.h156 virtual void setMatrix(const SkMatrix& matrix) = 0;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBitmapHelper.java50 canvas.setMatrix(m);
/frameworks/native/include/gui/
H A DSurfaceControl.h69 status_t setMatrix(float dsdx, float dtdx, float dsdy, float dtdy);
H A DSurfaceComposerClient.h132 status_t setMatrix(const sp<IBinder>& id, float dsdx, float dtdx, float dsdy, float dtdy);
/frameworks/base/core/java/android/view/
H A DSurface.java486 * <li>Scales the matrix in setMatrix by the application scale, except if
499 public void setMatrix(Matrix matrix) { method in class:Surface.CompatibleCanvas
503 super.setMatrix(matrix);
507 super.setMatrix(m);
H A DGhostView.java61 public void setMatrix(Matrix matrix) { method in class:GhostView
123 ghostView.setMatrix(matrix);
134 ghostView.setMatrix(matrix);
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp137 status_t SurfaceControl::setMatrix(float dsdx, float dtdx, float dsdy, float dtdy) { function in class:android::SurfaceControl
140 return mClient->setMatrix(mHandle, dsdx, dtdx, dsdy, dtdy);
H A DSurfaceComposerClient.cpp154 status_t setMatrix(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
359 status_t Composer::setMatrix(const sp<SurfaceComposerClient>& client, function in class:android::Composer
608 status_t SurfaceComposerClient::setMatrix(const sp<IBinder>& id, float dsdx, float dtdx, function in class:android::SurfaceComposerClient
610 return getComposer().setMatrix(this, id, dsdx, dtdx, dsdy, dtdy);
/frameworks/base/core/jni/android/graphics/
H A DSkiaCanvas.cpp74 virtual void setMatrix(const SkMatrix& matrix);
199 newCanvas->setMatrix(mCanvas->getTotalMatrix());
272 mCanvas->setMatrix(savedMatrix);
356 mCanvas->setMatrix(origMatrix);
367 void SkiaCanvas::setMatrix(const SkMatrix& matrix) { function in class:android::SkiaCanvas
368 mCanvas->setMatrix(matrix);
448 mCanvas->setMatrix(savedMatrix);
/frameworks/base/include/private/graphics/
H A DCanvas.h65 virtual void setMatrix(const SkMatrix& matrix) = 0;
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java740 mSurfaceControl.setMatrix(1, 0, 0, 1);
744 mSurfaceControl.setMatrix(0, -1, 1, 0);
749 mSurfaceControl.setMatrix(-1, 0, 0, -1);
753 mSurfaceControl.setMatrix(0, 1, -1, 0);
/frameworks/native/services/surfaceflinger/
H A DLayer.h134 bool setMatrix(const layer_state_t::matrix22_t& matrix);

Completed in 1568 milliseconds

12