Home
last modified time | relevance | path

Searched refs:DashStart (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/depiction/
H A Ddepict_dash.h60 void DashStart(float dStart) in DashStart() function
62 BaseType::GetGenerator().DashStart(dStart); in DashStart()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexgenerate/
H A Dvertex_generate_dash.h62 void DashStart(float ds);
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexgenerate/
H A Dvertex_generate_dash.cpp57 void VertexGenerateDash::DashStart(float ds) in DashStart() function in OHOS::VertexGenerateDash
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_canvas.h181 dashStyle.DashStart(paint.GetLineDashOffset()); in LineDashStyleCalc()