Home
last modified time | relevance | path

Searched refs:plotHeight (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrLayerAtlas.cpp87 int plotHeight = textureHeight / numPlotsY; in GrLayerAtlas() local
90 SkASSERT(plotHeight * numPlotsY == textureHeight); in GrLayerAtlas()
101 currPlot->init(y*numPlotsX+x, x, y, plotWidth, plotHeight); in GrLayerAtlas()
DGrBatchAtlas.cpp145 int plotHeight = texture->height() / numPlotsY; in GrBatchAtlas() local
148 SkASSERT(plotHeight * numPlotsY == texture->height()); in GrBatchAtlas()
162 currPlot->reset(new BatchPlot(index, 1, x, y, plotWidth, plotHeight, in GrBatchAtlas()
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.js623 plotWidth = 0, plotHeight = 0,
646 plot.height = function () { return plotHeight; };
1382 s = axis.scale = plotHeight / Math.abs(t(axis.max) - t(axis.min));
1630 plotHeight = surface.height - plotOffset.bottom - plotOffset.top;
1938 …ctx.fillStyle = getColorOrGradient(options.grid.backgroundColor, plotHeight, 0, "rgba(255, 255, 25…
1939 ctx.fillRect(0, 0, plotWidth, plotHeight);
2041 y = (axis.position == "top" ? 0 : plotHeight);
2061 yoff = plotHeight + 1;
2095 yoff = t == "full" ? -plotHeight : t;
2150 ctx.lineTo(plotWidth + bw.right / 2, plotHeight);
[all …]
Djquery.flot.min.js7plotHeight=0,hooks={processOptions:[],processRawData:[],processDatapoints:[],processOffset:[],draw…
8plotHeight;else y=box.top-plotOffset.top+(axis.position=="top"?box.height:0)}else{y=0;if(t=="full"…