Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Side by Side Diff: include/pdf/SkPDFCallbacks.h

Issue 24615006: rebaseline drawbitmap gms (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: remove expectation included by mistake in another cl Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 /*
3 * Copyright 2013 Google Inc.
4 *
5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file.
7 */
8
9
10 #ifndef SkPDFCallbacks_DEFINED
11 #define SkPDFCallbacks_DEFINED
12
13 class SkBitmap;
14 class SkIRect;
15 class SkWStream;
16
17 typedef bool (*EncodeToDCTStream)(SkWStream* stream, const SkBitmap& bitmap, con st SkIRect& rect);
18 // TODO(edisonn): add here the ones about font, shadow render preferences,
19 // how to export unsupported features, ...
20
21 #endif // SkPDFCallbacks_DEFINED
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698