Searched refs:skSurface (Results 1 – 4 of 4) sorted by relevance
9 function HTMLCanvas(skSurface) { argument10 this._surface = skSurface;11 this._context = new CanvasRenderingContext2D(skSurface.getCanvas());
22 final js.JsObject skSurface;25 SkCanvas(this.skCanvas, this.htmlCanvas, this.skSurface, this.size);
988 canvas.skSurface.callMethod('flush');