Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/test/
DTestHypothesesFilter.cpp70 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()
DTestHypothesesFilter.h73 Ncv32u canvasHeight; variable
/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
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.pie.min.js7canvasHeight=plot.getPlaceholder().height(),legendWidth=target.children().filter(".legend").childr…
Djquery.flot.pie.js260 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…