Home
last modified time | relevance | path

Searched refs:layerMatrix (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_engine.cpp160 const auto& layerMatrix = layer->GetMatrix(); in DrawLayerPreProcess() local
162 … skMatrix.SetMatrix(layerMatrix.scaleX, layerMatrix.skewX, layerMatrix.transX, layerMatrix.skewY, in DrawLayerPreProcess()
163layerMatrix.scaleY, layerMatrix.transY, layerMatrix.pers0, layerMatrix.pers1, layerMatrix.pers2); in DrawLayerPreProcess()
H A Drs_uni_render_util.cpp653 auto layerMatrix = layer->GetMatrix(); in CreateLayerBufferDrawParam() local
663 …params.matrix.SetMatrix(layerMatrix.scaleX, layerMatrix.skewX, layerMatrix.transX, layerMatrix.ske… in CreateLayerBufferDrawParam()
664layerMatrix.scaleY, layerMatrix.transY, layerMatrix.pers0, layerMatrix.pers1, layerMatrix.pers2); in CreateLayerBufferDrawParam()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp383 Matrix layerMatrix; in DrawRecordCmd() local
386 layerMatrix = *matrix; in DrawRecordCmd()
388 layerMatrix.GetAll(layerMatrixBuffer); in DrawRecordCmd()