| 42 | } |
| 43 | |
| 44 | ColourDesired XPM::ColourFromCode(int ch) const { |
| 45 | return colourCodeTable[ch]; |
| 46 | } |
| 47 | |
| 48 | void XPM::FillRun(Surface *surface, int code, int startX, int y, int x) { |
| 49 | if ((code != codeTransparent) && (startX != x)) { |
nothing calls this directly
no outgoing calls
no test coverage detected