(view, width1)
| 142292 | skip: true |
| 142293 | }; |
| 142294 | function viewWidth(view, width1) { |
| 142295 | var a = view.autosize(), p = view.padding(); |
| 142296 | return width1 - (a && a.contains === Padding ? p.left + p.right : 0); |
| 142297 | } |
| 142298 | function viewHeight(view, height1) { |
| 142299 | var a = view.autosize(), p = view.padding(); |
| 142300 | return height1 - (a && a.contains === Padding ? p.top + p.bottom : 0); |
no outgoing calls
no test coverage detected