| 37 | #endif |
| 38 | |
| 39 | KmlRenderer* getKmlRenderer(imageObj* img) |
| 40 | { |
| 41 | return (KmlRenderer*) img->img.plugin; |
| 42 | } |
| 43 | |
| 44 | imageObj* msCreateImageKml(int width, int height, outputFormatObj *format, colorObj* bg) |
| 45 | { |
no outgoing calls
no test coverage detected