HomeSort by relevance Sort by last modified time
    Searched full:imageeditor (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_adjust.js 11 * @extends ImageEditor.Mode
13 ImageEditor.Mode.Adjust = function() {
14 ImageEditor.Mode.apply(this, arguments);
20 ImageEditor.Mode.Adjust.prototype = {__proto__: ImageEditor.Mode.prototype};
23 ImageEditor.Mode.Adjust.prototype.getCommand = function() {
30 ImageEditor.Mode.Adjust.prototype.cleanUpUI = function() {
31 ImageEditor.Mode.prototype.cleanUpUI.apply(this, arguments);
38 ImageEditor.Mode.Adjust.prototype.hidePreview = function() {
48 ImageEditor.Mode.Adjust.prototype.cleanUpCaches = function()
    [all...]
image_editor.js 8 * ImageEditor is the top level object that holds together and connects
13 * @param {ImageEditor.Prompt} prompt Prompt instance.
15 * @param {Array.<ImageEditor.Mode>} modes Available editor modes.
21 function ImageEditor(
44 this.panControl_ = new ImageEditor.MouseControl(
49 this.mainToolbar_ = new ImageEditor.Toolbar(
52 this.modeToolbar_ = new ImageEditor.Toolbar(
66 ImageEditor.prototype.isLocked = function() {
73 ImageEditor.prototype.isBusy = function() {
81 ImageEditor.prototype.lockUI = function(on)
    [all...]
image_transform.js 11 ImageEditor.Mode.Crop = function() {
12 ImageEditor.Mode.call(this, 'crop', 'GALLERY_CROP');
15 ImageEditor.Mode.Crop.prototype = {__proto__: ImageEditor.Mode.prototype};
20 ImageEditor.Mode.Crop.prototype.setUp = function() {
21 ImageEditor.Mode.prototype.setUp.apply(this, arguments);
80 ImageEditor.Mode.Crop.prototype.onResized_ = function() {
87 ImageEditor.Mode.Crop.prototype.reset = function() {
88 ImageEditor.Mode.prototype.reset.call(this);
95 ImageEditor.Mode.Crop.prototype.positionDOM = function()
    [all...]
commands.js 51 * @param {ImageEditor.Prompt} prompt Prompt to use with this CommandQueue.
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_adjust.js 11 * @extends ImageEditor.Mode
13 ImageEditor.Mode.Adjust = function() {
14 ImageEditor.Mode.apply(this, arguments);
20 ImageEditor.Mode.Adjust.prototype = {__proto__: ImageEditor.Mode.prototype};
23 ImageEditor.Mode.Adjust.prototype.getCommand = function() {
30 ImageEditor.Mode.Adjust.prototype.cleanUpUI = function() {
31 ImageEditor.Mode.prototype.cleanUpUI.apply(this, arguments);
38 ImageEditor.Mode.Adjust.prototype.hidePreview = function() {
48 ImageEditor.Mode.Adjust.prototype.cleanUpCaches = function()
    [all...]
image_editor.js 8 * ImageEditor is the top level object that holds together and connects
13 * @param {ImageEditor.Prompt} prompt Prompt instance.
15 * @param {Array.<ImageEditor.Mode>} modes Available editor modes.
21 function ImageEditor(
44 this.panControl_ = new ImageEditor.MouseControl(
49 this.mainToolbar_ = new ImageEditor.Toolbar(
52 this.modeToolbar_ = new ImageEditor.Toolbar(
66 ImageEditor.prototype.isLocked = function() {
73 ImageEditor.prototype.isBusy = function() {
81 ImageEditor.prototype.lockUI = function(on)
    [all...]
image_transform.js 11 ImageEditor.Mode.Crop = function() {
12 ImageEditor.Mode.call(this, 'crop', 'GALLERY_CROP');
15 ImageEditor.Mode.Crop.prototype = {__proto__: ImageEditor.Mode.prototype};
20 ImageEditor.Mode.Crop.prototype.setUp = function() {
21 ImageEditor.Mode.prototype.setUp.apply(this, arguments);
80 ImageEditor.Mode.Crop.prototype.onResized_ = function() {
87 ImageEditor.Mode.Crop.prototype.reset = function() {
88 ImageEditor.Mode.prototype.reset.call(this);
95 ImageEditor.Mode.Crop.prototype.positionDOM = function()
    [all...]
commands.js 51 * @param {ImageEditor.Prompt} prompt Prompt to use with this CommandQueue.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
slide_mode.js 16 * @param {ImageEditor.Prompt} prompt Prompt.
60 * @type {Array.<ImageEditor.Mode>}
63 new ImageEditor.Mode.InstantAutofix(),
64 new ImageEditor.Mode.Crop(),
65 new ImageEditor.Mode.Exposure(),
66 new ImageEditor.Mode.OneClick(
68 new ImageEditor.Mode.OneClick(
223 this.editor_ = new ImageEditor(
    [all...]
gallery.js 211 this.prompt_ = new ImageEditor.Prompt(this.container_, str);
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js 16 * @param {ImageEditor.Prompt} prompt Prompt.
60 * @type {Array.<ImageEditor.Mode>}
63 new ImageEditor.Mode.InstantAutofix(),
64 new ImageEditor.Mode.Crop(),
65 new ImageEditor.Mode.Exposure(),
66 new ImageEditor.Mode.OneClick(
68 new ImageEditor.Mode.OneClick(
223 this.editor_ = new ImageEditor(
    [all...]
gallery.js 202 this.prompt_ = new ImageEditor.Prompt(this.container_, str);
  /prebuilts/devtools/tools/lib/
draw9patch.jar 

Completed in 3019 milliseconds