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 D | rs_uni_render_engine.cpp | 160 const auto& layerMatrix = layer->GetMatrix(); in DrawLayerPreProcess() local 162 … skMatrix.SetMatrix(layerMatrix.scaleX, layerMatrix.skewX, layerMatrix.transX, layerMatrix.skewY, in DrawLayerPreProcess() 163 … layerMatrix.scaleY, layerMatrix.transY, layerMatrix.pers0, layerMatrix.pers1, layerMatrix.pers2); in DrawLayerPreProcess()
|
H A D | rs_uni_render_util.cpp | 653 auto layerMatrix = layer->GetMatrix(); in CreateLayerBufferDrawParam() local 663 …params.matrix.SetMatrix(layerMatrix.scaleX, layerMatrix.skewX, layerMatrix.transX, layerMatrix.ske… in CreateLayerBufferDrawParam() 664 … layerMatrix.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 D | recording_canvas.cpp | 383 Matrix layerMatrix; in DrawRecordCmd() local 386 layerMatrix = *matrix; in DrawRecordCmd() 388 layerMatrix.GetAll(layerMatrixBuffer); in DrawRecordCmd()
|