| 208 | { |
| 209 | public: |
| 210 | static AGG_INLINE int calculate(int x, int y, int) |
| 211 | { |
| 212 | return int(fast_sqrt(x * x + y * y)); |
| 213 | } |
| 214 | }; |
| 215 | |
| 216 | //========================================================gradient_radial_d |
nothing calls this directly
no test coverage detected