Searched defs:raw_image (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Duser_image.cc51 RawImage raw_image; local
52 if (EncodeImageSkia(image, &raw_image)) {
53 UserImage result(image, raw_image);
74 const RawImage& raw_image)
79 if (IsAnimatedImage(raw_image)) {
81 animated_image_ = raw_image;
88 raw_image_ = raw_image;
73 UserImage(const gfx::ImageSkia& image, const RawImage& raw_image) argument
H A Duser_image.h35 // |raw_image| can be animated, in which case animated_image() will return the
36 // original |raw_image| and raw_image() will return the encoded representation
38 UserImage(const gfx::ImageSkia& image, const RawImage& raw_image);
46 const RawImage& raw_image() const { return raw_image_; } function in class:chromeos::UserImage
59 // Whether |raw_image| contains data in format that is considered safe to
H A Duser.h130 const UserImage::RawImage& raw_image() const { function in class:chromeos::User
131 return user_image_.raw_image();
139 // Whether |raw_image| contains data in format that is considered safe to
H A Dwallpaper_manager.cc462 wallpaper.raw_image()));
1005 const UserImage::RawImage& raw_image) {
1008 UserImage wallpaper(*image.get(), raw_image);
1000 ProcessCustomWallpaper( const std::string& user_id_hash, bool persistent, const WallpaperInfo& info, scoped_ptr<gfx::ImageSkia> image, const UserImage::RawImage& raw_image) argument

Completed in 97 milliseconds