| 501 | } |
| 502 | |
| 503 | ImageId getImageForCharacter(Font font, char32_t character) |
| 504 | { |
| 505 | const auto imageId = getImageIdForCharacter(font, character); |
| 506 | return ImageId(imageId); |
| 507 | } |
| 508 | |
| 509 | // 0x00451DCB |
| 510 | void movePixelsOnScreen(int16_t dstX, int16_t dstY, int16_t width, int16_t height, int16_t srcX, int16_t srcY) |
no test coverage detected