Home
last modified time | relevance | path

Searched defs:outMatrix (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/libs/hwui/
H A DDamageAccumulator.cpp55 static void computeTransformImpl(const DirtyStack* currentFrame, Matrix4* outMatrix) { in computeTransformImpl()
211 Matrix4* outMatrix) { in computeTransformImpl()
H A DVectorDrawable.cpp316 void Group::getLocalMatrix(SkMatrix* outMatrix, const GroupProperties& properties) { in getLocalMatrix()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/utils/
H A DRotationAnimationUtils.java131 public static void createRotationMatrix(int rotation, int width, int height, Matrix outMatrix) { in createRotationMatrix()
/aosp12/frameworks/base/libs/hwui/canvas/
H A DCanvasFrontend.h109 void getMatrix(SkMatrix* outMatrix) const { in getMatrix()
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_RenderNode.cpp370 SkMatrix* outMatrix = reinterpret_cast<SkMatrix*>(outMatrixPtr); in android_view_RenderNode_getAnimationMatrix() local
468 SkMatrix* outMatrix = reinterpret_cast<SkMatrix*>(outMatrixPtr); in getTransformMatrix() local
488 SkMatrix* outMatrix = reinterpret_cast<SkMatrix*>(outMatrixPtr); in android_view_RenderNode_getInverseTransformMatrix() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSwipeUpAnimationLogic.java223 protected RectF[] updateProgressForStartRect(Matrix[] outMatrix, float startProgress) { in updateProgressForStartRect()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DScreenRotationAnimation.java452 Matrix outMatrix) { in createRotationMatrix()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DRenderNode_Delegate.java170 /*package*/ static void getMatrix(RenderNode renderNode, Matrix outMatrix) { in getMatrix()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DRenderNode.java506 public void getMatrix(@NonNull Matrix outMatrix) { in getMatrix()
516 public void getInverseMatrix(@NonNull Matrix outMatrix) { in getInverseMatrix()
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp228 Error Display::getDataspaceSaturationMatrix(Dataspace dataspace, android::mat4* outMatrix) in getDataspaceSaturationMatrix()
H A DComposerHal.cpp934 Error Composer::getDataspaceSaturationMatrix(Dataspace dataspace, mat4* outMatrix) in getDataspaceSaturationMatrix()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java576 Matrix outMatrix) { in populateTransformationMatrix()
H A DWindowState.java5422 void getTransformationMatrix(float[] float9, Matrix outMatrix) { in getTransformationMatrix()