Home | History | Annotate | Download | only in extensions

Lines Matching refs:decoded

1633   scoped_ptr<SkBitmap> decoded(new SkBitmap());
1634 *decoded = decoder.Decode(data, file_contents.length());
1635 if (decoded->empty()) {
1641 if (decoded->width() != icon_size || decoded->height() != icon_size) {
1643 << base::IntToString(decoded->width()) << "x"
1644 << base::IntToString(decoded->height());
1648 result->swap(decoded);