Home | History | Annotate | Download | only in image_editor

Lines Matching refs:Null

37   this.screenImage_ = null;
268 effect = null;
306 success ? thumbnailLoader.getImage() : null);
316 var width = null;
317 var height = null;
346 displayMainImage.bind(null, loadType, previewShown));
358 displayMainImage.bind(null, loadType, previewShown),
370 var replaceEffect = previewShown ? null : effect;
412 this.unloadTimer_ = null;
419 this.unloadTimer_ = null;
420 this.unload(null /* force unload */);
425 this.contentCanvas_ = null;
426 this.screenImage_ = null;
540 null,
591 * Null for rotation operations.
617 this, newScreenImage, this.viewport_, null, effect.getDuration()),
635 var setFade = ImageUtil.setAttribute.bind(null, newScreenImage, 'fade');
645 setTimeout(setFade.bind(null, false), 0);