| 2020 | } |
| 2021 | |
| 2022 | void ImFontAtlas::Clear() |
| 2023 | { |
| 2024 | ClearInputData(); |
| 2025 | ClearTexData(); |
| 2026 | ClearFonts(); |
| 2027 | } |
| 2028 | |
| 2029 | void ImFontAtlas::GetTexDataAsAlpha8(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel) |
| 2030 | { |
no outgoing calls
no test coverage detected