Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_math_stroke.h98 dx1 = (vd1.vertexYCoord - vd0.vertexYCoord) / len; in CalcCap()
188 …dx1 = strokeWidth_ * (vertexDistMiddle.vertexYCoord - vertexDistBegin.vertexYCoord) / deltaLengthP… in CalcJoin()
194 …dx2 = strokeWidth_ * (vertexDistLast.vertexYCoord - vertexDistMiddle.vertexYCoord) / deltaLengthLa… in CalcJoin()
205 … vertexDistMiddle.vertexYCoord, vertexDistLast.vertexXCoord, vertexDistLast.vertexYCoord); in CalcJoin()
281 float yi = vd1.vertexYCoord; in CalcMiter()
287 vd1.vertexYCoord - dy1, vd1.vertexXCoord + dx2, vd1.vertexYCoord - dy2, in CalcMiter()
297 float y2 = vd1.vertexYCoord - dy1; in CalcMiter()
298 if ((CrossProduct(vd0.vertexXCoord, vd0.vertexYCoord, in CalcMiter()
300 (CrossProduct(vd1.vertexXCoord, vd1.vertexYCoord, in CalcMiter()
325 float y1 = vd1.vertexYCoord - dy1; in CalcMiter()
[all …]
H A Dgeometry_vertex_sequence.h35 float vertexYCoord; member
47 : vertexXCoord(x), vertexYCoord(y), vertexDistance(0.0f) {} in VertexDist()
58 … vertexDistance = CalcDistance(vertexXCoord, vertexYCoord, val.vertexXCoord, val.vertexYCoord); in operator()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_shorten_path.cpp45 float y = prev.vertexYCoord + (last.vertexYCoord - prev.vertexYCoord) * vtxSeqDistance; in ShortenPath()
47 last.vertexYCoord = y; in ShortenPath()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexgenerate/
H A Dvertex_generate_dash.cpp158 *y = vertexDist1_->vertexYCoord; in GenerateVertex()
178 *y = vertexDist2_->vertexYCoord - in GenerateVertex()
179 (vertexDist2_->vertexYCoord - vertexDist1_->vertexYCoord) * currRest_ in GenerateVertex()
184 *y = vertexDist2_->vertexYCoord; in GenerateVertex()