| 110 | } |
| 111 | |
| 112 | void JUTDbPrint::drawString(int x, int y, int len, const unsigned char *str) |
| 113 | { |
| 114 | mFont->drawString_size(x, y, reinterpret_cast<const char *>(str), len, true); |
| 115 | } |
| 116 | |
| 117 | void JUTReport(int x, int y, const char *fmt, ...) |
| 118 | { |
no test coverage detected