Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
SkXPSDocument.h
Go to the documentation of this file.
1/*
2 * Copyright 2017 Google Inc.
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
8#ifndef SkXPSDocument_DEFINED
9#define SkXPSDocument_DEFINED
10
12
13#ifdef SK_BUILD_FOR_WIN
14
16
17struct IXpsOMObjectFactory;
18
19namespace SkXPS {
20
22 IXpsOMObjectFactory* xpsFactory,
24
25} // namespace SkXPS
26#endif // SK_BUILD_FOR_WIN
27#endif // SkXPSDocument_DEFINED
#define SK_API
Definition SkAPI.h:35
static constexpr SkScalar SK_ScalarDefaultRasterDPI
Definition SkDocument.h:20
float SkScalar
Definition extension.cpp:12
SK_API sk_sp< SkDocument > MakeDocument(SkWStream *stream, const Metadata &metadata)