| 35 | void Draw(Surface *surface, PRectangle &rc); |
| 36 | int GetHeight() const { return height; } |
| 37 | int GetWidth() const { return width; } |
| 38 | void PixelAt(int x, int y, ColourDesired &colour, bool &transparent) const; |
| 39 | private: |
| 40 | static std::vector<const char *>LinesFormFromTextForm(const char *textForm); |
nothing calls this directly
no outgoing calls
no test coverage detected