/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/ |
H A D | shape_painter_test_ng.cpp | 71 bool retSetPen = NG::ShapePainter::SetPen(testPen, shapePaintProperty); 79 retSetPen = NG::ShapePainter::SetPen(testPen, shapePaintProperty); 87 retSetPen = NG::ShapePainter::SetPen(testPen, shapePaintProperty); 109 bool retSetPen = NG::ShapePainter::SetPen(testPen, shapePaintProperty); 117 retSetPen = NG::ShapePainter::SetPen(testPen, shapePaintProperty); 125 retSetPen = NG::ShapePainter::SetPen(testPen, shapePaintProperty); 133 retSetPen = NG::ShapePainter::SetPen(testPen, shapePaintProperty); 156 bool retSetPen = NG::ShapePainter::SetPen(testPen, shapePaintProperty); 189 bool retSetPen = NG::ShapePainter::SetPen(testPen, shapePaintProperty); 229 bool retSetPen = NG::ShapePainter::SetPen(testPen, shapePaintProperty); [all …]
|
H A D | circle_painter_test_ng.cpp | 75 bool result = NG::ShapePainter::SetPen(pen, shapePaintProperty); 86 bool result1 = NG::ShapePainter::SetPen(pen, shapePaintProperty);
|
H A D | line_painter_test_ng.cpp | 81 bool result = NG::ShapePainter::SetPen(pen, linePaintProperty); 93 bool result_test = NG::ShapePainter::SetPen(pen, linePaintProperty);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | sk_painter.h | 35 static bool SetPen(SkPaint& skPaint, const ShapePaintProperty& shapePaintProperty); 38 static bool SetPen(RSPen& pen, const ShapePaintProperty& shapePaintProperty);
|
H A D | sk_painter.cpp | 45 if (SetPen(skPen, shapePaintProperty)) { in DrawPath() 60 if (SetPen(pen, shapePaintProperty)) { in DrawPath() 69 bool SkPainter::SetPen(SkPaint& skPaint, const ShapePaintProperty& shapePaintProperty) in SetPen() function in OHOS::Ace::NG::SkPainter 143 bool SkPainter::SetPen(RSPen& pen, const ShapePaintProperty& shapePaintProperty) in SetPen() function in OHOS::Ace::NG::SkPainter
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_painter.cpp | 34 if (SetPen(pen, shapePaintProperty)) { in DrawPath() 41 bool DrawingPainter::SetPen(RSPen& pen, const ShapePaintProperty& shapePaintProperty) in SetPen() function in OHOS::Ace::NG::DrawingPainter
|
H A D | drawing_painter.h | 31 static bool SetPen(RSPen& pen, const ShapePaintProperty& shapePaintProperty);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | shape_painter.h | 29 static bool SetPen(RSPen& pen, const ShapePaintProperty& shapePaintProperty);
|
H A D | circle_painter.cpp | 26 if (ShapePainter::SetPen(pen, shapePaintProperty)) { in DrawCircle()
|
H A D | ellipse_painter.cpp | 25 if (ShapePainter::SetPen(pen, shapePaintProperty)) { in DrawEllipse()
|
H A D | line_painter.cpp | 25 if (!ShapePainter::SetPen(pen, linePaintProperty)) { in DrawLine()
|
H A D | polygon_painter.cpp | 28 if (ShapePainter::SetPen(pen, polygonPaintProperty)) { in DrawPolygon()
|
H A D | rect_painter.cpp | 26 if (ShapePainter::SetPen(pen, rectPaintProperty)) { in DrawRect()
|
H A D | shape_painter.cpp | 19 bool ShapePainter::SetPen(RSPen& pen, const ShapePaintProperty& shapePaintProperty) in SetPen() function in OHOS::Ace::NG::ShapePainter
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_paint.h | 94 void SetPen(const RSPen &pen);
|
H A D | texgine_paint.cpp | 44 void TexginePaint::SetPen(const RSPen &pen) in SetPen() function in OHOS::Rosen::TextEngine::TexginePaint
|