Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexgenerate/
H A Dvertex_generate_stroke.cpp28 outVertex_(0) in VertexGenerateStroke()
65 outVertex_ = 0; in Rewind()
128 outVertex_ = 0; in VertexReady()
142 outVertex_ = 0; in VertexLineCapStart()
155 outVertex_ = 0; in VertexLineCapEnd()
180 outVertex_ = 0; in VertexLineJoinStart()
199 outVertex_ = 0; 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.h130 uint32_t outVertex_; variable