| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2013 Google Inc. | 2 * Copyright 2013 Google Inc. |
| 3 * | 3 * |
| 4 * Use of this source code is governed by a BSD-style license that can be | 4 * Use of this source code is governed by a BSD-style license that can be |
| 5 * found in the LICENSE file. | 5 * found in the LICENSE file. |
| 6 */ | 6 */ |
| 7 | 7 |
| 8 #ifndef SkDecodingImageGenerator_DEFINED | 8 #ifndef SkDecodingImageGenerator_DEFINED |
| 9 #define SkDecodingImageGenerator_DEFINED | 9 #define SkDecodingImageGenerator_DEFINED |
| 10 | 10 |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 // SkDecodingImageGenerator::Create( | 122 // SkDecodingImageGenerator::Create( |
| 123 // data, SkDecodingImageGenerator::Options()), dst, NULL); | 123 // data, SkDecodingImageGenerator::Options()), dst, NULL); |
| 124 // } | 124 // } |
| 125 // bool install_stream(SkStreamRewindable* stream, SkBitmap* dst) { | 125 // bool install_stream(SkStreamRewindable* stream, SkBitmap* dst) { |
| 126 // return SkInstallDiscardablePixelRef( | 126 // return SkInstallDiscardablePixelRef( |
| 127 // SkDecodingImageGenerator::Create( | 127 // SkDecodingImageGenerator::Create( |
| 128 // stream, SkDecodingImageGenerator::Options()), dst, NULL); | 128 // stream, SkDecodingImageGenerator::Options()), dst, NULL); |
| 129 // } | 129 // } |
| 130 | 130 |
| 131 #endif // SkDecodingImageGenerator_DEFINED | 131 #endif // SkDecodingImageGenerator_DEFINED |
| OLD | NEW |