| 593 | } }; |
| 594 | |
| 595 | uint8_t lowerSurfaceCornerFlags(uint8_t selectedCorner, uint8_t currentSlope) |
| 596 | { |
| 597 | return lowerSurfaceCornerMapping[selectedCorner][currentSlope]; |
| 598 | } |
| 599 | |
| 600 | uint8_t raiseSurfaceCornerFlags(uint8_t selectedCorner, uint8_t currentSlope) |
| 601 | { |
no outgoing calls
no test coverage detected