/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_linetemp.h | 51 * To actually "plot" each pixel the PLOT macro must be defined... 52 * PLOT(X,Y) - code to plot a pixel. Example: 312 #ifdef PLOT 313 PLOT( x0, y0 ); 352 #ifdef PLOT 353 PLOT( x0, y0 ); 399 #undef PLOT
|
s_aalinetemp.h | 37 NAME(plot)(struct gl_context *ctx, struct LineInfo *line, int ix, int iy) function 214 segment(ctx, &line, NAME(plot), tStart, tEnd); 226 segment(ctx, &line, NAME(plot), tStart, 1.0F); 231 segment(ctx, &line, NAME(plot), 0.0, 1.0);
|
/external/mesa3d/src/mesa/swrast/ |
s_linetemp.h | 51 * To actually "plot" each pixel the PLOT macro must be defined... 52 * PLOT(X,Y) - code to plot a pixel. Example: 312 #ifdef PLOT 313 PLOT( x0, y0 ); 352 #ifdef PLOT 353 PLOT( x0, y0 ); 399 #undef PLOT
|
s_aalinetemp.h | 37 NAME(plot)(struct gl_context *ctx, struct LineInfo *line, int ix, int iy) function 214 segment(ctx, &line, NAME(plot), tStart, tEnd); 226 segment(ctx, &line, NAME(plot), tStart, 1.0F); 231 segment(ctx, &line, NAME(plot), 0.0, 1.0);
|
/external/chromium_org/third_party/flot/ |
jquery.flot.image.min.js | 1 (function(c){var a={series:{images:{show:false,alpha:1,anchor:"corner"}}};c.plot.image={};c.plot.image.loadDataImages=function(g,f,k){var j=[],h=[];var i=f.series.images.show;c.each(g,function(l,m){if(!(i||m.images.show)){return}if(m.data){m=m.data}c.each(m,function(n,o){if(typeof o[0]=="string"){j.push(o[0]);h.push(o)}})});c.plot.image.load(j,function(l){c.each(h,function(n,o){var m=o[0];if(l[m]){o[0]=l[m]}});k()})};c.plot.image.load=function(h,i){var g=h.length,f={};if(g==0){i({})}c.each(h,function(k,j){var l=function(){--g;f[j]=this;if(g==0){i(f)}};c("<img />").load(l).error(l).attr("src",j)})};function d(q,o,l){var m=q.getPlotOffset();if(!l.images||!l.images.show){return}var r=l.datapoints.points,n=l.datapoints.pointsize;for(var t=0;t<r.length;t+=n){var y=r[t],w=r[t+1],g=r[t+2],v=r[t+3],f=r[t+4],h=l.xaxis,u=l.yaxis,x;if(!y||y.width<=0||y.height<=0){continue}if(w>v){x=v;v=w;w=x}if(g>f){x=f;f=g;g=x}if(l.images.anchor=="center"){x=0.5*(v-w)/(y.width-1);w-=x;v+=x;x=0.5*(f-g)/(y.height-1);g-=x;f+=x}if(w==v||g==f||w>=h.max||v<=h.min||g>=u.max||f<=u.min){continue}var k=0,s=0,j=y.width,p=y.height;if(w<h.min){k+=(j-k)*(h.min-w)/(v-w);w=h.min}if(v>h.max){j+=(j-k)*(h.max-v)/(v-w);v=h.max}if(g<u.min){p+=(s-p)*(u.min-g)/(f-g);g=u.min}if(f>u.max){s+=(s-p)*(u.max-f)/(f-g);f=u.max}w=h.p2c(w);v=h.p2c(v);g=u.p2c(g);f=u.p2c(f);if(w>v){x=v;v=w;w=x}if(g>f){x=f;f=g;g=x}x=o.globalAlpha;o.globalAlpha*=l.images.alpha;o.drawImage(y,k,s,j-k,p-s,w+m.left,g+m.top,v-w,f-g);o.globalAlpha=x}}function b(i,f,g,h){if(!f.images.show){return}h.format=[{required:true},{x:true,number:true,required:true},{y:true,number:true,required:true},{x:true,number:true,required:true},{y:true,number:true,required:true}]}function e(f){f.hooks.processRawData.push(b);f.hooks.drawSeries.push(d)}c.plot.plugins.push({init:e,options:a,name:"image",version:"1.1"})})(jQuery)
|
jquery.flot.symbol.min.js | 1 (function(b){function a(h,e,g){var d={square:function(k,j,n,i,m){var l=i*Math.sqrt(Math.PI)/2;k.rect(j-l,n-l,l+l,l+l)},diamond:function(k,j,n,i,m){var l=i*Math.sqrt(Math.PI/2);k.moveTo(j-l,n);k.lineTo(j,n-l);k.lineTo(j+l,n);k.lineTo(j,n+l);k.lineTo(j-l,n)},triangle:function(l,k,o,j,n){var m=j*Math.sqrt(2*Math.PI/Math.sin(Math.PI/3));var i=m*Math.sin(Math.PI/3);l.moveTo(k-m/2,o+i/2);l.lineTo(k+m/2,o+i/2);if(!n){l.lineTo(k,o-i/2);l.lineTo(k-m/2,o+i/2)}},cross:function(k,j,n,i,m){var l=i*Math.sqrt(Math.PI)/2;k.moveTo(j-l,n-l);k.lineTo(j+l,n+l);k.moveTo(j-l,n+l);k.lineTo(j+l,n-l)}};var f=e.points.symbol;if(d[f]){e.points.symbol=d[f]}}function c(d){d.hooks.processDatapoints.push(a)}b.plot.plugins.push({init:c,name:"symbols",version:"1.0"})})(jQuery)
|
jquery.flot.threshold.min.js | 1 (function(B){var A={series:{threshold:null}};function C(D){function E(L,S,M){if(!S.threshold){return }var F=M.pointsize,I,O,N,G,K,H=B.extend({},S);H.datapoints={points:[],pointsize:F};H.label=null;H.color=S.threshold.color;H.threshold=null;H.originSeries=S;H.data=[];var P=S.threshold.below,Q=M.points,R=S.lines.show;threspoints=[];newpoints=[];for(I=0;I<Q.length;I+=F){O=Q[I];N=Q[I+1];K=G;if(N<P){G=threspoints}else{G=newpoints}if(R&&K!=G&&O!=null&&I>0&&Q[I-F]!=null){var J=(O-Q[I-F])/(N-Q[I-F+1])*(P-N)+O;K.push(J);K.push(P);for(m=2;m<F;++m){K.push(Q[I+m])}G.push(null);G.push(null);for(m=2;m<F;++m){G.push(Q[I+m])}G.push(J);G.push(P);for(m=2;m<F;++m){G.push(Q[I+m])}}G.push(O);G.push(N)}M.points=newpoints;H.datapoints.points=threspoints;if(H.datapoints.points.length>0){L.getData().push(H)}}D.hooks.processDatapoints.push(E)}B.plot.plugins.push({init:C,options:A,name:"threshold",version:"1.0"})})(jQuery)
|
/cts/suite/audio_quality/test_description/processing/ |
gen_random.py | 49 #plt.plot(freq, abs(fft.fft(filteredData))) 50 #plt.plot(filteredData) 99 plt.plot(result)
|
/external/libvpx/libvpx/vp8/common/ |
textblit.c | 55 static void plot (const int x, const int y, unsigned char *image, const int pitch) function 106 plot(y,x, image, pitch); 120 plot(x,y, image, pitch);
|
/external/libvpx/libvpx/vp9/common/ |
vp9_textblit.c | 27 static void plot(int x, int y, unsigned char *image, int pitch) { function 101 plot(y, x, image, pitch); 111 plot(x, y, image, pitch);
|
/pdk/apps/CameraITS/tests/ |
test_linearity.py | 99 pylab.plot(sensitivities, r_means, ['r','r--'][i]) 100 pylab.plot(sensitivities, g_means, ['g','g--'][i]) 101 pylab.plot(sensitivities, b_means, ['b','b--'][i])
|
test_param_color_correction.py | 92 # Draw a plot. 94 pylab.plot(domain, r_means, 'r') 95 pylab.plot(domain, g_means, 'g') 96 pylab.plot(domain, b_means, 'b')
|
test_param_black_level_lock.py | 61 # Add this histogram to a plot; solid for shots without BL 63 pylab.plot(range(16), hist.tolist()[:16])
|
test_param_noise_reduction.py | 85 # Draw a plot. 87 pylab.plot(range(3), variances[j], "rgb"[j])
|
/external/blktrace/doc/ |
bno_plot.1 | 5 bno_plot \- generate interactive 3D plot of IO blocks and sizes 27 bno_plot utilizes gnuplot to generate a 3D plot of the block number output from
|
/external/eigen/bench/btl/data/ |
mk_new_gnuplot.sh | 28 echo plot \\ >> $WHAT.gnuplot 54 # pstoedit -rotate -90 -xscale 0.8 -yscale 0.8 -centered -yshift -50 -xshift -100 -f plot-svg aat.ps aat2.svg
|
/prebuilts/devtools/tools/lib/ |
jfreechart-swt-1.0.9.jar | |
/prebuilts/tools/common/jfreechart/ |
jfreechart-1.0.9-swt.jar | |
/prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/ |
jfreechart-swt-1.0.9.jar | |
/development/tools/axl/ |
chewie.py | 151 # pylab.plot([vals[-1][6]], rng) 154 pylab.plot(opened, rng, 'ro') 155 pylab.plot(killed[1], killed[0], 'rx') 179 # pylab.plot(lines, [[x, x] for x in range(len(vals))], 'r-')
|
/external/chromium_org/tools/git/ |
graph.sh | 38 plot(count ~ ago, type="l", main="$target", xlab='days ago', data=data)
|
/external/chromium_org/v8/tools/profviz/ |
profviz.html | 39 <img src="" id="plot" type="image/svg+xml" class="display" 63 to plot only part of the log file."> 111 Click "Show plot/profile" to switch between the statistical profile and 112 the timeline plot.<br/>
|
/system/extras/tests/sdcard/ |
plot_sdcard.py | 18 """plot_sdcard: A module to plot the results of an sdcard perf test. 184 """Plot the duration of the ops against iteration. 229 """Plot the duration of the ops against time elapsed. 265 """Plot the time of a run against the number of processes.""" 290 To plot the result using the iter number of the x axis: 294 To plot the result using time for the x axis: 298 To plot the result from the profiler:
|
/external/chromium_org/chrome/test/functional/perf/endure_graphs/ |
endure_plotter.html | 30 canvas.plot { 33 div.plot-coordinates {
|
endure_plotter.js | 139 * @param {string} revision The revision number of the other line to plot on 255 * @param {number} revisionNum The revision number of the data to plot. 256 * @param {Rows} dataRows The |Rows| object containing the plot data. 257 * @param {Array} plotData A list of data lines to plot, to which new data will 265 // Get data for the revision number(s) to plot. 352 // Get the revision number to plot. 363 reportError('No revision information to plot.'); 445 plotter.plot();
|