HomeSort by relevance Sort by last modified time
    Searched defs:autofix (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
filter.js 538 * Return a color autofix filter.
539 * @param {Object} options Histogram for autofix.
540 * @return {function(ImageData,ImageData,number,number)} Autofix filter.
542 filter.autofix = function(options) {
544 filter.autofix.stretchColors(options.histogram.r),
545 filter.autofix.stretchColors(options.histogram.g),
546 filter.autofix.stretchColors(options.histogram.b));
555 filter.autofix.stretchColors = function(channelHistogram) {
556 var range = filter.autofix.getRange(channelHistogram);
570 filter.autofix.getRange = function(channelHistogram)
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
filter.js 538 * Return a color autofix filter.
539 * @param {Object} options Histogram for autofix.
540 * @return {function(ImageData,ImageData,number,number)} Autofix filter.
542 filter.autofix = function(options) {
544 filter.autofix.stretchColors(options.histogram.r),
545 filter.autofix.stretchColors(options.histogram.g),
546 filter.autofix.stretchColors(options.histogram.b));
555 filter.autofix.stretchColors = function(channelHistogram) {
556 var range = filter.autofix.getRange(channelHistogram);
570 filter.autofix.getRange = function(channelHistogram)
    [all...]

Completed in 1753 milliseconds