Home
last modified time | relevance | path

Searched refs:GraphicMatrix (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h173 using GraphicMatrix = struct GraphicMatrix { struct
189 bool operator==(const GraphicMatrix& matrix) const argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h202 void SetMatrix(GraphicMatrix matrix) in SetMatrix()
312 GraphicMatrix GetMatrix() const in GetMatrix()
590 GraphicMatrix matrix_; // matrix used for uni render redraw
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.h42 GraphicMatrix matrix;
H A Drs_uni_render_composer_adapter.cpp139 info.matrix = GraphicMatrix {matrix.Get(Drawing::Matrix::Index::SCALE_X), in BuildComposeInfo()
180 info.matrix = GraphicMatrix {1.f, 0.f, 0.f, 0.f, 1.f, 0.f, 0.f, 0.f, 1.f}; in BuildComposeInfo()
717 info.matrix = GraphicMatrix {totalMatrix.Get(Drawing::Matrix::Index::SCALE_X), in BuildComposeInfo()
771 info.matrix = GraphicMatrix {totalMatrix.Get(Drawing::Matrix::Index::SCALE_X), in BuildComposeInfo()
H A Drs_uni_render_processor.cpp304 auto matrix = GraphicMatrix {layerInfo.matrix.Get(Drawing::Matrix::Index::SCALE_X), in GetLayerInfo()