MCPcopy Create free account
hub / github.com/MyGUI/mygui / getYAxisOrientation

Method getYAxisOrientation

MyGUIEngine/src/msdfgen/core/Shape.cpp:200–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200YAxisOrientation Shape::getYAxisOrientation() const {
201 return inverseYAxis ? MSDFGEN_Y_AXIS_NONDEFAULT_ORIENTATION : MSDFGEN_Y_AXIS_DEFAULT_ORIENTATION;
202}
203
204void Shape::setYAxisOrientation(YAxisOrientation yAxisOrientation) {
205 inverseYAxis = yAxisOrientation != MSDFGEN_Y_AXIS_DEFAULT_ORIENTATION;

Callers 14

mainFunction · 0.80
saveSvgShapeFunction · 0.80
protectCornersMethod · 0.80
findErrorsMethod · 0.80
generateDistanceFieldFunction · 0.80
generateSDF_legacyFunction · 0.80
generatePSDF_legacyFunction · 0.80
generateMSDF_legacyFunction · 0.80
generateMTSDF_legacyFunction · 0.80
estimateSDFErrorInnerFunction · 0.80
writeShapeDescriptionFunction · 0.80
rasterizeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected