msarett | c1d0312 | 2016-03-25 08:58:55 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2006 The Android Open Source Project |
| 3 | * |
| 4 | * Use of this source code is governed by a BSD-style license that can be |
| 5 | * found in the LICENSE file. |
| 6 | */ |
| 7 | |
msarett | c1d0312 | 2016-03-25 08:58:55 -0700 | [diff] [blame] | 8 | #include "SkImageEncoder.h" |
msarett | c1d0312 | 2016-03-25 08:58:55 -0700 | [diff] [blame] | 9 | |
Hal Canary | db68301 | 2016-11-23 08:55:18 -0700 | [diff] [blame] | 10 | bool SkEncodeImage(SkWStream*, const SkPixmap&, SkEncodedImageFormat, int) { |
msarett | c1d0312 | 2016-03-25 08:58:55 -0700 | [diff] [blame] | 11 | return false; |
| 12 | } |
| 13 | |