Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ addContour
Method
addContour
MyGUIEngine/src/msdfgen/core/Shape.cpp:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
Shape::Shape() : inverseYAxis(false) { }
13
14
void Shape::addContour(const Contour &contour) {
15
contours.push_back(contour);
16
}
17
18
#ifdef MSDFGEN_USE_CPP11
19
void Shape::addContour(Contour &&contour) {
Callers
4
readShapeDescription
Function · 0.80
buildShapeFromSvgPath
Function · 0.80
shapeFromSkiaPath
Function · 0.80
ftMoveTo
Function · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected