(ctx, propName, value)
| 6720 | }; |
| 6721 | |
| 6722 | var fixShadow = function (ctx, propName, value) { |
| 6723 | if (SHADOW_PROPS.hasOwnProperty(propName)) { |
| 6724 | return value *= ctx.dpr; |
| 6725 | } |
| 6726 | return value; |
| 6727 | }; |
| 6728 | |
| 6729 | var ContextCachedBy = { |
| 6730 | NONE: 0, |
no outgoing calls
no test coverage detected