Searched refs:DecodeImage (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/content/public/child/
H A Dimage_decoder_utils.h19 CONTENT_EXPORT SkBitmap DecodeImage(const unsigned char* data,
/external/chromium_org/chrome/utility/importer/
H A Dfavicon_reencode.cc19 SkBitmap decoded = content::DecodeImage(
/external/chromium_org/chrome/utility/
H A Dchrome_content_utility_client_unittest.cc40 // Test that DecodeImage() doesn't return image message > (max message size)
60 SkBitmap bitmap = ChromeContentUtilityClient::DecodeImage(jpg, true);
74 SkBitmap empty_bmp = ChromeContentUtilityClient::DecodeImage(jpg, false);
H A Dchrome_content_utility_client.h35 static SkBitmap DecodeImage(const std::vector<unsigned char>& encoded_data,
H A Dchrome_content_utility_client.cc181 SkBitmap ChromeContentUtilityClient::DecodeImage( function in class:ChromeContentUtilityClient
183 SkBitmap decoded_image = content::DecodeImage(&encoded_data[0],
215 SkBitmap decoded_image = DecodeImage(encoded_data, shrink_to_fit);
/external/chromium_org/content/child/
H A Dimage_decoder.cc18 SkBitmap DecodeImage(const unsigned char* data, function in namespace:content
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
H A Duser_image_loader.cc60 base::Bind(&UserImageLoader::DecodeImage,
73 // In case ReadFileToString() fails, |data| is empty and DecodeImage() calls
75 DecodeImage(data.Pass(), image_info);
78 void UserImageLoader::DecodeImage(const scoped_ptr<std::string> data, function in class:chromeos::UserImageLoader
H A Duser_image_loader.h80 void DecodeImage(const scoped_ptr<std::string> data,
/external/chromium_org/third_party/skia/src/images/
H A Dbmpdecoderhelper.h74 bool DecodeImage(const char* data,
H A DSkImageDecoder_libbmp.cpp114 if (!helper.DecodeImage((const char*)storage.get(), length,
H A Dbmpdecoderhelper.cpp20 bool BmpDecoderHelper::DecodeImage(const char* p, function in class:image_codec::BmpDecoderHelper
/external/skia/src/images/
H A Dbmpdecoderhelper.h74 bool DecodeImage(const char* data,
H A DSkImageDecoder_libbmp.cpp114 if (!helper.DecodeImage((const char*)storage.get(), length,
H A Dbmpdecoderhelper.cpp20 bool BmpDecoderHelper::DecodeImage(const char* p, function in class:image_codec::BmpDecoderHelper
/external/chromium_org/chrome/utility/extensions/
H A Dunpacker.cc48 SkBitmap DecodeImage(const base::FilePath& path) { function in namespace:extensions::__anon6013
59 SkBitmap bitmap = content::DecodeImage(data,
270 SkBitmap image_bitmap = DecodeImage(temp_install_dir_.Append(path));
/external/chromium_org/chrome/browser/search/suggestions/
H A Dimage_manager_impl.cc18 SkBitmap* DecodeImage(const std::vector<unsigned char>& encoded_data) { function in namespace:__anon4636
247 scoped_ptr<SkBitmap> bitmap(DecodeImage(encoded_data));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineModel.js61 DecodeImage: "DecodeImage",
H A DTimelineUIUtilsImpl.js185 WebInspector.TimelineUIUtilsImpl._coalescableRecordTypes[WebInspector.TimelineModel.RecordType.DecodeImage] = 1;
213 recordStyles[recordTypes.DecodeImage] = { title: WebInspector.UIString("Image Decode"), category: categories["painting"] };
369 case WebInspector.TimelineModel.RecordType.DecodeImage:
586 case recordTypes.DecodeImage:
H A DTracingTimelineUIUtils.js248 eventStyles[recordTypes.DecodeImage] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("Image Decode"), categories["painting"]);
258 WebInspector.TracingTimelineUIUtils._coalescableRecordTypes[WebInspector.TracingTimelineModel.RecordType.DecodeImage] = 1;
422 case recordType.DecodeImage:
613 case recordTypes.DecodeImage:
H A DTracingTimelineModel.js95 DecodeImage: "Decode Image",
629 case recordTypes.DecodeImage:
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorTimelineAgent.cpp135 static const char DecodeImage[] = "DecodeImage"; member in namespace:blink::TimelineRecordType
658 pushCurrentRecord(data, TimelineRecordType::DecodeImage, true, 0);
663 didCompleteCurrentRecord(TimelineRecordType::DecodeImage);
1001 state.recordStack.addScopedRecord(TimelineRecordFactory::createBackgroundRecord(timeestamp, String::number(event.threadIdentifier()), TimelineRecordType::DecodeImage, data), TimelineRecordType::DecodeImage); member in class:blink::TimelineRecordType
1009 ASSERT(state.recordStack.isOpenRecordOfType(TimelineRecordType::DecodeImage));

Completed in 3506 milliseconds