| 70 | } |
| 71 | |
| 72 | type PaintFuncImage struct { |
| 73 | size96dpi Size |
| 74 | paint PaintFunc // in 1/96" units |
| 75 | paintPixels PaintFunc // in native pixels |
| 76 | dispose func() |
| 77 | } |
| 78 | |
| 79 | // NewPaintFuncImage creates new PaintFuncImage struct. size parameter and paint function bounds |
| 80 | // parameter are specified in 1/96" units. |
nothing calls this directly
no outgoing calls
no test coverage detected