------------------------------------------------------------------------------
| 1300 | |
| 1301 | //------------------------------------------------------------------------------ |
| 1302 | void vtkPDFContextDevice2D::DrawMathTextString(float* point, const vtkStdString& str) |
| 1303 | { |
| 1304 | this->DrawString(point, str); |
| 1305 | } |
| 1306 | |
| 1307 | //------------------------------------------------------------------------------ |
| 1308 | void vtkPDFContextDevice2D::DrawImage(float p[2], float scale, vtkImageData* image) |
nothing calls this directly
no test coverage detected