OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:raw_data_small
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/android/thumbnail/
thumbnail_store.cc
848
SkBitmap
raw_data_small
;
local
873
// Leave
raw_data_small
empty for consistency with other failure modes.
876
raw_data_small
= raw_data;
880
raw_data_small
.allocPixels(SkImageInfo::Make(content_size.width(),
884
SkAutoLockPixels raw_data_small_lock(
raw_data_small
);
885
SkCanvas small_canvas(
raw_data_small
);
887
raw_data_small
.setImmutable();
894
base::Bind(post_decompression_callback, success,
raw_data_small
));
Completed in 168 milliseconds