Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexgenerate/
H A Dvertex_generate_stroke.cpp23 outVertices_(), 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()
212 if (outVertex_ >= outVertices_.Size()) { in IsVertexOutVertices()
216 const PointF& c = outVertices_[outVertex_++]; in IsVertexOutVertices()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexgenerate/
H A Dvertex_generate_stroke.h124 Graphic::Vector<PointF> outVertices_; variable