blob: a26698beeb4c5d232fdc1f4f568929f050f74db6 [file] [log] [blame]
msarettc1d03122016-03-25 08:58:55 -07001/*
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
msarettc1d03122016-03-25 08:58:55 -07008#include "SkImageEncoder.h"
msarettc1d03122016-03-25 08:58:55 -07009
Hal Canarydb683012016-11-23 08:55:18 -070010bool SkEncodeImage(SkWStream*, const SkPixmap&, SkEncodedImageFormat, int) {
msarettc1d03122016-03-25 08:58:55 -070011 return false;
12}
13