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