| 70 | /// @deprecated Use int_scale<uint32_t, uint16_t>() instead |
| 71 | |
| 72 | inline u16 map32_to_16(u32 x) FL_NOEXCEPT { |
| 73 | return fl::int_scale<u32, u16>(x); |
| 74 | } |
| 75 | |
| 76 | /// @deprecated Use int_scale<uint32_t, uint8_t>() instead |
| 77 | inline u8 map32_to_8(u32 x) FL_NOEXCEPT { |
no outgoing calls
no test coverage detected