------------------------------------------------------------------------------
| 1412 | |
| 1413 | //------------------------------------------------------------------------------ |
| 1414 | void vtkSVGContextDevice2D::DrawMathTextString(float* point, const vtkStdString& str) |
| 1415 | { |
| 1416 | this->DrawString(point, str); |
| 1417 | } |
| 1418 | |
| 1419 | //------------------------------------------------------------------------------ |
| 1420 | void vtkSVGContextDevice2D::DrawImage(float p[2], float scale, vtkImageData* image) |
nothing calls this directly
no test coverage detected