Home
last modified time | relevance | path

Searched refs:setStaticMatrix (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DSkiaRenderPropertiesTests.cpp116 properties.setStaticMatrix(&staticMatrix); in TEST()
/aosp14/frameworks/base/libs/hwui/
H A DRenderProperties.cpp93 setStaticMatrix(other.getStaticMatrix()); in operator =()
H A DRenderProperties.h218 bool setStaticMatrix(const SkMatrix* matrix) { in setStaticMatrix() function
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DRenderNode.java904 public boolean setStaticMatrix(Matrix matrix) { in setStaticMatrix() method in RenderNode
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_RenderNode.cpp105 return SET_AND_DIRTY(setStaticMatrix, matrix, RenderNode::GENERIC); in android_view_RenderNode_setStaticMatrix()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java23509 renderNode.setStaticMatrix(t.getMatrix()); in setDisplayListProperties()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt61785 Landroid/view/RenderNode;->setStaticMatrix(Landroid/graphics/Matrix;)Z