Searched refs:setMatrix (Results 26 - 49 of 49) sorted by relevance

12

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.h297 mState.setMatrix(matrix);
308 void setMatrix(const Matrix4& matrix); // internal only convenience method
769 * Calling setMatrix(mBaseTransform) will result in drawing at the origin
H A DDisplayListCanvas.cpp103 mSkiaCanvasProxy.get()->setMatrix(parentTransform);
169 void DisplayListCanvas::setMatrix(const SkMatrix& matrix) { function in class:android::uirenderer::DisplayListCanvas
171 mState.setMatrix(matrix);
H A DDisplayListCanvas.h144 virtual void setMatrix(const SkMatrix& matrix) override;
H A DSkiaCanvasProxy.cpp200 mCanvas->setMatrix(matrix);
H A DRecordingCanvas.cpp82 mSkiaCanvasProxy.get()->setMatrix(parentTransform);
H A DOpenGLRenderer.cpp2057 mState.setMatrix(mBaseTransform);
2062 mState.setMatrix(mBaseTransform);
/frameworks/base/core/java/android/view/inputmethod/
H A DCursorAnchorInfo.java362 public Builder setMatrix(final Matrix matrix) { method in class:CursorAnchorInfo.Builder
374 * the coordinate transformation matrix is not provided via {@link #setMatrix(Matrix)}.
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp134 static void setMatrix(JNIEnv* env, jobject, jlong canvasHandle, jlong matrixHandle) { function in namespace:android::CanvasJNI
136 get_canvas(canvasHandle)->setMatrix(matrix ? *matrix : SkMatrix::I());
590 {"native_setMatrix","!(JJ)V", (void*) CanvasJNI::setMatrix},
H A Dandroid_view_SurfaceControl.cpp312 status_t err = ctrl->setMatrix(dsdx, dtdx, dsdy, dtdy);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java556 setMatrix(params, x, y, width, height);
566 private void setMatrix(ShaderParameter[] params, float x, float y, float width, float height) { method in class:GLES20Canvas
744 setMatrix(mMeshParameters, x, y, 1, 1);
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java468 public void setMatrix(float dsdx, float dtdx, float dsdy, float dtdy) { method in class:SurfaceControl
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowAnimator.java291 thumbnail.setMatrix(tmpFloats[Matrix.MSCALE_X], tmpFloats[Matrix.MSKEW_Y],
H A DDragState.java560 mSurfaceControl.setMatrix(tmpFloats[Matrix.MSCALE_X], tmpFloats[Matrix.MSKEW_Y],
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp279 err = sc->setMatrix(scale, 0.0f, 0.0f, scale);
281 fprintf(stderr, "SurfaceComposer::setMatrix error: %#x\n", err);
/frameworks/native/services/surfaceflinger/
H A DLayer.h156 bool setMatrix(const layer_state_t::matrix22_t& matrix);
H A DLayer.cpp960 mTexture.setMatrix(textureMatrix);
1551 bool Layer::setMatrix(const layer_state_t::matrix22_t& matrix) { function in class:android::Layer
H A DSurfaceFlinger.cpp2282 if (layer->setMatrix(s.matrix))
H A DSurfaceFlinger_hwc1.cpp2298 if (layer->setMatrix(s.matrix))
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp442 SCOPED_TRACE("before setMatrix");
451 ASSERT_EQ(NO_ERROR, mFGSurfaceControl->setMatrix(M_SQRT1_2, M_SQRT1_2,
455 SCOPED_TRACE("after setMatrix");
/frameworks/base/libs/input/
H A DSpriteController.cpp285 status = update.state.surfaceControl->setMatrix(
/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java1001 ghostView.setMatrix(mMatrix);
/frameworks/base/core/java/android/widget/
H A DStackView.java1448 dest.setMatrix(mIdentityMatrix);
H A DEditor.java3910 builder.setMatrix(mViewToScreenMatrix);
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java640 public void setMatrix(@Nullable Matrix matrix) { method in class:Canvas

Completed in 395 milliseconds

12