MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / begin

Method begin

modules/commodetto/commodettoBufferOut.js:36–36  ·  view source on GitHub ↗
(x, y, width, height)

Source from the content-addressed store, hash-verified

34 this.bitmap = new Bitmap(dictionary.width, dictionary.height, dictionary.pixelFormat, this.buffer, 0);
35 }
36 begin(x, y, width, height) { return native("xs_BufferOut_begin").call(this, x, y, width, height); }
37 send(pixels, offsetIn, count) { return native("xs_BufferOut_send").call(this, pixels, offsetIn, count); }
38 end() {
39 }

Callers 1

decompressMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected