MCPcopy 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
12void Contour::addEdge(const EdgeHolder &edge) {
13 edges.push_back(edge);
14}
15
16#ifdef MSDFGEN_USE_CPP11
17void Contour::addEdge(EdgeHolder &&edge) {

Callers 9

distanceMethod · 0.45
oneShotDistanceMethod · 0.45
readContourFunction · 0.45
addArcApproximateFunction · 0.45
buildShapeFromSvgPathFunction · 0.45
shapeFromSkiaPathFunction · 0.45
ftLineToFunction · 0.45
ftConicToFunction · 0.45
ftCubicToFunction · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected