1327c081e4b908b0124d07cf94abfa8ed067d348ecommit-bot@chromium.org/*
2327c081e4b908b0124d07cf94abfa8ed067d348ecommit-bot@chromium.org * Copyright 2013 Google Inc.
3327c081e4b908b0124d07cf94abfa8ed067d348ecommit-bot@chromium.org *
4327c081e4b908b0124d07cf94abfa8ed067d348ecommit-bot@chromium.org * Use of this source code is governed by a BSD-style license that can be
5327c081e4b908b0124d07cf94abfa8ed067d348ecommit-bot@chromium.org * found in the LICENSE file.
6327c081e4b908b0124d07cf94abfa8ed067d348ecommit-bot@chromium.org */
7327c081e4b908b0124d07cf94abfa8ed067d348ecommit-bot@chromium.org#ifndef SkPDFRasterizer_DEFINED
8327c081e4b908b0124d07cf94abfa8ed067d348ecommit-bot@chromium.org#define SkPDFRasterizer_DEFINED
9327c081e4b908b0124d07cf94abfa8ed067d348ecommit-bot@chromium.org
10327c081e4b908b0124d07cf94abfa8ed067d348ecommit-bot@chromium.org#include "SkBitmap.h"
11327c081e4b908b0124d07cf94abfa8ed067d348ecommit-bot@chromium.org#include "SkStream.h"
12327c081e4b908b0124d07cf94abfa8ed067d348ecommit-bot@chromium.org
131066f0837892102399a323b8883417cc368f0342commit-bot@chromium.org#ifdef SK_BUILD_POPPLER
14327c081e4b908b0124d07cf94abfa8ed067d348ecommit-bot@chromium.orgbool SkPopplerRasterizePDF(SkStream* pdf, SkBitmap* output);
151066f0837892102399a323b8883417cc368f0342commit-bot@chromium.org#endif  // SK_BUILD_POPPLER
1623a9121961c40c3cb3f21d2a350a4722166048decommit-bot@chromium.org
1723a9121961c40c3cb3f21d2a350a4722166048decommit-bot@chromium.org#ifdef SK_BUILD_NATIVE_PDF_RENDERER
18ffd178c84d85a12016d844d1b9b3fe2172e32a74commit-bot@chromium.orgbool SkNativeRasterizePDF(SkStream* pdf, SkBitmap* output);
1923a9121961c40c3cb3f21d2a350a4722166048decommit-bot@chromium.org#endif  // SK_BUILD_NATIVE_PDF_RENDERER
20327c081e4b908b0124d07cf94abfa8ed067d348ecommit-bot@chromium.org
21327c081e4b908b0124d07cf94abfa8ed067d348ecommit-bot@chromium.org#endif
22