Home
last modified time | relevance | path

Searched defs:rotate90 (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dthumbnail_loader.js49 rotate90: opt_metadata.external.imageRotation / 90 property
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
Dcommands.js334 Command.Rotate = function(rotate90) { argument
Dimage_view.js596 canvas, imageCropRect, rotate90) { argument
Dimage_util.js461 image, transform || { scaleX: 1, scaleY: 1, rotate90: 0}); property
/external/chromium_org/ui/gfx/
Dskbitmap_operations_unittest.cc535 SkBitmap rotate90, rotate180, rotate270; in TEST() local