Essential API - Core functionality
| 153 | |
| 154 | // Essential API - Core functionality |
| 155 | fl::u16 cylinderWidth() const { return mWidth; } |
| 156 | fl::u16 cylinderHeight() const { return mHeight; } |
| 157 | |
| 158 | // Enhanced surface handling with shared_ptr |
no outgoing calls
no test coverage detected