OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:raw_image
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/
user_image.cc
51
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
;
user_image.h
35
// |
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
user.h
130
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
Completed in 35 milliseconds