Searched refs:_createImageData (Results 1 – 2 of 2) sorted by relevance
17816 _createImageData: function(w, h) { method17839 output = this._createImageData(w, h),
9 …_createImageData:function(w,h){return this.tmpCtx.createImageData(w,h)},applyTo:function(canvasEl)… method