| 373 | { |
| 374 | public: |
| 375 | static AGG_INLINE int calculate(int x, int y, int) |
| 376 | { |
| 377 | return fast_sqrt(std::abs(x) * std::abs(y)); |
| 378 | } |
| 379 | }; |
| 380 | |
| 381 | //==========================================================gradient_conic |
nothing calls this directly
no test coverage detected