Searched refs:canvasHeight (Results 1 – 5 of 5) sorted by relevance
70 this->canvasHeight = 4096; in init()116 …h_vecDst_groundTruth.ptr()[i].y = i * this->canvasHeight / this->numDstRects + this->canvasHeight … in process()118 h_vecDst_groundTruth.ptr()[i].height = this->canvasHeight / (this->numDstRects * 2); in process()147 this->canvasHeight + h_vecDst_groundTruth.ptr()[i].y + in process()
73 Ncv32u canvasHeight; variable
609 canvasHeight: 100, property620 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
7 …canvasHeight=plot.getPlaceholder().height(),legendWidth=target.children().filter(".legend").childr…
260 canvasHeight = plot.getPlaceholder().height(),290 maxRadius = Math.min(canvasWidth, canvasHeight / options.series.pie.tilt) / 2;291 centerTop = canvasHeight / 2 + options.series.pie.offset.top;339 ctx.clearRect(0, 0, canvasWidth, canvasHeight);351 …if (radius >= canvasWidth / 2 - shadowLeft || radius * options.series.pie.tilt >= canvasHeight / 2…507 …if (0 - labelTop > 0 || 0 - labelLeft > 0 || canvasHeight - (labelTop + label.height()) < 0 || can…