Home
last modified time | relevance | path

Searched refs:ToDrawingMatrix (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/svg/
H A Dmock_rosen_svg_painter.cpp24 RSMatrix RosenSvgPainter::ToDrawingMatrix(const Matrix4& matrix4) in ToDrawingMatrix() function in OHOS::Ace::RosenSvgPainter
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_g.cpp54 canvas->ConcatMatrix(RosenSvgPainter::ToDrawingMatrix(GetTransformMatrix4Raw())); in PaintDirectly()
H A Drosen_render_svg_use.cpp76 canvas->ConcatMatrix(RosenSvgPainter::ToDrawingMatrix(GetTransformMatrix4Raw())); in PaintDirectly()
H A Drosen_render_svg_line.cpp81 canvas->ConcatMatrix(RosenSvgPainter::ToDrawingMatrix(GetTransformMatrix4Raw())); in PaintDirectly()
H A Drosen_render_svg_circle.cpp90 canvas->ConcatMatrix(RosenSvgPainter::ToDrawingMatrix(GetTransformMatrix4Raw())); in PaintDirectly()
H A Drosen_render_svg_ellipse.cpp82 canvas->ConcatMatrix(RosenSvgPainter::ToDrawingMatrix(GetTransformMatrix4Raw())); in PaintDirectly()
H A Drosen_render_svg_rect.cpp82 canvas->ConcatMatrix(RosenSvgPainter::ToDrawingMatrix(GetTransformMatrix4Raw())); in PaintDirectly()
H A Drosen_render_svg_pattern.cpp118 matrix4 = RosenSvgPainter::ToDrawingMatrix(GetTransform(tileRect)); in FitAttribute()
H A Drosen_render_svg_text.cpp58 canvas->ConcatMatrix(RosenSvgPainter::ToDrawingMatrix(GetTransformMatrix4Raw())); in PaintDirectly()
H A Drosen_render_svg_path.cpp86 canvas->ConcatMatrix(RosenSvgPainter::ToDrawingMatrix(GetTransformMatrix4Raw())); in PaintDirectly()
H A Drosen_render_svg_polygon.cpp94 canvas->ConcatMatrix(RosenSvgPainter::ToDrawingMatrix(GetTransformMatrix4Raw())); in PaintDirectly()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Drosen_render_toggle.cpp64 recordingCanvas->ConcatMatrix(RosenSvgPainter::ToDrawingMatrix(transformLayer_)); in Paint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.h123 static RSMatrix ToDrawingMatrix(const Matrix4& matrix4);
H A Drosen_svg_painter.cpp1032 RSMatrix RosenSvgPainter::ToDrawingMatrix(const Matrix4& matrix4) in ToDrawingMatrix() function in OHOS::Ace::RosenSvgPainter
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drosen_render_button.cpp98 recordingCanvas->ConcatMatrix(RosenSvgPainter::ToDrawingMatrix(transformLayer_)); in PaintLayer()