Searched refs:plotHeight (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ |
D | GrLayerAtlas.cpp | 87 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()
|
D | GrBatchAtlas.cpp | 145 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/ |
D | jquery.flot.js | 623 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 …]
|
D | jquery.flot.min.js | 7 …plotHeight=0,hooks={processOptions:[],processRawData:[],processDatapoints:[],processOffset:[],draw… 8 …plotHeight;else y=box.top-plotOffset.top+(axis.position=="top"?box.height:0)}else{y=0;if(t=="full"…
|