Searched refs:plotWidth (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ |
D | GrLayerAtlas.cpp | 86 int plotWidth = textureWidth / numPlotsX; in GrLayerAtlas() local 89 SkASSERT(plotWidth * numPlotsX == textureWidth); in GrLayerAtlas() 101 currPlot->init(y*numPlotsX+x, x, y, plotWidth, plotHeight); in GrLayerAtlas()
|
D | GrBatchAtlas.cpp | 144 int plotWidth = texture->width() / numPlotsX; in GrBatchAtlas() local 147 SkASSERT(plotWidth * numPlotsX == texture->width()); 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, 645 plot.width = function () { return plotWidth; }; 1378 s = axis.scale = plotWidth / Math.abs(t(axis.max) - t(axis.min)); 1629 plotWidth = surface.width - plotOffset.left - plotOffset.right; 1939 ctx.fillRect(0, 0, plotWidth, plotHeight); 2048 x = (axis.position == "left" ? 0 : plotWidth); 2059 xoff = plotWidth + 1; 2102 xoff = t == "full" ? -plotWidth : t; 2141 ctx.lineTo(plotWidth, 0 - bw.top/2); 2149 ctx.moveTo(plotWidth + bw.right / 2, 0 - bw.top); [all …]
|
D | jquery.flot.min.js | 7 …plotWidth=0,plotHeight=0,hooks={processOptions:[],processRawData:[],processDatapoints:[],processOf… 8 …plotWidth;else x=box.left-plotOffset.left+(axis.position=="left"?box.width:0)}if(!axis.innermost){…
|