Flutter Engine
The Flutter Engine
SkPDFFormXObject.h
Go to the documentation of this file.
1/*
2 * Copyright 2010 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
8
9#ifndef SkPDFFormXObject_DEFINED
10#define SkPDFFormXObject_DEFINED
11
12#include "src/pdf/SkPDFTypes.h"
13
14#include <memory>
15
16class SkMatrix;
17class SkPDFDocument;
18class SkStreamAsset;
19
20/** A form XObject is a self contained description of a graphics
21 object. A form XObject is a page object with slightly different
22 syntax, that can be drawn into a page content stream, just like a
23 bitmap XObject can be drawn into a page content stream.
24*/
26 std::unique_ptr<SkStreamAsset> content,
27 std::unique_ptr<SkPDFArray> mediaBox,
28 std::unique_ptr<SkPDFDict> resourceDict,
29 const SkMatrix& inverseTransform,
30 const char* colorSpace);
31#endif
SkPDFIndirectReference SkPDFMakeFormXObject(SkPDFDocument *doc, std::unique_ptr< SkStreamAsset > content, std::unique_ptr< SkPDFArray > mediaBox, std::unique_ptr< SkPDFDict > resourceDict, const SkMatrix &inverseTransform, const char *colorSpace)
union flutter::testing::@2836::KeyboardChange::@76 content