| 46 | /// @deprecated Use int_scale<uint8_t, uint16_t>() instead |
| 47 | |
| 48 | inline u16 map8_to_16(u8 x) FL_NOEXCEPT { |
| 49 | return fl::int_scale<u8, u16>(x); |
| 50 | } |
| 51 | |
| 52 | /// @deprecated Use int_scale<uint8_t, uint32_t>() instead |
| 53 |
no outgoing calls
no test coverage detected