/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_effect_napi/ |
H A D | js_path_effect.cpp | 27 DECLARE_NAPI_STATIC_FUNCTION("createDashPathEffect", JsPathEffect::CreateDashPathEffect), in Init() 98 napi_value JsPathEffect::CreateDashPathEffect(napi_env env, napi_callback_info info) in CreateDashPathEffect() function in OHOS::Rosen::Drawing::JsPathEffect 133 …std::shared_ptr<PathEffect> pathEffect = PathEffect::CreateDashPathEffect(intervals, arrayLength, … in CreateDashPathEffect()
|
H A D | js_path_effect.h | 35 static napi_value CreateDashPathEffect(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_dash_path_effect.cpp | 25 …std::shared_ptr<RSPathEffect> effect = RSPathEffect::CreateDashPathEffect(intervals, count, phase); in Make()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_recording_path_effect.h | 30 …static std::shared_ptr<TestingPathEffect> CreateDashPathEffect(const float intervals[], int count,… in CreateDashPathEffect() function
|
H A D | testing_path_effect.h | 41 …static std::shared_ptr<TestingPathEffect> CreateDashPathEffect(const float intervals[], int count,… in CreateDashPathEffect() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_path_effect.cpp | 37 pathEffectHandle->value = PathEffect::CreateDashPathEffect(intervals, count, phase); in OH_Drawing_CreateDashPathEffect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | path_effect_test.cpp | 31 pen.SetPathEffect(PathEffect::CreateDashPathEffect(vals, 2, 25)); in TestDrawDashPathEffect()
|
H A D | path_test.cpp | 244 pen.SetPathEffect(PathEffect::CreateDashPathEffect(intervals, 2, 0)); in TestAddRect() 272 pen.SetPathEffect(PathEffect::CreateDashPathEffect(intervals, 2, 0)); in TestAddOval()
|
H A D | pen_test.cpp | 268 pen.SetPathEffect(PathEffect::CreateDashPathEffect(vals, 2, 25)); in TestPenPathEffect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/ |
H A D | path_effect_test.cpp | 49 auto pathEffect = PathEffect::CreateDashPathEffect(intervals, 4, 2.2f); 63 auto pathEffect = PathEffect::CreateDashPathEffect(intervals, 4, 1.5f);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/patheffect_fuzzer/ |
H A D | patheffect_fuzzer.cpp | 57 PathEffect::CreateDashPathEffect(intervals, count, phase); in PathEffectFuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/ |
H A D | path_effect.h | 65 …static std::shared_ptr<PathEffect> CreateDashPathEffect(const scalar intervals[], int count, scala…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | shape_painter.cpp | 84 … pen.SetPathEffect(RSPathEffect::CreateDashPathEffect(intervals, lineDashState.size(), phase)); in SetPen()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
H A D | path_effect.cpp | 73 std::shared_ptr<PathEffect> PathEffect::CreateDashPathEffect(const scalar intervals[], int count, s… in CreateDashPathEffect() function in OHOS::Rosen::Drawing::PathEffect
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_painter.cpp | 105 …pen.SetPathEffect(RSRecordingPathEffect::CreateDashPathEffect(intervals, lineDashState.size(), pha… in SetPen()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | rosen_render_shape.cpp | 317 strokePen.SetPathEffect(RSRecordingPathEffect::CreateDashPathEffect(intervals, in DrawStroke()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
H A D | drawing_painter_impl.cpp | 54 auto pathEffect1 = Drawing::PathEffect::CreateDashPathEffect(intervals, count, 0.0f); in ConvertDecorStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_graphic.cpp | 303 …strokePen_.SetPathEffect(RSRecordingPathEffect::CreateDashPathEffect(intervals, lineDashState.size… in UpdateLineDash()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_paint_method.cpp | 124 paint.SetPathEffect(RSPathEffect::CreateDashPathEffect(intervals, 2, 0.0)); in PaintBorder() 127 paint.SetPathEffect(RSRecordingPathEffect::CreateDashPathEffect(intervals, 2, 0.0)); in PaintBorder()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_border.cpp | 266 … Drawing::PathEffect::CreateDashPathEffect(intervals, sizeof(intervals)/sizeof(float), 0.0)); in SetBorderEffect() 284 …pen.SetPathEffect(Drawing::PathEffect::CreateDashPathEffect(intervals, sizeof(intervals)/sizeof(fl… in SetBorderEffect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_sample_rs.cpp | 189 pen.SetPathEffect(PathEffect::CreateDashPathEffect(vals, 2, 25)); in TestDrawPathEffect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_svg_painter.cpp | 408 …pen.SetPathEffect(RSRecordingPathEffect::CreateDashPathEffect(intervals, lineDashState.size(), pha… in UpdateLineDash()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | rosen_render_bubble.cpp | 813 …pen.SetPathEffect(RSPathEffect::CreateDashPathEffect(intervals, sizeof(intervals) / sizeof(RSScala… in PaintBorder()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 186 … pen.SetPathEffect(RSPathEffect::CreateDashPathEffect(intervals, lineDashState.size(), phase)); in UpdateLineDash()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 2337 … pen.SetPathEffect(RSPathEffect::CreateDashPathEffect(intervals, lineDashState.size(), phase));
|