/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_graphic.cpp | 288 if (!strokeState.GetLineDash().lineDash.empty()) { in UpdateLineDash() 289 auto lineDashState = strokeState.GetLineDash().lineDash; in UpdateLineDash() 295 SkScalar phase = SkDoubleToScalar(strokeState.GetLineDash().dashOffset); in UpdateLineDash() 302 RSScalar phase = static_cast<RSScalar>(strokeState.GetLineDash().dashOffset); in UpdateLineDash()
|
H A D | svg_node.cpp | 95 return attr.strokeState.GetLineDash().dashOffset; in __anonbac6909f0802()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_canvas.h | 179 dashStyle.AddDash(paint.GetLineDash()[i], paint.GetLineDash()[i + 1]); in LineDashStyleCalc()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | svg_paint_state.h | 232 const LineDashParam& GetLineDash() const in GetLineDash() function 305 lineDash_.lineDash = strokeState.GetLineDash().lineDash; in Inherit() 308 lineDash_.dashOffset = strokeState.GetLineDash().dashOffset; in Inherit()
|
H A D | paint_state.h | 364 LineDashParam GetLineDash() const in GetLineDash() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | offscreen_canvas_paint_method.h | 38 LineDashParam GetLineDash() const override;
|
H A D | offscreen_canvas_paint_method.cpp | 233 LineDashParam OffscreenCanvasPaintMethod::GetLineDash() const in GetLineDash() function in OHOS::Ace::NG::OffscreenCanvasPaintMethod 235 return state_.strokeState.GetLineDash(); in GetLineDash()
|
H A D | offscreen_canvas_pattern.cpp | 209 LineDashParam OffscreenCanvasPattern::GetLineDash() const in GetLineDash() function in OHOS::Ace::NG::OffscreenCanvasPattern 211 return offscreenPaintMethod_->GetLineDash(); in GetLineDash()
|
H A D | offscreen_canvas_pattern.h | 97 LineDashParam GetLineDash() const;
|
H A D | offscreen_canvas_rendering_context_2d_model_ng.cpp | 77 std::vector<double> OffscreenCanvasRenderingContext2DModelNG::GetLineDash() in GetLineDash() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG 79 return pattern_ ? pattern_->GetLineDash().lineDash : std::vector<double> {}; in GetLineDash()
|
H A D | offscreen_canvas_rendering_context_2d_model_ng.h | 40 std::vector<double> GetLineDash() override;
|
H A D | canvas_rendering_context_2d_model_ng.h | 43 std::vector<double> GetLineDash() override;
|
H A D | canvas_pattern.h | 138 LineDashParam GetLineDash() const;
|
H A D | rendering_context_2d_model.h | 44 virtual std::vector<double> GetLineDash() = 0;
|
H A D | canvas_rendering_context_2d_model_ng.cpp | 158 std::vector<double> CanvasRenderingContext2DModelNG::GetLineDash() in GetLineDash() function in OHOS::Ace::NG::CanvasRenderingContext2DModelNG 161 return pattern ? pattern->GetLineDash().lineDash : std::vector<double> {}; in GetLineDash()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | offscreen_canvas.h | 125 LineDashParam GetLineDash() const in GetLineDash() function 127 return strokeState_.GetLineDash(); in GetLineDash()
|
H A D | render_custom_paint.h | 210 LineDashParam GetLineDash() const in GetLineDash() function 212 return strokeState_.GetLineDash(); in GetLineDash()
|
H A D | custom_paint_component.h | 121 LineDashParam GetLineDash() const;
|
H A D | custom_paint_component.cpp | 351 LineDashParam CanvasTaskPool::GetLineDash() const in GetLineDash() function in OHOS::Ace::CanvasTaskPool 358 return paint->GetLineDash(); in GetLineDash()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_svg_painter.cpp | 388 if (!strokeState.GetLineDash().lineDash.empty()) { in UpdateLineDash() 389 auto lineDashState = strokeState.GetLineDash().lineDash; in UpdateLineDash() 394 SkScalar phase = SkDoubleToScalar(strokeState.GetLineDash().dashOffset); in UpdateLineDash() 401 if (!strokeState.GetLineDash().lineDash.empty()) { in UpdateLineDash() 402 auto lineDashState = strokeState.GetLineDash().lineDash; in UpdateLineDash() 407 RSScalar phase = static_cast<RSScalar>(strokeState.GetLineDash().dashOffset); in UpdateLineDash()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/ |
H A D | canvas_rendering_context_2d_model_impl.cpp | 79 std::vector<double> CanvasRenderingContext2DModelImpl::GetLineDash() in GetLineDash() function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl 81 return pattern_ ? pattern_->GetLineDash().lineDash : std::vector<double> {}; in GetLineDash()
|
H A D | offscreen_canvas_rendering_context_2d_model_impl.cpp | 80 std::vector<double> OffscreenCanvasRenderingContext2DModelImpl::GetLineDash() in GetLineDash() function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl 82 return pattern_ ? pattern_->GetLineDash().lineDash : std::vector<double> {}; in GetLineDash()
|
H A D | canvas_rendering_context_2d_model_impl.h | 41 std::vector<double> GetLineDash() override;
|
H A D | offscreen_canvas_rendering_context_2d_model_impl.h | 41 std::vector<double> GetLineDash() override;
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/ |
H A D | paint.h | 425 float* GetLineDash() const in GetLineDash() function
|