Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ _finishTile
Method
_finishTile
systemvm/agent/noVNC/core/decoders/hextile.js:176–180 ·
view source on GitHub ↗
(display)
Source
from the content-addressed store, hash-verified
174
175
// draw the current tile to the screen
176
_finishTile(display) {
177
display.blitImage(this._tileX, this._tileY,
178
this._tileW, this._tileH,
179
this._tileBuffer, 0);
180
}
181
}
Callers
1
decodeRect
Method · 0.95
Calls
1
blitImage
Method · 0.80
Tested by
no test coverage detected