MCPcopy 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

12Shape::Shape() : inverseYAxis(false) { }
13
14void Shape::addContour(const Contour &contour) {
15 contours.push_back(contour);
16}
17
18#ifdef MSDFGEN_USE_CPP11
19void Shape::addContour(Contour &&contour) {

Callers 4

readShapeDescriptionFunction · 0.80
buildShapeFromSvgPathFunction · 0.80
shapeFromSkiaPathFunction · 0.80
ftMoveToFunction · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected