Home
last modified time | relevance | path

Searched refs:canvasHeight (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/ui/src/frontend/
Dpanel_container.ts51 private canvasHeight = 0;
160 this.canvasHeight = Math.floor(
165 canvas.style.height = `${this.canvasHeight}px`;
168 ctx.canvas.height = this.canvasHeight * dpr;
213 return yEnd > 0 && yStart < this.canvasHeight;
219 this.ctx.clearRect(0, 0, this.parentWidth, this.canvasHeight);
/external/v8/benchmarks/
Draytrace.js609 canvasHeight: 100, property
620 this.options.canvasHeight /= this.options.pixelHeight;
651 var canvasHeight = this.options.canvasHeight;
654 for(var y=0; y < canvasHeight; y++){
656 var yp = y * 1.0 / canvasHeight * 2 - 1;
892 canvasHeight: imageHeight, property