| 74 | } |
| 75 | |
| 76 | type cropTestCase struct { |
| 77 | gravity processing.GravityType |
| 78 | cropGravity processing.GravityType |
| 79 | cropSize testSize |
| 80 | xOffset float64 |
| 81 | yOffset float64 |
| 82 | dpr float64 |
| 83 | } |
| 84 | |
| 85 | func (c cropTestCase) ImagePath() string { |
| 86 | return "geometry.png" |
nothing calls this directly
no outgoing calls
no test coverage detected