Searched refs:getAxes (Results 1 – 14 of 14) sorted by relevance
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.selection.js | 165 $.each(plot.getAxes(), function (name, axis) { 226 var axis, from, to, key, axes = plot.getAxes();
|
D | jquery.flot.selection.min.js | 7 …getAxes(),function(name,axis){if(axis.used){var p1=axis.c2p(c1[axis.direction]),p2=axis.c2p(c2[axi…
|
D | jquery.flot.navigate.js | 232 $.each(plot.getAxes(), function(_, axis) { 289 $.each(plot.getAxes(), function (_, axis) {
|
D | jquery.flot.navigate.min.js | 7 …getAxes(),function(_,axis){var opts=axis.options,min=minmax[axis.direction].min,max=minmax[axis.di…
|
D | jquery.flot.time.min.js | 7 …(plot){plot.hooks.processOptions.push(function(plot,options){$.each(plot.getAxes(),function(axisNa…
|
D | jquery.flot.time.js | 199 $.each(plot.getAxes(), function(axisName, axis) {
|
D | API.md | 1201 - getAxes() 1204 attributes of the object, so for instance getAxes().xaxis is the 1208 use getAxes().xaxis.ticks to find out what the ticks are for the 1216 etc., e.g. getAxes().y2axis is the second y axis. You can check
|
D | jquery.flot.js | 654 plot.getAxes = function () { function 1953 axes = plot.getAxes();
|
D | jquery.flot.min.js | 7 …getAxes=function(){var res={},i;$.each(xaxes.concat(yaxes),function(_,axis){if(axis)res[axis.direc… function
|
/external/skia/include/ports/ |
D | SkFontMgr.h | 139 const Axis* getAxes(int* axisCount) const { in getAxes() function
|
/external/skia/src/ports/ |
D | SkFontMgr_android.cpp | 470 const FontParameters::Axis* paramAxes = params.getAxes(¶mAxisCount); in onCreateFromStream()
|
D | SkFontMgr_fontconfig.cpp | 851 const FontParameters::Axis* paramAxes = params.getAxes(¶mAxisCount); in onCreateFromStream()
|
D | SkFontHost_mac.cpp | 2411 const FontParameters::Axis* paramAxes = params.getAxes(¶mAxisCount); in get_axes()
|
/external/chromium-trace/catapult/telemetry/third_party/flot/ |
D | jquery.flot.min.js | 28 …ranslate(m.left,m.top);var s=a.grid.markings;if(s){e.isFunction(s)&&(n=w.getAxes(),n.xmin=n.xaxis.… 29 …);return e.left+=m.left,e.top+=m.top,e},w.getData=function(){return u},w.getAxes=function(){var t=…
|