| 75 | } |
| 76 | |
| 77 | static void setTextColour(TextDrawingState& drawState, int colour) |
| 78 | { |
| 79 | const auto* el = getG1Element(ImageIds::text_palette); |
| 80 | setTextColours(drawState, el->offset[colour * 4 + 0], el->offset[colour * 4 + 1], el->offset[colour * 4 + 2]); |
| 81 | } |
| 82 | |
| 83 | // 0x00451189 |
| 84 | static Ui::Point loopNewline(TextDrawingState& drawState, DrawingContext& ctx, const RenderTarget* rt, Ui::Point origin, const char* str) |
no test coverage detected