| 84 | int64_t h_; |
| 85 | |
| 86 | struct Parameters { |
| 87 | int64_t tx; |
| 88 | int64_t ty; |
| 89 | int64_t tw; |
| 90 | int64_t th; |
| 91 | }; |
| 92 | |
| 93 | Parameters generate_random_crop_(int64_t w, int64_t h) const; |
| 94 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected