Home
last modified time | relevance | path

Searched refs:canvasWidth (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/cudalegacy/test/
DTestHypothesesFilter.cpp69 this->canvasWidth = 4096; in init()
115 …h_vecDst_groundTruth.ptr()[i].x = i * this->canvasWidth / this->numDstRects + this->canvasWidth / … in process()
117 h_vecDst_groundTruth.ptr()[i].width = this->canvasWidth / (this->numDstRects * 2); in process()
143 this->canvasWidth + h_vecDst_groundTruth.ptr()[i].x + in process()
DTestHypothesesFilter.h72 Ncv32u canvasWidth; variable
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.pie.min.js7canvasWidth=plot.getPlaceholder().width(),canvasHeight=plot.getPlaceholder().height(),legendWidth=…
Djquery.flot.pie.js259 var canvasWidth = plot.getPlaceholder().width(),
290 maxRadius = Math.min(canvasWidth, canvasHeight / options.series.pie.tilt) / 2;
292 centerLeft = canvasWidth / 2;
302 } else if (centerLeft > canvasWidth - maxRadius) {
303 centerLeft = canvasWidth - maxRadius;
339 ctx.clearRect(0, 0, canvasWidth, canvasHeight);
351 …if (radius >= canvasWidth / 2 - shadowLeft || radius * options.series.pie.tilt >= canvasHeight / 2…
507 …0 - labelLeft > 0 || canvasHeight - (labelTop + label.height()) < 0 || canvasWidth - (labelLeft + …
/external/v8/benchmarks/
Draytrace.js610 canvasWidth: 100, property
621 this.options.canvasWidth /= this.options.pixelWidth;
652 var canvasWidth = this.options.canvasWidth;
655 for(var x=0; x < canvasWidth; x++){
657 var xp = x * 1.0 / canvasWidth * 2 - 1;
891 canvasWidth: imageWidth, property
/external/skia/gm/
Dtexturedomaineffect.cpp40 const SkScalar canvasWidth = kDrawPad + in onISize() local
43 return SkISize::Make(SkScalarCeilToInt(canvasWidth), 800); in onISize()