Home
last modified time | relevance | path

Searched refs:legend (Results 1 – 25 of 78) sorted by relevance

1234

/external/giflib/
Dgif_font.c156 const char *legend, in GifDrawText8x8() argument
166 for (cp = legend; *cp; cp++) in GifDrawText8x8()
208 const char *legend, in GifDrawBoxedText8x8() argument
216 for (cp = legend; *cp; cp++) in GifDrawBoxedText8x8()
235 cp = strtok((char *)legend, "\r\n"); in GifDrawBoxedText8x8()
Dgif_lib.h289 const char *legend, const int color);
301 const char *legend,
/external/icu/icu4c/source/test/perf/perldriver/
DOutput.pm26 my $legend = "<a name=\"Legend\">\n<h2>Table legend</h2></a><ul>";
42 $legend .= "<li>".$message."</li>\n";
247 $legend .= "</ul>\n";
248 print HTML $legend;
/external/icu/icu4j/perf-tests/perldriver/
DOutput.pm26 my $legend = "<a name=\"Legend\">\n<h2>Table legend</h2></a><ul>";
42 $legend .= "<li>".$message."</li>\n";
247 $legend .= "</ul>\n";
248 print HTML $legend;
/external/testng/doc/samplereport/css/
Dmaven-theme.css24 #legend li.externalLink {
32 #legend li.newWindow {
Dmaven-classic.css103 #legend li.externalLink {
112 #legend li.newWindow {
505 .legend th, .bars th {
525 …rtesylinks, #rightcol div.help, .colbar, .tasknav, body.docs div#toc, #leftColumn, .legend, .bars {
859 .legend {
863 .legend th, .bars th {
Dmaven-base.css61 #legend {
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.min.js7 …s=[],options={colors:["#edc240","#afd8f8","#cb4b4b","#4da74d","#9440ed"],legend:{show:true,noColum… property
8legend.container!=null){$(options.legend.container).html("")}else{placeholder.find(".legend").remo…
Djquery.flot.js518 legend: { property
2714 if (options.legend.container != null) {
2715 $(options.legend.container).html("");
2720 if (!options.legend.show) {
2725 lf = options.legend.labelFormatter, s, label;
2744 if (options.legend.sorted) {
2745 if ($.isFunction(options.legend.sorted)) {
2746 entries.sort(options.legend.sorted);
2747 } else if (options.legend.sorted == "reverse") {
2750 var ascending = options.legend.sorted != "descending";
[all …]
DNEWS.md111 - When removing series labels and redrawing the plot, the legend now updates
277 - Added a legend "sorted" option to control sorting of legend entries
288 - The legend now omits entries whose labelFormatter returns null. (patch by
687 - Flot now calls $() on the placeholder and optional legend container passed
715 - The option legend.margin can now specify horizontal and vertical margins
726 - The legend labelFormatter now passes the series in addition to just the
794 - Use CSS borders instead of background in legend. (issues 25 and 45)
913 - Fixed a bug with 'nw' and 'sw' legend positions.
918 - Using the "container" option in legend now overwrites the container element
919 instead of just appending to it, fixing the infinite legend bug. (reported
[all …]
Djquery.flot.pie.min.js7legend.show){options.series.pie.label.show=false}else{options.series.pie.label.show=true}}if(optio…
Djquery.flot.pie.js93 if (options.legend.show) {
295 if (options.legend.position.match("w")) {
479 var lf = options.legend.labelFormatter, text, plf = options.series.pie.label.formatter;
DAPI.md8 | [Customizing the legend](#customizing-the-legend)
124 The label is used for the legend, if you don't specify one, the series
125 will not show up in the legend.
175 ## Customizing the legend ##
178 legend: {
192 The legend is generated as a table with the data series labels and
205 To prevent a series from showing up in the legend, simply have the function
208 "noColumns" is the number of columns to divide the legend table into.
209 "position" specifies the overall placement of the legend within the
216 If you want the legend to appear somewhere else in the DOM, you can
[all …]
/external/skia/tools/
Dcoverage.sh30 genhtml $QUIET /tmp/merged --legend -o out/Coverage/report
/external/webrtc/webrtc/modules/video_coding/test/
DplotReceiveTrace.m182 legend('Packet arrives', 'Frame complete', 'Decode', 'Decode complete', 'Time to render', 'Only jit…
198 % legend('Complete time - Estimated arrival time', 'Desired jitter buffer level', 'Actual decode ti…
212 legend('Render delay', 'Jitter delay', 'Decode delay', 'Extra delay', 'Min total delay');
DplotTimingTest.m62 legend('Decode time', 'Max wait time', 'Render time diff');
/external/webrtc/webrtc/video/
Dfull_stack_plot.py280 ax1.legend(loc="upper left", shadow=True, fontsize="large")
281 ax2.legend(loc="upper right", shadow=True, fontsize="large")
283 ax1.legend(loc="best", shadow=True, fontsize="large")
/external/webrtc/tools/cpu/
Dcpu_mon.py77 pyplot.legend()
/external/chromium-trace/catapult/telemetry/third_party/flot/
Djquery.flot.min.js28legend.show)return;var n=[],r=[],i=!1,s=a.legend.labelFormatter,o,f;for(var l=0;l<u.length;++l)o=u… property
/external/autotest/frontend/tko/
Dgraphing_utils.py278 legend = figure.legend(lines, [plot['label'] for plot in plots],
285 for line in legend.get_lines():
387 figure.legend(bars, [plot['label'] for plot in plots])
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dplot_dynamics.py121 plt.legend(loc='upper center', bbox_to_anchor=(0.5, 1.40),
/external/autotest/client/site_tests/firmware_TouchMTB/
Dnoise_summary.py199 plt.legend(("Iteration %d" % iteration,))
/external/llvm/docs/_ocamldoc/
Dstyle.css7 form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td selector
/external/chromium-trace/catapult/dashboard/docs/
Ddeploy-checklist.md57 - The buttons in the legend should change which items are selected.
/external/blktrace/btt/
Dbtt_plot.py302 leg = ax.legend(legends, 'best', shadow=True)

1234