Home
last modified time | relevance | path

Searched refs:stroker_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexgenerate/
H A Dvertex_generate_stroke.h53 stroker_.SetLineCap(lc); in SetLineCap()
57 return stroker_.GetLineCap(); in GetLineCap()
63 stroker_.SetLineJoin(lj); in SetLineJoin()
68 stroker_.SetMiterLimit(ml); in SetMiterLimit()
72 return stroker_.GetLineJoin(); in GetLineJoin()
76 return stroker_.GetMiterLimit(); in GetMiterLimit()
81 stroker_.SetWidth(width); in SetWidth()
86 stroker_.SetApproximationScale(approximationScale); in SetApproximationScale()
91 return stroker_.GetWidth(); in GetWidth()
96 return stroker_.GetApproximationScale(); in GetApproximationScale()
[all …]
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexgenerate/
H A Dvertex_generate_stroke.cpp21 : stroker_(), in VertexGenerateStroke()
134 stroker_.CalcCap(outVertices_, in VertexLineCapStart()
148 stroker_.CalcCap(outVertices_, in VertexLineCapEnd()
170 stroker_.CalcJoin(outVertices_, in VertexLineJoinStart()
192 stroker_.CalcJoin(outVertices_, in VertexLineJoinEnd()