Home
last modified time | relevance | path

Searched defs:SetLineDash (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Doffscreen_canvas.h120 void SetLineDash(const std::vector<double>& segments) in SetLineDash() function
H A Drender_custom_paint.h205 void SetLineDash(const std::vector<double>& segments) in SetLineDash() function
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/common/
H A Dpaint.cpp160 void Paint::SetLineDash(float* lineDashs, const uint32_t ndash) in SetLineDash() function in OHOS::Paint
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.h202 void SetLineDash(const std::vector<double>& segments) in SetLineDash() function
H A Doffscreen_canvas_pattern.cpp214 void OffscreenCanvasPattern::SetLineDash(const std::vector<double>& segments) in SetLineDash() function in OHOS::Ace::NG::OffscreenCanvasPattern
H A Doffscreen_canvas_rendering_context_2d_model_ng.cpp405 void OffscreenCanvasRenderingContext2DModelNG::SetLineDash(const std::vector<double>& lineDash) in SetLineDash() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
H A Dcanvas_rendering_context_2d_model_ng.cpp543 void CanvasRenderingContext2DModelNG::SetLineDash(const std::vector<double>& lineDash) in SetLineDash() function in OHOS::Ace::NG::CanvasRenderingContext2DModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpaint_state.h369 void SetLineDash(const LineDashParam& lineDash) in SetLineDash() function
379 void SetLineDash(const std::vector<double>& segments) in SetLineDash() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Dcanvas_rendering_context_2d_model_impl.cpp396 void CanvasRenderingContext2DModelImpl::SetLineDash(const std::vector<double>& lineDash) in SetLineDash() function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl
H A Doffscreen_canvas_rendering_context_2d_model_impl.cpp394 void OffscreenCanvasRenderingContext2DModelImpl::SetLineDash(const std::vector<double>& lineDash) in SetLineDash() function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_renderer.cpp140 void NativeCanvasRenderer::SetLineDash(std::vector<double>& lineDash) in SetLineDash() function in OHOS::Ace::Framework::NativeCanvasRenderer
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcanvas_component.cpp2092 jerry_value_t CanvasComponent::SetLineDash(const jerry_value_t func, in SetLineDash() function in OHOS::ACELite::CanvasComponent