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