| 60 | NormalizeOutlines(Outlines, &XScale, &YScale); |
| 61 | RemainingOutlines = Outlines; |
| 62 | iterate(RemainingOutlines) { |
| 63 | Outline = (MFOUTLINE) first_node (RemainingOutlines); |
| 64 | ConvertToOutlineFeatures(Outline, FeatureSet); |
| 65 | } |
| 66 | if (classify_norm_method == baseline) |
| 67 | NormalizeOutlineX(FeatureSet); |
| 68 | FreeOutlines(Outlines); |
nothing calls this directly
no test coverage detected