Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ addEdge
Method
addEdge
MyGUIEngine/src/msdfgen/core/Contour.cpp:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
void Contour::addEdge(const EdgeHolder &edge) {
13
edges.push_back(edge);
14
}
15
16
#ifdef MSDFGEN_USE_CPP11
17
void Contour::addEdge(EdgeHolder &&edge) {
Callers
9
distance
Method · 0.45
oneShotDistance
Method · 0.45
readContour
Function · 0.45
addArcApproximate
Function · 0.45
buildShapeFromSvgPath
Function · 0.45
shapeFromSkiaPath
Function · 0.45
ftLineTo
Function · 0.45
ftConicTo
Function · 0.45
ftCubicTo
Function · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected