| 449 | |
| 450 | #ifdef SUPPORT_FLOATING_POINT |
| 451 | inline void setThickness(double thickness) { |
| 452 | setThickness(TO_FP32(thickness)); |
| 453 | } |
| 454 | |
| 455 | inline void setPixelAspectRatio(double aspect) { |
| 456 | setThickness(TO_FP32(aspect)); |
nothing calls this directly
no outgoing calls
no test coverage detected