| 64 | /// @deprecated Use int_scale<uint16_t, uint8_t>() instead |
| 65 | |
| 66 | inline u8 map16_to_8(u16 x) FL_NOEXCEPT { |
| 67 | return fl::int_scale<u16, u8>(x); |
| 68 | } |
| 69 | |
| 70 | /// @deprecated Use int_scale<uint32_t, uint16_t>() instead |
| 71 |
no outgoing calls
no test coverage detected