Home
last modified time | relevance | path

Searched refs:returnFloat (Results 1 – 3 of 3) sorted by relevance

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js2229 },pointsToPixels:function(name,value,returnFloat){var axis=/Top$|Bottom$/.test(name)?"y":"x"; argument
2231 return returnFloat?result:Math.round(result)
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js9151 pointsToPixels: function(name, value, returnFloat) argument
9157 return returnFloat ? result : Math.round(result);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js2240 },pointsToPixels:function(name,value,returnFloat){var axis=/Top$|Bottom$/.test(name)?"y":"x"; argument
2242 return returnFloat?result:Math.round(result)