------------------------------------------------------------------------
| 1126 | |
| 1127 | //------------------------------------------------------------------------ |
| 1128 | void Agg2D::imageResample(ImageResample f) |
| 1129 | { |
| 1130 | m_imageResample = f; |
| 1131 | } |
| 1132 | |
| 1133 | |
| 1134 | //------------------------------------------------------------------------ |
no outgoing calls
no test coverage detected